From owner-svn-ports-all@FreeBSD.ORG Mon Apr 28 13:30:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86AC8E37; Mon, 28 Apr 2014 13:30:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 726F71C43; Mon, 28 Apr 2014 13:30:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SDUP5f048676; Mon, 28 Apr 2014 13:30:25 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3SDUPV5048673; Mon, 28 Apr 2014 13:30:25 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404281330.s3SDUPV5048673@svn.freebsd.org> From: Olli Hauer Date: Mon, 28 Apr 2014 13:30:25 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 13:30:25 -0000 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 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