svn commit: r394478 - head/devel/p5-Readonly-XS

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


Author: sunpoet
Date: Mon Aug 17 13:04:55 2015
New Revision: 394478
URL: https://svnweb.freebsd.org/changeset/ports/394478

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Readonly-XS/Makefile

Modified: head/devel/p5-Readonly-XS/Makefile
==============================================================================
--- head/devel/p5-Readonly-XS/Makefile	Mon Aug 17 13:04:50 2015	(r394477)
+++ head/devel/p5-Readonly-XS/Makefile	Mon Aug 17 13:04:55 2015	(r394478)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Readonly-XS
 PORTVERSION=	1.05
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,4 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Readonly/XS/XS.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list