Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 22:29:59 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370888 - head/mail/postfix210
Message-ID:  <201410142229.s9EMTxve097558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Oct 14 22:29:59 2014
New Revision: 370888
URL: https://svnweb.freebsd.org/changeset/ports/370888
QAT: https://qat.redports.org/buildarchive/r370888/

Log:
  test drive Postfix 2.10.4 upgrade. ~/VCS-mine/redports/mandree/mail/postfix210/

Modified:
  head/mail/postfix210/Makefile
  head/mail/postfix210/distinfo
  head/mail/postfix210/pkg-plist

Modified: head/mail/postfix210/Makefile
==============================================================================
--- head/mail/postfix210/Makefile	Tue Oct 14 21:43:29 2014	(r370887)
+++ head/mail/postfix210/Makefile	Tue Oct 14 22:29:59 2014	(r370888)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-PORTVERSION=	2.10.3
-PORTREVISION=	5
+PORTVERSION=	2.10.4
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -188,7 +187,7 @@ POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -ls
 
 .if ${PORT_OPTIONS:MOPENLDAP}
 USE_OPENLDAP=		yes
-.if ${PORT_OPTIONS:MOPENLDAP_VER}
+.if defined(WITH_OPENLDAP_VER)
 WANT_OPENLDAP_VER=	${WITH_OPENLDAP_VER}
 .endif
 POSTFIX_CCARGS+=	-DHAS_LDAP -I${LOCALBASE}/include
@@ -343,5 +342,12 @@ do-install:
 .for f in ${MANTEST}
 	${INSTALL_MAN} ${WRKSRC}/man/man1/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1
 .endfor
+.if ${STRIP_CMD:M*/strip}
+	${FILE} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/sbin/* \
+		${STAGEDIR}${DAEMONDIR}/* \
+	| LC_ALL=C ${GREP} 'not stripped' \
+	| ${CUT} -f1 -d\: \
+	| ${XARGS} ${STRIP_CMD}
+.endif
 
 .include <bsd.port.mk>

Modified: head/mail/postfix210/distinfo
==============================================================================
--- head/mail/postfix210/distinfo	Tue Oct 14 21:43:29 2014	(r370887)
+++ head/mail/postfix210/distinfo	Tue Oct 14 22:29:59 2014	(r370888)
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.10.3.tar.gz) = 7815d8ad88af76e0962f18bf1e80b1aa5a0d096a00dac1d313fbab3e824b3f5b
-SIZE (postfix/postfix-2.10.3.tar.gz) = 3828808
+SHA256 (postfix/postfix-2.10.4.tar.gz) = e5233438420fbd6b49a64f007bd8da7dd046777436fb82dd50eadcd8901e7201
+SIZE (postfix/postfix-2.10.4.tar.gz) = 3829427
 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
 SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
 SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f

Modified: head/mail/postfix210/pkg-plist
==============================================================================
--- head/mail/postfix210/pkg-plist	Tue Oct 14 21:43:29 2014	(r370887)
+++ head/mail/postfix210/pkg-plist	Tue Oct 14 22:29:59 2014	(r370888)
@@ -35,7 +35,6 @@ libexec/postfix/trivial-rewrite
 libexec/postfix/verify
 libexec/postfix/virtual
 libexec/postfix/tlsmgr
-@dirrm libexec/postfix
 bin/mailq
 bin/newaliases
 bin/qshape
@@ -309,7 +308,6 @@ sbin/sendmail
 %%PORTDOCS%%%%DOCSDIR%%/virtual.8.html
 %%PORTDOCS%%%%DOCSDIR%%/tlsmgr.8.html
 %%PORTDOCS%%%%DOCSDIR%%/generic.5.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @unexec rmdir "/var/db/postfix" >/dev/null 2>&1 || :
 @unexec rmdir "/var/spool/postfix/active" >/dev/null 2>&1 || :
 @unexec rmdir "/var/spool/postfix/bounce" >/dev/null 2>&1 || :
@@ -332,4 +330,3 @@ etc/postfix/TLS_LICENSE
 etc/postfix/bounce.cf.default
 etc/postfix/main.cf.default
 etc/postfix/makedefs.out
-@dirrmtry etc/postfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410142229.s9EMTxve097558>