diff options
-rw-r--r-- | games/pokerth/Makefile | 4 | ||||
-rw-r--r-- | mail/anubis/Makefile | 4 | ||||
-rw-r--r-- | mail/libvmime/Makefile | 2 | ||||
-rw-r--r-- | mail/mpop/Makefile | 4 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 3 |
5 files changed, 9 insertions, 8 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 36034261d3b0..50d96234cc08 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,7 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} DISTNAME= PokerTH-${PORTVERSION}-src @@ -22,7 +22,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ mikmod:${PORTSDIR}/audio/libmikmod \ gnutls:${PORTSDIR}/security/gnutls \ curl:${PORTSDIR}/ftp/curl \ - gsasl5:${PORTSDIR}/security/gsasl \ + gsasl.16:${PORTSDIR}/security/gsasl \ tinyxml:${PORTSDIR}/textproc/tinyxml BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index b7c806d2b5e0..27e89e186cf1 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -7,7 +7,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -106,7 +106,7 @@ _REQUIRE+= postgresql CONFIGURE_ARGS+=--without-gsasl PLIST_SUB+= GSASL="@comment " .else -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl PLIST_SUB+= GSASL="" .endif diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 1ae9842063e2..afd631965766 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 3ca530aea78b..5930c9eb2172 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpop PORTVERSION= 1.0.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-ssl=openssl .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-libgsasl-prefix .endif diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 393fad432fbb..b83568afb11b 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.16 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://cloud.github.com/downloads/Jabberd2/jabberd2/ DIST_SUBDIR= jabber @@ -176,7 +177,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .else CONFIGURE_ARGS+= --with-sasl=gsasl -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl .endif MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8 |