From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 5 04:10:01 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 A0BE21065676 for ; Thu, 5 Feb 2009 04:10:01 +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 7D11C8FC18 for ; Thu, 5 Feb 2009 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n154A1am051549 for ; Thu, 5 Feb 2009 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n154A18k051544; Thu, 5 Feb 2009 04:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 5 Feb 2009 04:10:01 GMT Resent-Message-Id: <200902050410.n154A18k051544@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00A3106566C; Thu, 5 Feb 2009 04:08:11 +0000 (UTC) (envelope-from pgollucci@home.p6m7g8.net) Received: from home.p6m7g8.net (home.p6m7g8.net [70.88.236.17]) by mx1.freebsd.org (Postfix) with ESMTP id 781218FC0C; Thu, 5 Feb 2009 04:08:11 +0000 (UTC) (envelope-from pgollucci@home.p6m7g8.net) Received: from home.p6m7g8.net (localhost [127.0.0.1]) by home.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n1546RKo004506; Wed, 4 Feb 2009 23:06:27 -0500 (EST) (envelope-from pgollucci@home.p6m7g8.net) Received: (from pgollucci@localhost) by home.p6m7g8.net (8.14.3/8.14.3/Submit) id n1546R34004505; Wed, 4 Feb 2009 23:06:27 -0500 (EST) (envelope-from pgollucci) Message-Id: <200902050406.n1546R34004505@home.p6m7g8.net> Date: Wed, 4 Feb 2009 23:06:27 -0500 (EST) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/131380: [PATCH] www/p5-URI-ParseSearchString: update to 2.9 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: Thu, 05 Feb 2009 04:10:02 -0000 >Number: 131380 >Category: ports >Synopsis: [PATCH] www/p5-URI-ParseSearchString: update to 2.9 >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: Thu Feb 05 04:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: Riderway Inc. >Environment: System: FreeBSD home.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Dec 16 23:46:49 EST 2008 >Description: - Update to 2.9 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-URI-ParseSearchString-2.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-URI-ParseSearchString/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 22 Nov 2008 09:45:37 -0000 1.4 +++ Makefile 5 Feb 2009 04:08:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= URI-ParseSearchString -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-URI-ParseSearchString/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 22 Nov 2008 09:45:37 -0000 1.4 +++ distinfo 5 Feb 2009 04:08:08 -0000 @@ -1,3 +1,3 @@ -MD5 (URI-ParseSearchString-2.8.tar.gz) = fd0e9f90041eeb537e094ce504dfdc13 -SHA256 (URI-ParseSearchString-2.8.tar.gz) = 846cd30b9f71ea401f3bedf7f78aa7241cbc0edd3d64f1fdbafe31e083c0673c -SIZE (URI-ParseSearchString-2.8.tar.gz) = 12946 +MD5 (URI-ParseSearchString-2.9.tar.gz) = a92f79358a7dbbbfdc33380830b3e660 +SHA256 (URI-ParseSearchString-2.9.tar.gz) = 2bb6c65dee4ed9f7c4948dde52034f2bffea953c5bacabe6f16c0298604478a3 +SIZE (URI-ParseSearchString-2.9.tar.gz) = 12995 --- p5-URI-ParseSearchString-2.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: