Bug 183366 - [MAINTAINER] converters/p5-URI-UTF8-Punycode: update to 1.00
Summary: [MAINTAINER] converters/p5-URI-UTF8-Punycode: update to 1.00
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-27 14:40 UTC by Muhammad Moinur Rahman
Modified: 2013-10-27 17:29 UTC (History)
0 users

See Also:


Attachments
p5-URI-UTF8-Punycode-1.00.patch (1.72 KB, patch)
2013-10-27 14:40 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-27 14:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-27 17:18:25 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-27 17:19:46 UTC
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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-27 17:29:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!