svn commit: r394484 - head/devel/p5-true

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


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

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

Modified:
  head/devel/p5-true/Makefile

Modified: head/devel/p5-true/Makefile
==============================================================================
--- head/devel/p5-true/Makefile	Mon Aug 17 13:05:18 2015	(r394483)
+++ head/devel/p5-true/Makefile	Mon Aug 17 13:05:23 2015	(r394484)
@@ -3,7 +3,7 @@
 
 PORTNAME=	true
 PORTVERSION=	0.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CHOCOLATE
@@ -23,4 +23,7 @@ RUN_DEPENDS=	p5-B-Hooks-OP-Annotation>=0
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/true/true.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list