summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2009-02-06 07:24:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2009-02-06 07:24:05 +0000
commiteb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8 (patch)
treef8e6b9cfc75e0c388fa3f41f8cd6c62d36259ee7 /mail
parentGrr, I forgot to add patch files in previous commit... (diff)
Chase libs for previous security/gsasl update.
Notes
Notes: svn path=/head/; revision=227709
Diffstat (limited to 'mail')
-rw-r--r--mail/libvmime/Makefile4
-rw-r--r--mail/msmtp/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 98bb2df7d124..b14d3139115d 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SF
MASTER_SITE_SUBDIR= vmime
@@ -16,7 +16,7 @@ MAINTAINER= delphij@FreeBSD.org
COMMENT= An all-in-one Internet mail library
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
-LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index a4127a1a81b2..2eec10fa9e41 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.17
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@@ -37,7 +38,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif