diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-05-02 11:48:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-05-02 11:48:24 +0000 |
commit | ca3747a164fae9cc33bc3210a1878c15fbc7099b (patch) | |
tree | b3155dc95701be04c752113d7de55b185f0fd619 /mail | |
parent | d34996a21e5626cf6d51e2bb1aee0993b7756459 (diff) | |
download | ports-ca3747a164fae9cc33bc3210a1878c15fbc7099b.tar.gz ports-ca3747a164fae9cc33bc3210a1878c15fbc7099b.zip |
- Update to 1.4.28
- Fix plist substitution
PR: 167518
Submitted by: gahr
Notes
Notes:
svn path=/head/; revision=295855
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 9 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index eb8eb85cedbb..8b6cb1d4e805 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.27 -PORTREVISION= 1 +PORTVERSION= 1.4.28 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -73,10 +72,10 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring .if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-nls -PLIST_SUB= NLS="" +PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls -PLIST_SUB= NLS="@comment " +PLIST_SUB+= NLS="@comment " .endif .include <bsd.port.pre.mk> @@ -90,7 +89,7 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/scripts/msmtpq/README.msmtpq ${DOCSDIR} .else -PLIST_SUB= MSMTPQ="@comment " +PLIST_SUB+= MSMTPQ="@comment " .endif .include <bsd.port.post.mk> diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 4df79db66724..13f54615f4f0 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,2 +1,2 @@ -SHA256 (msmtp-1.4.27.tar.bz2) = f712cad8b249627f1c6af44be427956a724074e73b9428c32ce0ab1b0a9d1170 -SIZE (msmtp-1.4.27.tar.bz2) = 301918 +SHA256 (msmtp-1.4.28.tar.bz2) = de0e7de6e73cce4a0df57bd831677ac0e2b82f6395314b6c508c9d2d18cdc52a +SIZE (msmtp-1.4.28.tar.bz2) = 302778 |