diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-25 09:12:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-25 09:12:02 +0000 |
commit | c87421f73a8dc2823926248378ac4f3032650d75 (patch) | |
tree | b677ba8eb523371534a4a25ec95bad6e6d7a16d8 | |
parent | - Update to 1.20 (diff) |
- Update to 2.10
- Strip shared library
Changes: http://search.cpan.org/dist/HTML-Strip/Changes
Notes
Notes:
svn path=/head/; revision=413990
-rw-r--r-- | www/p5-HTML-Strip/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Strip/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile index c35ef2759600..773afcef3b9f 100644 --- a/www/p5-HTML-Strip/Makefile +++ b/www/p5-HTML-Strip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Strip -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTML/Strip/Strip.so + .include <bsd.port.mk> diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo index b3e89b084dc9..f36053afab5d 100644 --- a/www/p5-HTML-Strip/distinfo +++ b/www/p5-HTML-Strip/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Strip-2.09.tar.gz) = 3f310370d0a677d17ca539508afb054be869b68acaec9aea239a057aa04d81d7 -SIZE (HTML-Strip-2.09.tar.gz) = 15040 +SHA256 (HTML-Strip-2.10.tar.gz) = 2af30a61f1ecc0bea983043c8078e48380ccb0319388a74483e09aa782f1ccfa +SIZE (HTML-Strip-2.10.tar.gz) = 15333 |