svn commit: r352499 - in head/mail: dovecot2-antispam-plugin dovecot2-pigeonhole
Olli Hauer
ohauer at FreeBSD.org
Mon Apr 28 13:30:25 UTC 2014
Author: ohauer
Date: Mon Apr 28 13:30:24 2014
New Revision: 352499
URL: http://svnweb.freebsd.org/changeset/ports/352499
QAT: https://qat.redports.org/buildarchive/r352499/
Log:
- bump PORTREVISION as reqested in the dovcot2 Makefile
- strip
Modified:
head/mail/dovecot2-antispam-plugin/Makefile
head/mail/dovecot2-pigeonhole/Makefile
Modified: head/mail/dovecot2-antispam-plugin/Makefile
==============================================================================
--- head/mail/dovecot2-antispam-plugin/Makefile Mon Apr 28 13:17:15 2014 (r352498)
+++ head/mail/dovecot2-antispam-plugin/Makefile Mon Apr 28 13:30:24 2014 (r352499)
@@ -3,7 +3,7 @@
PORTNAME= dovecot2-antispam-plugin
PORTVERSION= 20130429
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
@@ -30,4 +30,7 @@ PLIST_FILES= lib/dovecot/lib90_antispam_
man/man7/dovecot-antispam.7.gz
PLIST_DIRSTRY= lib/dovecot
+post-install:
+ ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip
+
.include <bsd.port.mk>
Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile Mon Apr 28 13:17:15 2014 (r352498)
+++ head/mail/dovecot2-pigeonhole/Makefile Mon Apr 28 13:30:24 2014 (r352499)
@@ -3,7 +3,7 @@
PORTNAME= dovecot-pigeonhole
PORTVERSION= 0.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
@@ -35,4 +35,7 @@ post-patch:
s!^(uninstall-am:) uninstall-sieve_docDATA!\1!;' \
${WRKSRC}/doc/Makefile.in
+post-install:
+ ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list