Chase libver after security/gsasl update.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user