svn commit: r430960 - head/devel/p5-Class-XSAccessor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 9 14:42:08 UTC 2017


Author: sunpoet
Date: Mon Jan  9 14:42:07 2017
New Revision: 430960
URL: https://svnweb.freebsd.org/changeset/ports/430960

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Class-XSAccessor/Makefile

Modified: head/devel/p5-Class-XSAccessor/Makefile
==============================================================================
--- head/devel/p5-Class-XSAccessor/Makefile	Mon Jan  9 14:42:02 2017	(r430959)
+++ head/devel/p5-Class-XSAccessor/Makefile	Mon Jan  9 14:42:07 2017	(r430960)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Class-XSAccessor
 PORTVERSION=	1.19
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
@@ -19,4 +19,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Class/XSAccessor/XSAccessor.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list