diff options
author | bofh <bofh@FreeBSD.org> | 2017-06-06 19:00:43 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2017-06-06 19:00:43 +0800 |
commit | da6f71ab6a1516d0ff46b299753dab20910b5d66 (patch) | |
tree | 24593ed961e87876feef1f4e785aeb083bf07b6a | |
parent | b8339f3ffe1540ce9dd673669c4aee700f6fb259 (diff) | |
download | freebsd-ports-gnome-da6f71ab6a1516d0ff46b299753dab20910b5d66.tar.gz freebsd-ports-gnome-da6f71ab6a1516d0ff46b299753dab20910b5d66.tar.zst freebsd-ports-gnome-da6f71ab6a1516d0ff46b299753dab20910b5d66.zip |
converters/p5-URI-UTF8-Punycode: Update version 1.00=>1.05
Relnotes: http://cpansearch.perl.org/src/TWINKLE/URI-UTF8-Punycode-1.05/Changes
-rw-r--r-- | converters/p5-URI-UTF8-Punycode/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-URI-UTF8-Punycode/distinfo | 5 | ||||
-rw-r--r-- | converters/p5-URI-UTF8-Punycode/pkg-plist | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/converters/p5-URI-UTF8-Punycode/Makefile b/converters/p5-URI-UTF8-Punycode/Makefile index f3a00bc347ea..ecd99c4500d4 100644 --- a/converters/p5-URI-UTF8-Punycode/Makefile +++ b/converters/p5-URI-UTF8-Punycode/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= URI-UTF8-Punycode -PORTVERSION= 1.00 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +15,7 @@ LICENSE= GPLv3 USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/URI/UTF8/Punycode/Punycode.so + .include <bsd.port.mk> diff --git a/converters/p5-URI-UTF8-Punycode/distinfo b/converters/p5-URI-UTF8-Punycode/distinfo index 2d5ff7eb9bcb..622b00731572 100644 --- a/converters/p5-URI-UTF8-Punycode/distinfo +++ b/converters/p5-URI-UTF8-Punycode/distinfo @@ -1,2 +1,3 @@ -SHA256 (URI-UTF8-Punycode-1.00.tar.gz) = 9370f5ac9c4e7750f837f1c107f336639bc937abcffc8a0a6e856eb6e387a0ad -SIZE (URI-UTF8-Punycode-1.00.tar.gz) = 63332 +TIMESTAMP = 1496659290 +SHA256 (URI-UTF8-Punycode-1.05.tar.gz) = 957bb9917af2cc8eb725682be65b36e40242bafeea999302ded7e6e85ba40118 +SIZE (URI-UTF8-Punycode-1.05.tar.gz) = 71135 diff --git a/converters/p5-URI-UTF8-Punycode/pkg-plist b/converters/p5-URI-UTF8-Punycode/pkg-plist index 1cbe9d7caac1..dbf7a826f630 100644 --- a/converters/p5-URI-UTF8-Punycode/pkg-plist +++ b/converters/p5-URI-UTF8-Punycode/pkg-plist @@ -1,3 +1,5 @@ +bin/puny %%SITE_ARCH%%/URI/UTF8/Punycode.pm %%SITE_ARCH%%/auto/URI/UTF8/Punycode/Punycode.so +%%PERL5_MAN1%%/puny.1.gz %%PERL5_MAN3%%/URI::UTF8::Punycode.3.gz |