From owner-svn-ports-branches@freebsd.org Sat Jan 23 16:02:32 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3348A8D118; Sat, 23 Jan 2016 16:02:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 846241E8A; Sat, 23 Jan 2016 16:02:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NG2V8O068669; Sat, 23 Jan 2016 16:02:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NG2V9p068668; Sat, 23 Jan 2016 16:02:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601231602.u0NG2V9p068668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 23 Jan 2016 16:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407040 - branches/2016Q1/math/p5-Math-Random-ISAAC-XS X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 16:02:32 -0000 Author: feld Date: Sat Jan 23 16:02:31 2016 New Revision: 407040 URL: https://svnweb.freebsd.org/changeset/ports/407040 Log: MFH: r407015 - Strip shared library - Bump PORTREVISION for package change Approved by: ports-secteam (with hat) Modified: branches/2016Q1/math/p5-Math-Random-ISAAC-XS/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/math/p5-Math-Random-ISAAC-XS/Makefile ============================================================================== --- branches/2016Q1/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 16:01:51 2016 (r407039) +++ branches/2016Q1/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 16:02:31 2016 (r407040) @@ -3,7 +3,7 @@ PORTNAME= Math-Random-ISAAC-XS PORTVERSION= 1.004 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAWNSY @@ -17,4 +17,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>0:${POR USES= perl5 USE_PERL5= modbuild +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/ISAAC/XS/XS.so + .include