svn commit: r394472 - head/devel/p5-Devel-CallChecker

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


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

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

Modified:
  head/devel/p5-Devel-CallChecker/Makefile

Modified: head/devel/p5-Devel-CallChecker/Makefile
==============================================================================
--- head/devel/p5-Devel-CallChecker/Makefile	Mon Aug 17 13:04:21 2015	(r394471)
+++ head/devel/p5-Devel-CallChecker/Makefile	Mon Aug 17 13:04:26 2015	(r394472)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Devel-CallChecker
 PORTVERSION=	0.007
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +22,7 @@ TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}
 USE_PERL5=	modbuild
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/CallChecker/CallChecker.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list