diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-06-09 06:36:51 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-06-09 06:36:51 +0000 |
commit | b5a8ed5799872cc4b071c9b11d30b6def0eed5ca (patch) | |
tree | 27ee17b564a0ce18819d59867b77a178173e477b /mail | |
parent | 2de7222a9dcdb7a38e84f5bddb7eaeba646a2aa7 (diff) | |
download | ports-b5a8ed5799872cc4b071c9b11d30b6def0eed5ca.tar.gz ports-b5a8ed5799872cc4b071c9b11d30b6def0eed5ca.zip |
- Chase security/gsasl shlib version bump
- Bump PORTREVISION
PR: 168872
Submitted by: rakuco
Notes
Notes:
svn path=/head/; revision=298812
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 8b6cb1d4e805..8041d051362f 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.28 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -49,7 +50,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl CONFIGURE_ARGS+= --with-libgsasl .else CONFIGURE_ARGS+= --without-libgsasl |