- Update to 1.00 For Committer's reference: https://redports.org/~subzero/20131027140900-40589-155253/p5-URI-UTF8-Punycode-1.00.log https://redports.org/~subzero/20131027140900-40589-155254/p5-URI-UTF8-Punycode-1.00.log https://redports.org/~subzero/20131027140900-40589-155255/p5-URI-UTF8-Punycode-1.00.log https://redports.org/~subzero/20131027140900-40589-155256/p5-URI-UTF8-Punycode-1.00.log https://redports.org/~subzero/20131027140900-40589-155257/p5-URI-UTF8-Punycode-1.00.log https://redports.org/~subzero/20131027140900-40589-155258/p5-URI-UTF8-Punycode-1.00.log Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I'll take it.
Author: sunpoet Date: Sun Oct 27 17:19:37 2013 New Revision: 331786 URL: http://svnweb.freebsd.org/changeset/ports/331786 Log: - Update to 1.00 - Support STAGEDIR Changes: http://search.cpan.org/dist/URI-UTF8-Punycode/Changes PR: ports/183366 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Modified: head/converters/p5-URI-UTF8-Punycode/Makefile head/converters/p5-URI-UTF8-Punycode/distinfo (contents, props changed) head/converters/p5-URI-UTF8-Punycode/pkg-plist (contents, props changed) Modified: head/converters/p5-URI-UTF8-Punycode/Makefile ============================================================================== --- head/converters/p5-URI-UTF8-Punycode/Makefile Sun Oct 27 16:48:29 2013 (r331785) +++ head/converters/p5-URI-UTF8-Punycode/Makefile Sun Oct 27 17:19:37 2013 (r331786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= URI-UTF8-Punycode -PORTVERSION= 0.97 +PORTVERSION= 1.00 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,4 @@ LICENSE= GPLv3 USES= perl5 USE_PERL5= configure -MAN3= URI::UTF8::Punycode.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/converters/p5-URI-UTF8-Punycode/distinfo ============================================================================== --- head/converters/p5-URI-UTF8-Punycode/distinfo Sun Oct 27 16:48:29 2013 (r331785) +++ head/converters/p5-URI-UTF8-Punycode/distinfo Sun Oct 27 17:19:37 2013 (r331786) @@ -1,2 +1,2 @@ -SHA256 (URI-UTF8-Punycode-0.97.tar.gz) = 10e450f49c3c298222e6cbfc021d4fe7cce42ce2ef3d2e451bbc6bc45d622daa -SIZE (URI-UTF8-Punycode-0.97.tar.gz) = 63005 +SHA256 (URI-UTF8-Punycode-1.00.tar.gz) = 9370f5ac9c4e7750f837f1c107f336639bc937abcffc8a0a6e856eb6e387a0ad +SIZE (URI-UTF8-Punycode-1.00.tar.gz) = 63332 Modified: head/converters/p5-URI-UTF8-Punycode/pkg-plist ============================================================================== --- head/converters/p5-URI-UTF8-Punycode/pkg-plist Sun Oct 27 16:48:29 2013 (r331785) +++ head/converters/p5-URI-UTF8-Punycode/pkg-plist Sun Oct 27 17:19:37 2013 (r331786) @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8/Punycode/Punycode.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8/Punycode/Punycode.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8/Punycode/.packlist +%%PERL5_MAN3%%/URI::UTF8::Punycode.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8/Punycode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/UTF8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!