Date: Sat, 15 Aug 2015 12:09:28 +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: r394299 - head/textproc/p5-Text-Prefix-XS Message-ID: <201508151209.t7FC9SKZ041563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 15 12:09:27 2015 New Revision: 394299 URL: https://svnweb.freebsd.org/changeset/ports/394299 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/textproc/p5-Text-Prefix-XS/Makefile Modified: head/textproc/p5-Text-Prefix-XS/Makefile ============================================================================== --- head/textproc/p5-Text-Prefix-XS/Makefile Sat Aug 15 12:09:23 2015 (r394298) +++ head/textproc/p5-Text-Prefix-XS/Makefile Sat Aug 15 12:09:27 2015 (r394299) @@ -3,7 +3,7 @@ PORTNAME= Text-Prefix-XS PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +18,12 @@ BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep -SHEBANG_FILES= trie.pl USE_PERL5= configure USES= perl5 shebangfix +SHEBANG_FILES= trie.pl + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Prefix/XS/XS.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508151209.t7FC9SKZ041563>