svn commit: r430956 - head/devel/p5-Package-Stash-XS

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


Author: sunpoet
Date: Mon Jan  9 14:41:29 2017
New Revision: 430956
URL: https://svnweb.freebsd.org/changeset/ports/430956

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Package-Stash-XS/Makefile

Modified: head/devel/p5-Package-Stash-XS/Makefile
==============================================================================
--- head/devel/p5-Package-Stash-XS/Makefile	Mon Jan  9 14:41:24 2017	(r430955)
+++ head/devel/p5-Package-Stash-XS/Makefile	Mon Jan  9 14:41:29 2017	(r430956)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Package-Stash-XS
 PORTVERSION=	0.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DOY
@@ -20,4 +20,7 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Package/Stash/XS/XS.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list