From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 23:31:10 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 6AB4A106575F for ; Thu, 18 Jun 2009 23:30:43 +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 44D0D8FC21 for ; Thu, 18 Jun 2009 23:30:43 +0000 (UTC) (envelope-from gnats@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 n5INUh5w007054 for ; Thu, 18 Jun 2009 23:30:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5INUhgL007049; Thu, 18 Jun 2009 23:30:43 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 23:30:43 GMT Resent-Message-Id: <200906182330.n5INUhgL007049@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 AE9631065691; Thu, 18 Jun 2009 23:25:33 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 54E578FC15; Thu, 18 Jun 2009 23:25:33 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INPPJC031219; Thu, 18 Jun 2009 19:25:25 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INPPaG031218; Thu, 18 Jun 2009 19:25:25 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200906182325.n5INPPaG031218@frieza.p6m7g8.net> Date: Thu, 18 Jun 2009 19:25:25 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/135805: [PATCH] www/p5-Catalyst-Devel: update to 1.17 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, 18 Jun 2009 23:31:11 -0000 >Number: 135805 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Devel: update to 1.17 >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 Jun 18 23:30:42 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT >Description: - Update to 1.17 Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Devel-1.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Devel/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 15 Jun 2009 21:13:12 -0000 1.11 +++ Makefile 18 Jun 2009 21:34:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Devel -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= Catalyst Development Tools -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Action-RenderView>=0.04:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \ p5-Catalyst-Plugin-ConfigLoader>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \ p5-Catalyst-Plugin-Static-Simple>=0.16:${PORTSDIR}/www/p5-Catalyst-Plugin-Static-Simple \ @@ -25,13 +25,15 @@ p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \ p5-Template-Toolkit>=2.14:${PORTSDIR}/www/p5-Template-Toolkit \ p5-parent>=0:${PORTSDIR}/devel/p5-parent -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ MAN3= Catalyst::Helper.3 \ Module::Install::Catalyst.3 \ Catalyst::Devel.3 \ - Catalyst::Restarter.3 + Catalyst::Restarter.3 \ + Catalyst::Restarter::Forking.3 \ + Catalyst::Restarter::Win32.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Devel/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 15 Jun 2009 21:13:12 -0000 1.9 +++ distinfo 18 Jun 2009 03:10:53 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Devel-1.15.tar.gz) = 556106455b646dabfb7a5f5efe96251a -SHA256 (Catalyst-Devel-1.15.tar.gz) = da200ee825564323253a16b14504258437d427707cceac80ff166c8705959748 -SIZE (Catalyst-Devel-1.15.tar.gz) = 81351 +MD5 (Catalyst-Devel-1.17.tar.gz) = c999af92d9d06c8ffacc69a2ca95e213 +SHA256 (Catalyst-Devel-1.17.tar.gz) = da07fa6871136a2533613e7d4fc31176a01fe737cbb237ff0aceb60bf1a61d17 +SIZE (Catalyst-Devel-1.17.tar.gz) = 82624 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Devel/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 15 Jun 2009 21:13:12 -0000 1.2 +++ pkg-plist 18 Jun 2009 21:35:35 -0000 @@ -1,10 +1,13 @@ %%SITE_PERL%%/Catalyst/Helper.pm %%SITE_PERL%%/Catalyst/Devel.pm %%SITE_PERL%%/Catalyst/Restarter.pm +%%SITE_PERL%%/Catalyst/Restarter/Forking.pm +%%SITE_PERL%%/Catalyst/Restarter/Win32.pm %%SITE_PERL%%/Module/Install/Catalyst.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Devel/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Devel @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst +@dirrm %%SITE_PERL%%/Catalyst/Restarter @dirrmtry %%SITE_PERL%%/Catalyst @dirrmtry %%SITE_PERL%%/Module/Install @dirrmtry %%SITE_PERL%%/Module --- p5-Catalyst-Devel-1.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: