Chase libver after security/gsasl update.

This commit is contained in:
Kirill Ponomarev
2007-09-05 13:57:27 +00:00
parent 01f34445a9
commit b0cd481e69
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.8.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vmime
@@ -17,7 +17,7 @@ COMMENT= An all-in-one Internet mail library
# XXX Need a newer gnutls version before enabling this
#LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl
USE_BZIP2= yes
USE_GMAKE= yes

View File

@@ -39,7 +39,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
.endif
.if defined(WITH_GSASL)
LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif

View File

@@ -7,7 +7,7 @@
PORTNAME= jabberd
PORTVERSION= 2.1.15
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
DIST_SUBDIR= jabber
@@ -157,7 +157,7 @@ IGNORE= cannot be compiled with both, gsasl and cyrus-sasl. Please (re)run 'make
IGNORE= is useless without a sasl library. Please (re)run 'make config' and choose either GSASL or CYRUS_SASL
.elif defined(WITH_GSASL)
CONFIGURE_ARGS+= --enable-sasl=gsasl
LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl
.elif defined(WITH_CYRUS_SASL)
CONFIGURE_ARGS+= --enable-sasl=cyrus
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2