From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 22 02:20:02 2009 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 744B0106566C for ; Sun, 22 Nov 2009 02:20:02 +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 3B8958FC25 for ; Sun, 22 Nov 2009 02:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAM2K1u7092809 for ; Sun, 22 Nov 2009 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAM2K1DX092808; Sun, 22 Nov 2009 02:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 22 Nov 2009 02:20:01 GMT Resent-Message-Id: <200911220220.nAM2K1DX092808@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, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D81F106566C; Sun, 22 Nov 2009 02:11:45 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8C32B8FC12; Sun, 22 Nov 2009 02:11:45 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 1E77617081; Sat, 21 Nov 2009 21:11:45 -0500 (EST) Message-Id: <20091122021145.1E77617081@spartan.hamla.org> Date: Sat, 21 Nov 2009 21:11:45 -0500 (EST) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/140762: [PATCH] net/p5-URI: update to 1.50 + adopt port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 02:20:02 -0000 >Number: 140762 >Category: ports >Synopsis: [PATCH] net/p5-URI: update to 1.50 + adopt port >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: Sun Nov 22 02:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 1.50 - Assume maintainership - Changes: support for IRIs and several other changes: http://cpansearch.perl.org/src/GAAS/URI-1.50/Changes >How-To-Repeat: >Fix: --- p5-URI.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 16 Aug 2009 18:11:50 -0000 1.45 +++ Makefile 22 Nov 2009 02:08:00 -0000 @@ -6,12 +6,12 @@ # PORTNAME= URI -PORTVERSION= 1.40 +PORTVERSION= 1.50 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references PERL_CONFIGURE= yes @@ -25,6 +25,7 @@ URI::WithBase.3 \ URI::data.3 \ URI::file.3 \ - URI::ldap.3 + URI::ldap.3 \ + URI::_punycode.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/distinfo,v retrieving revision 1.32 diff -u -r1.32 distinfo --- distinfo 16 Aug 2009 18:11:50 -0000 1.32 +++ distinfo 22 Nov 2009 02:08:00 -0000 @@ -1,3 +1,3 @@ -MD5 (URI-1.40.tar.gz) = 626cc85f1939a89981f82aae43497b53 -SHA256 (URI-1.40.tar.gz) = 7104e9c602083066967c6fbfd06c2648f839fedb866e9bc77ae6c263d3f42fbf -SIZE (URI-1.40.tar.gz) = 97180 +MD5 (URI-1.50.tar.gz) = 03b88ba9b7eaf4edd025fb4bc430e597 +SHA256 (URI-1.50.tar.gz) = 5b10974a91a084646dc1cfe47041e20d8e9cb826fbd925876103db3208493095 +SIZE (URI-1.50.tar.gz) = 78616 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 21 Sep 2005 19:31:15 -0000 1.4 +++ pkg-descr 22 Nov 2009 02:08:00 -0000 @@ -1,6 +1,9 @@ This package contains the URI.pm module with friends. The module implements the URI class. Objects of this class represent Uniform -Resource Identifier (URI) references as specified in RFC 2396. +Resource Identifier (URI) references as specified in RFC 2396 and +updated by RFC 2732. Release 1.50 includes the initial attempt at +providing support to IRIs. URI objects now support the 'as_iri' +and 'ihost' methods. URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- pkg-plist 2 Jan 2004 11:24:04 -0000 1.10 +++ pkg-plist 22 Nov 2009 02:08:00 -0000 @@ -3,12 +3,15 @@ %%SITE_PERL%%/URI/Heuristic.pm %%SITE_PERL%%/URI/QueryParam.pm %%SITE_PERL%%/URI/Split.pm +%%SITE_PERL%%/URI/IRI.pm %%SITE_PERL%%/URI/URL.pm %%SITE_PERL%%/URI/WithBase.pm %%SITE_PERL%%/URI/_foreign.pm %%SITE_PERL%%/URI/_generic.pm +%%SITE_PERL%%/URI/_idna.pm %%SITE_PERL%%/URI/_ldap.pm %%SITE_PERL%%/URI/_login.pm +%%SITE_PERL%%/URI/_punycode.pm %%SITE_PERL%%/URI/_query.pm %%SITE_PERL%%/URI/_segment.pm %%SITE_PERL%%/URI/_server.pm --- p5-URI.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: