diff options
author | johans <johans@FreeBSD.org> | 2011-02-25 22:08:31 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-02-25 22:08:31 +0800 |
commit | 5686c6bba6db8594ff7587f3fd3936759fbdf841 (patch) | |
tree | 51c0f6ca50c72fff0209fcf2c89e9fabdff4e640 | |
parent | 8e07332e9a2eb370fb47f4fb4f35d4e5cefbdcef (diff) | |
download | freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.tar.gz freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.tar.zst freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.zip |
Chase security/gsasl update
-rw-r--r-- | games/pokerth/Makefile | 3 | ||||
-rw-r--r-- | mail/anubis/Makefile | 3 | ||||
-rw-r--r-- | mail/libvmime/Makefile | 4 | ||||
-rw-r--r-- | mail/mpop/Makefile | 3 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index f22c4b611428..edcb9f972cb6 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8 DISTNAME= PokerTH-${PORTVERSION}-src @@ -18,7 +19,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ mikmod.2:${PORTSDIR}/audio/libmikmod \ gnutls.40:${PORTSDIR}/security/gnutls \ curl.6:${PORTSDIR}/ftp/curl \ - gsasl.14:${PORTSDIR}/security/gsasl + gsasl.15:${PORTSDIR}/security/gsasl USE_ICONV= yes USE_BZIP2= yes diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index d98a5897f887..e0ea5e741e06 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -7,6 +7,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -105,7 +106,7 @@ _REQUIRE+= postgresql CONFIGURE_ARGS+=--without-gsasl PLIST_SUB+= GSASL="@comment " .else -LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl PLIST_SUB+= GSASL="" .endif diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 816d7053cba0..fa351086027e 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 @@ -15,7 +15,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An all-in-one Internet mail library LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls -LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl USE_BZIP2= yes USE_GMAKE= yes diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 6b5bf00fd00d..c6044374b1bd 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpop PORTVERSION= 1.0.23 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -36,7 +37,7 @@ CONFIGURE_ARGS+= --with-ssl=openssl .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-libgsasl-prefix .endif diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 4311e337e4c7..063e3e080980 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.13 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://codex.xiaoka.com/pub/jabberd2/releases/ DIST_SUBDIR= jabber @@ -171,7 +172,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .else CONFIGURE_ARGS+= --with-sasl=gsasl -LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl .endif MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8 |