aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-06-01 08:24:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-06-01 08:24:36 +0000
commitc0816bb3be26fb973fda514e53e2fa8d197da9c7 (patch)
tree555c295dbe040a2c4947540cb0ef073ef3f3c16e /mail
parent9274ab617e6c47e79f0167e3601ac4bd5a23f004 (diff)
downloadports-c0816bb3be26fb973fda514e53e2fa8d197da9c7.tar.gz
ports-c0816bb3be26fb973fda514e53e2fa8d197da9c7.zip
Chase increase of security/gsasl shlib version.
Notes
Notes: svn path=/head/; revision=192513
Diffstat (limited to 'mail')
-rw-r--r--mail/libvmime/Makefile3
-rw-r--r--mail/msmtp/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 476bdcd7b8f3..fbe5fb7e8fc1 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vmime
@@ -16,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.9:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index c03b81caf06f..972361c307d1 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -40,7 +40,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif