1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 1.4.28

- Fix plist substitution

PR:		167518
Submitted by:	gahr
This commit is contained in:
Roman Bogorodskiy 2012-05-02 11:48:24 +00:00
parent d34996a21e
commit ca3747a164
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295855
2 changed files with 6 additions and 7 deletions

View File

@ -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>

View File

@ -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