Date: Mon, 17 Aug 2015 13:05:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394479 - head/devel/p5-Sentinel Message-ID: <201508171305.t7HD5065097700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171305.t7HD5065097700>