From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 01:30:06 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 9D010106566C for ; Thu, 9 Jul 2009 01:30:06 +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 78E358FC17 for ; Thu, 9 Jul 2009 01:30:06 +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 n691U6Fd035343 for ; Thu, 9 Jul 2009 01:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691U6pv035338; Thu, 9 Jul 2009 01:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 01:30:06 GMT Resent-Message-Id: <200907090130.n691U6pv035338@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 25E371065670; Thu, 9 Jul 2009 01:20:46 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14F6C8FC21; Thu, 9 Jul 2009 01:20:46 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691KjKn017349; Thu, 9 Jul 2009 01:20:45 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691Kj28017345; Thu, 9 Jul 2009 01:20:45 GMT (envelope-from pgollucci) Message-Id: <200907090120.n691Kj28017345@freefall.freebsd.org> Date: Thu, 9 Jul 2009 01:20:45 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/136569: [PATCH] www/p5-Catalyst-Action-REST: update to 0.73 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, 09 Jul 2009 01:30:06 -0000 >Number: 136569 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Action-REST: update to 0.73 >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 Jul 09 01:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.2-STABLE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC >Description: - Update to 0.73 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Action-REST-0.73.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Action-REST/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 12 Apr 2009 20:09:19 -0000 1.8 +++ Makefile 9 Jul 2009 01:20:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Action-REST -PORTVERSION= 0.71 +PORTVERSION= 0.73 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Action-REST/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 12 Apr 2009 20:09:19 -0000 1.6 +++ distinfo 9 Jul 2009 01:20:43 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Action-REST-0.71.tar.gz) = 8225b7019efed560858e0d4c3d62a299 -SHA256 (Catalyst-Action-REST-0.71.tar.gz) = 4a86f8c26aca9503c0fa9245333af27708392deef4db59d4a200bc461b37ee8c -SIZE (Catalyst-Action-REST-0.71.tar.gz) = 40338 +MD5 (Catalyst-Action-REST-0.73.tar.gz) = 0e29f3774f5065b08f209048ba41587f +SHA256 (Catalyst-Action-REST-0.73.tar.gz) = 7f0b5d8e5f122b07427296a7fb468fa73f33531e5201f1038d11db0e8feebb31 +SIZE (Catalyst-Action-REST-0.73.tar.gz) = 42545 --- p5-Catalyst-Action-REST-0.73.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: