svn commit: r394477 - head/devel/p5-PerlIO-utf8_strict

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:04:51 UTC 2015


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>


More information about the svn-ports-all mailing list