Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 13:30:25 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352499 - in head/mail: dovecot2-antispam-plugin dovecot2-pigeonhole
Message-ID:  <201404281330.s3SDUPV5048673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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