Date: Sat, 23 Jan 2016 15:15:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407015 - head/math/p5-Math-Random-ISAAC-XS Message-ID: <201601231515.u0NFFW9O051153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 23 15:15:32 2016 New Revision: 407015 URL: https://svnweb.freebsd.org/changeset/ports/407015 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile ============================================================================== --- head/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 15:15:27 2016 (r407014) +++ head/math/p5-Math-Random-ISAAC-XS/Makefile Sat Jan 23 15:15:32 2016 (r407015) @@ -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?201601231515.u0NFFW9O051153>