svn commit: r318084 - head/converters/p5-URI-UTF8-Punycode
Frederic Culot
culot at FreeBSD.org
Mon May 13 14:24:46 UTC 2013
Author: culot
Date: Mon May 13 14:24:44 2013
New Revision: 318084
URL: http://svnweb.freebsd.org/changeset/ports/318084
Log:
- Update to 0.97 [1]
- Add LICENSE (GPLv3)
Changes: http://search.cpan.org/dist/URI-UTF8-Punycode/Changes
PR: ports/178510 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com> (maintainer)
Modified:
head/converters/p5-URI-UTF8-Punycode/Makefile
head/converters/p5-URI-UTF8-Punycode/distinfo
head/converters/p5-URI-UTF8-Punycode/pkg-plist
Modified: head/converters/p5-URI-UTF8-Punycode/Makefile
==============================================================================
--- head/converters/p5-URI-UTF8-Punycode/Makefile Mon May 13 13:52:37 2013 (r318083)
+++ head/converters/p5-URI-UTF8-Punycode/Makefile Mon May 13 14:24:44 2013 (r318084)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= URI-UTF8-Punycode
-PORTVERSION= 0.96
+PORTVERSION= 0.97
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20 at gmail.com
COMMENT= Punycode conversion of UTF-8 string
+LICENSE= GPLv3
+
PERL_CONFIGURE= yes
MAN3= URI::UTF8::Punycode.3
Modified: head/converters/p5-URI-UTF8-Punycode/distinfo
==============================================================================
--- head/converters/p5-URI-UTF8-Punycode/distinfo Mon May 13 13:52:37 2013 (r318083)
+++ head/converters/p5-URI-UTF8-Punycode/distinfo Mon May 13 14:24:44 2013 (r318084)
@@ -1,2 +1,2 @@
-SHA256 (URI-UTF8-Punycode-0.96.tar.gz) = d35e0c0490a957da816d95fcec034bbd120f2fef592c1ee2f703a9ab3d94eee3
-SIZE (URI-UTF8-Punycode-0.96.tar.gz) = 64180
+SHA256 (URI-UTF8-Punycode-0.97.tar.gz) = 10e450f49c3c298222e6cbfc021d4fe7cce42ce2ef3d2e451bbc6bc45d622daa
+SIZE (URI-UTF8-Punycode-0.97.tar.gz) = 63005
Modified: head/converters/p5-URI-UTF8-Punycode/pkg-plist
==============================================================================
--- head/converters/p5-URI-UTF8-Punycode/pkg-plist Mon May 13 13:52:37 2013 (r318083)
+++ head/converters/p5-URI-UTF8-Punycode/pkg-plist Mon May 13 14:24:44 2013 (r318084)
@@ -5,6 +5,5 @@
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8/Punycode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/URI/UTF8/Punycode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/URI/UTF8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/URI
More information about the svn-ports-head
mailing list