svn commit: r394490 - head/textproc/p5-CSS-Minifier-XS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 17 13:05:50 UTC 2015
Author: sunpoet
Date: Mon Aug 17 13:05:49 2015
New Revision: 394490
URL: https://svnweb.freebsd.org/changeset/ports/394490
Log:
- Strip shared library
- Bump PORTREVISION for package change
Modified:
head/textproc/p5-CSS-Minifier-XS/Makefile
Modified: head/textproc/p5-CSS-Minifier-XS/Makefile
==============================================================================
--- head/textproc/p5-CSS-Minifier-XS/Makefile Mon Aug 17 13:05:45 2015 (r394489)
+++ head/textproc/p5-CSS-Minifier-XS/Makefile Mon Aug 17 13:05:49 2015 (r394490)
@@ -3,7 +3,7 @@
PORTNAME= CSS-Minifier-XS
PORTVERSION= 0.09
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,4 +21,7 @@ TEST_DEPENDS= p5-CSS-Minifier>=0:${PORTS
USE_PERL5= configure
USES= perl5
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Minifier/XS/XS.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list