From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 01:30:13 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 C24A410656C5 for ; Thu, 9 Jul 2009 01:30:13 +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 9DBA08FC0A for ; Thu, 9 Jul 2009 01:30:13 +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 n691UDIx036426 for ; Thu, 9 Jul 2009 01:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691UD6A036420; Thu, 9 Jul 2009 01:30:13 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 01:30:13 GMT Resent-Message-Id: <200907090130.n691UD6A036420@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 125E0106568A; Thu, 9 Jul 2009 01:22:09 +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 0134A8FC21; Thu, 9 Jul 2009 01:22:09 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691M8lv022475; Thu, 9 Jul 2009 01:22:08 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691M84b022474; Thu, 9 Jul 2009 01:22:08 GMT (envelope-from pgollucci) Message-Id: <200907090122.n691M84b022474@freefall.freebsd.org> Date: Thu, 9 Jul 2009 01:22:08 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/136579: [PATCH] www/p5-Catalyst-Plugin-Session: update to 0.24 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:14 -0000 >Number: 136579 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session: update to 0.24 >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:13 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.24 Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-Session-0.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Session/Makefile,v retrieving revision 1.24 diff -u -u -r1.24 Makefile --- Makefile 15 Jun 2009 21:15:42 -0000 1.24 +++ Makefile 9 Jul 2009 01:22:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Session/distinfo,v retrieving revision 1.19 diff -u -u -r1.19 distinfo --- distinfo 15 Jun 2009 21:15:42 -0000 1.19 +++ distinfo 9 Jul 2009 01:22:06 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Session-0.22.tar.gz) = 67488c4084f95254bbc84d8ecad0a984 -SHA256 (Catalyst-Plugin-Session-0.22.tar.gz) = 04ebca752ba8ef4f31a13fd0b0c0433c88e68070d665d6b837b3513398dddec3 -SIZE (Catalyst-Plugin-Session-0.22.tar.gz) = 35886 +MD5 (Catalyst-Plugin-Session-0.24.tar.gz) = b2a88aa0a23d57411b73b3b09bf1bec5 +SHA256 (Catalyst-Plugin-Session-0.24.tar.gz) = c9459d30f7c8273c7c371bfb25a538f23dcaacac2ccadc52798f796f6ee978d8 +SIZE (Catalyst-Plugin-Session-0.24.tar.gz) = 35574 --- p5-Catalyst-Plugin-Session-0.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: