Date: Mon, 17 Aug 2015 13:04:51 +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: r394477 - head/devel/p5-PerlIO-utf8_strict Message-ID: <201508171304.t7HD4p9T097464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 17 13:04:50 2015 New Revision: 394477 URL: https://svnweb.freebsd.org/changeset/ports/394477 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/devel/p5-PerlIO-utf8_strict/Makefile Modified: head/devel/p5-PerlIO-utf8_strict/Makefile ============================================================================== --- head/devel/p5-PerlIO-utf8_strict/Makefile Mon Aug 17 13:04:45 2015 (r394476) +++ head/devel/p5-PerlIO-utf8_strict/Makefile Mon Aug 17 13:04:50 2015 (r394477) @@ -3,6 +3,7 @@ PORTNAME= PerlIO-utf8_strict PORTVERSION= 0.006 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +19,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/utf8_strict/utf8_strict.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171304.t7HD4p9T097464>