From owner-svn-ports-all@FreeBSD.ORG Sun Oct 27 17:19:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB345BDE; Sun, 27 Oct 2013 17:19:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEBDF21B1; Sun, 27 Oct 2013 17:19:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RHJc1T055354; Sun, 27 Oct 2013 17:19:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RHJcxe055351; Sun, 27 Oct 2013 17:19:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310271719.r9RHJcxe055351@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Oct 2013 17:19:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331786 - head/converters/p5-URI-UTF8-Punycode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 17:19:38 -0000 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 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