From owner-svn-ports-head@FreeBSD.ORG Tue Aug 14 09:15:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7882D106564A; Tue, 14 Aug 2012 09:15:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4A53A8FC0A; Tue, 14 Aug 2012 09:15:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7E9FJT4071911; Tue, 14 Aug 2012 09:15:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7E9FJv5071907; Tue, 14 Aug 2012 09:15:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201208140915.q7E9FJv5071907@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Aug 2012 09:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302508 - head/www/p5-URI-Encode X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 09:15:19 -0000 Author: sunpoet Date: Tue Aug 14 09:15:18 2012 New Revision: 302508 URL: http://svn.freebsd.org/changeset/ports/302508 Log: - Update to 0.07 - Add LICENSE Changes: http://search.cpan.org/dist/URI-Encode/Changes PR: ports/169820 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/www/p5-URI-Encode/Makefile (contents, props changed) head/www/p5-URI-Encode/distinfo (contents, props changed) head/www/p5-URI-Encode/pkg-plist (contents, props changed) Modified: head/www/p5-URI-Encode/Makefile ============================================================================== --- head/www/p5-URI-Encode/Makefile Tue Aug 14 09:12:18 2012 (r302507) +++ head/www/p5-URI-Encode/Makefile Tue Aug 14 09:15:18 2012 (r302508) @@ -6,7 +6,7 @@ # PORTNAME= URI-Encode -PORTVERSION= 0.04 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MITHUN @@ -15,8 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@c0decafe.net COMMENT= Simple URI Encoding/Decoding +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes -MAN3= URI::Encode.3 +MAN3= URI::Encode.3 + +.include + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +.endif -.include +.include Modified: head/www/p5-URI-Encode/distinfo ============================================================================== --- head/www/p5-URI-Encode/distinfo Tue Aug 14 09:12:18 2012 (r302507) +++ head/www/p5-URI-Encode/distinfo Tue Aug 14 09:15:18 2012 (r302508) @@ -1,2 +1,2 @@ -SHA256 (URI-Encode-0.04.tar.gz) = 95873645c74afa885988b927838921b5b5b5e8e2c7c1a05f7fecbb013ae1d92f -SIZE (URI-Encode-0.04.tar.gz) = 5226 +SHA256 (URI-Encode-0.07.tar.gz) = d017116e47b059a5937c350924cdd24f7c57466efb075430fc6c946e4aebb3ac +SIZE (URI-Encode-0.07.tar.gz) = 14548 Modified: head/www/p5-URI-Encode/pkg-plist ============================================================================== --- head/www/p5-URI-Encode/pkg-plist Tue Aug 14 09:12:18 2012 (r302507) +++ head/www/p5-URI-Encode/pkg-plist Tue Aug 14 09:15:18 2012 (r302508) @@ -1,5 +1,5 @@ %%SITE_PERL%%/URI/Encode.pm -@dirrmtry %%SITE_PERL%%/URI %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Encode/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Encode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI +@dirrmtry %%SITE_PERL%%/URI