summaryrefslogtreecommitdiff
path: root/mail/msmtp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2008-08-26 20:28:09 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2008-08-26 20:28:09 +0000
commit28dd1cf220311bbedd1642751a7b36daca733d61 (patch)
tree9c326e370103232dad46dedbd37633928d29e193 /mail/msmtp
parentFix XML in openvpn-devel entry: &ndash; was used but as vuln.xml does (diff)
- Update to version 0.2.28
- Bump sh lib version on depending ports PR: ports/126857 Submitted by: mm@FreeBSD.org
Notes
Notes: svn path=/head/; revision=219242
Diffstat (limited to 'mail/msmtp')
-rw-r--r--mail/msmtp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 00897a603587..903de9ded0e6 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.16
+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.11:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif