svn commit: r394488 - head/math/p5-Math-Prime-XS

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


Author: sunpoet
Date: Mon Aug 17 13:05:41 2015
New Revision: 394488
URL: https://svnweb.freebsd.org/changeset/ports/394488

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

Modified:
  head/math/p5-Math-Prime-XS/Makefile

Modified: head/math/p5-Math-Prime-XS/Makefile
==============================================================================
--- head/math/p5-Math-Prime-XS/Makefile	Mon Aug 17 13:05:36 2015	(r394487)
+++ head/math/p5-Math-Prime-XS/Makefile	Mon Aug 17 13:05:41 2015	(r394488)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Math-Prime-XS
 PORTVERSION=	0.26
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,4 +23,7 @@ TEST_DEPENDS=	p5-Test-Pod>=1.14:${PORTSD
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Prime/XS/XS.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list