svn commit: r394485 - head/lang/p5-Marpa-XS

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


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

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

Modified:
  head/lang/p5-Marpa-XS/Makefile

Modified: head/lang/p5-Marpa-XS/Makefile
==============================================================================
--- head/lang/p5-Marpa-XS/Makefile	Mon Aug 17 13:05:23 2015	(r394484)
+++ head/lang/p5-Marpa-XS/Makefile	Mon Aug 17 13:05:28 2015	(r394485)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Marpa-XS
 PORTVERSION=	1.008000
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JKEGL
@@ -24,4 +24,7 @@ TEST_DEPENDS=	p5-Test-Weaken>=3.004000:$
 USE_PERL5=	modbuild
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Marpa/XS/XS.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list