svn commit: r384862 - in head/mail/msmtp: . files
Roman Bogorodskiy
novel at FreeBSD.org
Mon Apr 27 18:27:55 UTC 2015
Author: novel
Date: Mon Apr 27 18:27:54 2015
New Revision: 384862
URL: https://svnweb.freebsd.org/changeset/ports/384862
Log:
- Update to 1.6.2
- Drop the man page patch and use REINPLACE_CMD instead to provide a proper
SSL certs path in config sample
Deleted:
head/mail/msmtp/files/
Modified:
head/mail/msmtp/Makefile
head/mail/msmtp/distinfo
Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile Mon Apr 27 16:05:52 2015 (r384861)
+++ head/mail/msmtp/Makefile Mon Apr 27 18:27:54 2015 (r384862)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= msmtp
-PORTVERSION= 1.4.32
-PORTREVISION= 3
+PORTVERSION= 1.6.2
CATEGORIES= mail ipv6
MASTER_SITES= SF
@@ -13,7 +12,7 @@ COMMENT= SMTP plugin for MUAs
LICENSE= GPLv3
GNU_CONFIGURE= yes
-USES= makeinfo pkgconfig tar:bzip2
+USES= makeinfo pkgconfig tar:xz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= msmtp
@@ -76,6 +75,10 @@ PLIST_SUB+= NLS="@comment "
.include <bsd.port.pre.mk>
+post-extract:
+ @${REINPLACE_CMD} -e 's|/etc/ssl/certs/ca\\-certificates.crt|${LOCALBASE}/share/certs/ca\\-root\\-nss.crt|' \
+ ${WRKSRC}/doc/msmtp.1
+
.if ${PORT_OPTIONS:MMSMTPQ}
PLIST_SUB+= MSMTPQ=""
Modified: head/mail/msmtp/distinfo
==============================================================================
--- head/mail/msmtp/distinfo Mon Apr 27 16:05:52 2015 (r384861)
+++ head/mail/msmtp/distinfo Mon Apr 27 18:27:54 2015 (r384862)
@@ -1,2 +1,2 @@
-SHA256 (msmtp-1.4.32.tar.bz2) = 2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88
-SIZE (msmtp-1.4.32.tar.bz2) = 303652
+SHA256 (msmtp-1.6.2.tar.xz) = 2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789
+SIZE (msmtp-1.6.2.tar.xz) = 280292
More information about the svn-ports-head
mailing list