svn commit: r394479 - head/devel/p5-Sentinel
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 17 13:05:01 UTC 2015
Author: sunpoet
Date: Mon Aug 17 13:05:00 2015
New Revision: 394479
URL: https://svnweb.freebsd.org/changeset/ports/394479
Log:
- Strip shared library
- Bump PORTREVISION for package change
Modified:
head/devel/p5-Sentinel/Makefile
Modified: head/devel/p5-Sentinel/Makefile
==============================================================================
--- head/devel/p5-Sentinel/Makefile Mon Aug 17 13:04:55 2015 (r394478)
+++ head/devel/p5-Sentinel/Makefile Mon Aug 17 13:05:00 2015 (r394479)
@@ -3,7 +3,7 @@
PORTNAME= Sentinel
PORTVERSION= 0.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
@@ -21,4 +21,7 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}
USE_PERL5= modbuild
USES= perl5
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sentinel/Sentinel.so
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list