From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 31 23:40:04 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 5524E1065677 for ; Sun, 31 May 2009 23:40:04 +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 2FEAF8FC1F for ; Sun, 31 May 2009 23:40:04 +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 n4VNe42k045126 for ; Sun, 31 May 2009 23:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4VNe4Df045125; Sun, 31 May 2009 23:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 31 May 2009 23:40:04 GMT Resent-Message-Id: <200905312340.n4VNe4Df045125@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 49F1A1065674; Sun, 31 May 2009 23:35:41 +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 E67CA8FC0A; Sun, 31 May 2009 23:35:40 +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 n4VNXKmm070313; Sun, 31 May 2009 19:33:20 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n4VNXKir070312; Sun, 31 May 2009 19:33:20 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200905312333.n4VNXKir070312@frieza.p6m7g8.net> Date: Sun, 31 May 2009 19:33:20 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/135107: [PATCH] www/p5-Catalyst-Action-RenderView: update to 0.10 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: Sun, 31 May 2009 23:40:04 -0000 >Number: 135107 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Action-RenderView: update to 0.10 >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 May 31 23:40:03 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 #0: Thu May 14 21:52:43 EDT 2009 >Description: - Update to 0.10 - 'hack' around AutoInstall brokenness - Portlint Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Action-RenderView-0.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Action-RenderView/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 22 Mar 2009 00:58:24 -0000 1.7 +++ Makefile 31 May 2009 23:35:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Action-RenderView -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,16 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= Sensible default end action for Catalyst -BUILD_DEPENDS= ${RUN_DEPENDS} -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-Data-Visitor>=0.08:${PORTSDIR}/devel/p5-Data-Visitor \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN3= Catalyst::Action::RenderView.3 post-extract: - @${PERL} -ne 'print unless /^test_requires/' ${WRKSRC}/Makefile.PL + @${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Action-RenderView/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 22 Mar 2009 00:58:24 -0000 1.6 +++ distinfo 31 May 2009 23:35:21 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Action-RenderView-0.09.tar.gz) = 9a964d2c8d5cee6c82efc97e11565c3d -SHA256 (Catalyst-Action-RenderView-0.09.tar.gz) = c9a1c863ca475fcd2208861e514982023c5bece902e34afe4797db275d5b7d19 -SIZE (Catalyst-Action-RenderView-0.09.tar.gz) = 22240 +MD5 (Catalyst-Action-RenderView-0.10.tar.gz) = 7e9981fdaf84e114a2ee2265771450cd +SHA256 (Catalyst-Action-RenderView-0.10.tar.gz) = e552ebf7167fcffbddc394e5f04c352e526b3cadb4347a171eec5783265c6362 +SIZE (Catalyst-Action-RenderView-0.10.tar.gz) = 23843 --- p5-Catalyst-Action-RenderView-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: