diff options
-rw-r--r-- | mail/libvmime/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index fbe5fb7e8fc1..406d24b7113b 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -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 diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index ae4473f2f2ed..a51d11d0a76d 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -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 diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index f501be9dd516..4414a3db612e 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -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 |