svn commit: r394481 - head/devel/p5-Test-LeakTrace

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


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

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

Modified:
  head/devel/p5-Test-LeakTrace/Makefile

Modified: head/devel/p5-Test-LeakTrace/Makefile
==============================================================================
--- head/devel/p5-Test-LeakTrace/Makefile	Mon Aug 17 13:05:04 2015	(r394480)
+++ head/devel/p5-Test-LeakTrace/Makefile	Mon Aug 17 13:05:09 2015	(r394481)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Test-LeakTrace
 PORTVERSION=	0.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,4 +14,7 @@ COMMENT=	Traces memory leaks
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Test/LeakTrace/LeakTrace.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list