From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 13 09:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 608031065690 for ; Fri, 13 Jul 2012 09:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 370218FC15 for ; Fri, 13 Jul 2012 09:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6D9A7q5052933 for ; Fri, 13 Jul 2012 09:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6D9A7aB052932; Fri, 13 Jul 2012 09:10:07 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jul 2012 09:10:07 GMT Resent-Message-Id: <201207130910.q6D9A7aB052932@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA074106566B for ; Fri, 13 Jul 2012 09:05:00 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id AA60A8FC14 for ; Fri, 13 Jul 2012 09:05:00 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WYSlH0XM8z52t; Fri, 13 Jul 2012 17:04:59 +0800 (CST) Message-Id: <3WYSlH0XM8z52t@sunpoet.net> Date: Fri, 13 Jul 2012 17:04:59 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@c0decafe.net Subject: ports/169820: [PATCH] www/p5-URI-Encode: update to 0.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 09:10:07 -0000 >Number: 169820 >Category: ports >Synopsis: [PATCH] www/p5-URI-Encode: update to 0.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 13 09:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jul 7 22:40:22 CST >Description: - Update to 0.07 - Add LICENSE Changes: http://search.cpan.org/dist/URI-Encode/Changes Port maintainer (ports@c0decafe.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-URI-Encode-0.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-URI-Encode/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 23 Sep 2011 20:26:57 -0000 1.3 +++ Makefile 13 Jul 2012 09:04:42 -0000 @@ -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 @@ 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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-URI-Encode/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 23 Sep 2011 20:26:57 -0000 1.3 +++ distinfo 13 Jul 2012 09:04:42 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-URI-Encode/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 24 Nov 2010 06:19:46 -0000 1.2 +++ pkg-plist 13 Jul 2012 09:04:42 -0000 @@ -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 --- p5-URI-Encode-0.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: