aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-03 13:56:44 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-03 13:56:44 +0000
commite8587758f897567b1d1dfcaedc9a50ca80d6c5fd (patch)
tree0b23e2165752f60ac1c27d0a168747c0c08da0e3 /mail
parente240baf89981cf04812711874bdfd0eb1165ee53 (diff)
downloadports-e8587758f897567b1d1dfcaedc9a50ca80d6c5fd.tar.gz
ports-e8587758f897567b1d1dfcaedc9a50ca80d6c5fd.zip
Chase security/gsasl library update
Notes
Notes: svn path=/head/; revision=298086
Diffstat (limited to 'mail')
-rw-r--r--mail/anubis/Makefile4
-rw-r--r--mail/libvmime/Makefile2
-rw-r--r--mail/mpop/Makefile4
3 files changed, 5 insertions, 5 deletions
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