Date: Sat, 23 Jan 2016 16:02:31 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> 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 Message-ID: <201601231602.u0NG2V9p068668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601231602.u0NG2V9p068668>