- 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@gmail.com> (maintainer)
This commit is contained in:
parent
41c6747782
commit
2b145c3c85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318084
3 changed files with 5 additions and 4 deletions
|
@ -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@gmail.com
|
||||
COMMENT= Punycode conversion of UTF-8 string
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= URI::UTF8::Punycode.3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/URI/UTF8/Punycode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/URI/UTF8
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/URI
|
||||
|
|
Loading…
Reference in a new issue