Date: Wed, 2 May 2012 09:35:32 GMT From: Pietro Cerutti <gahr@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167518: [patch] mail/msmtp -- update to 1.4.28 + minor fix Message-ID: <201205020935.q429ZWfS054145@red.freebsd.org> Resent-Message-ID: <201205020940.q429eA5W032169@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167518 >Category: ports >Synopsis: [patch] mail/msmtp -- update to 1.4.28 + minor fix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 02 09:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: The patch attached updates the port to 1.4.28. Moreover, it fixes a minor issue with PLIST_SUB which gets overwritten instead of appended to. >How-To-Repeat: Build and install without WITH_MSMTPQ. %%NLS%% doesn't get substituted. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/msmtp/Makefile,v retrieving revision 1.66 diff -u -r1.66 Makefile --- Makefile 18 Feb 2012 05:08:23 -0000 1.66 +++ Makefile 2 May 2012 09:32:10 -0000 @@ -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 @@ .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 @@ ${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> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/msmtp/distinfo,v retrieving revision 1.36 diff -u -r1.36 distinfo --- distinfo 11 Jan 2012 03:16:41 -0000 1.36 +++ distinfo 2 May 2012 09:32:20 -0000 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205020935.q429ZWfS054145>