From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 30 20:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E313106567D for ; Fri, 30 Mar 2012 20:20:12 +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 C20348FC19 for ; Fri, 30 Mar 2012 20:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2UKKBK8033965 for ; Fri, 30 Mar 2012 20:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2UKKB3A033964; Fri, 30 Mar 2012 20:20:11 GMT (envelope-from gnats) Resent-Date: Fri, 30 Mar 2012 20:20:11 GMT Resent-Message-Id: <201203302020.q2UKKB3A033964@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98F3E1065673; Fri, 30 Mar 2012 20:11:01 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 3B0C58FC12; Fri, 30 Mar 2012 20:11:01 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q2UKAv3e034197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 30 Mar 2012 16:10:57 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q2UKAsf4027302; Fri, 30 Mar 2012 16:10:54 -0400 (EDT) (envelope-from steve) Message-Id: <201203302010.q2UKAsf4027302@meatwad.mouf.net> Date: Fri, 30 Mar 2012 16:10:54 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/166527: [PATCH] www/p5-Catalyst-Component-ACCEPT_CONTEXT: Add TEST_DEPENDS 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: Fri, 30 Mar 2012 20:20:12 -0000 >Number: 166527 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Component-ACCEPT_CONTEXT: Add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 30 20:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar 2 21:54:42 >Description: - Add TEST_DEPENDS - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Catalyst-Component-ACCEPT_CONTEXT-0.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 15 Jun 2009 12:44:47 -0000 1.7 +++ Makefile 30 Mar 2012 20:10:10 -0000 @@ -14,9 +14,10 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Make the Catalyst request context available in Models and Views -RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle PERL_CONFIGURE= yes --- p5-Catalyst-Component-ACCEPT_CONTEXT-0.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: