diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-10-14 22:29:59 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-10-14 22:29:59 +0000 |
commit | e76ca1d15ba6890fcb1d8dc3bfc60e8ee9e23183 (patch) | |
tree | dba080237a0515fc826b44cbdcbfea0c2788934b /mail | |
parent | a3e44c66db9fdef3f5b496ef2ba9f92d6886d689 (diff) |
test drive Postfix 2.10.4 upgrade. ~/VCS-mine/redports/mandree/mail/postfix210/
Notes
Notes:
svn path=/head/; revision=370888
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix210/Makefile | 12 | ||||
-rw-r--r-- | mail/postfix210/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix210/pkg-plist | 3 |
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/postfix210/Makefile b/mail/postfix210/Makefile index e60f48c52b1b..fb3f6876dd27 100644 --- a/mail/postfix210/Makefile +++ b/mail/postfix210/Makefile @@ -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 -lsqlite3 .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> diff --git a/mail/postfix210/distinfo b/mail/postfix210/distinfo index 2fd02b8aee45..015b1a3536f3 100644 --- a/mail/postfix210/distinfo +++ b/mail/postfix210/distinfo @@ -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 diff --git a/mail/postfix210/pkg-plist b/mail/postfix210/pkg-plist index 5b9526eae565..d516fe735d14 100644 --- a/mail/postfix210/pkg-plist +++ b/mail/postfix210/pkg-plist @@ -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 |