From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 23 21:40:10 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 05E8B1065676 for ; Fri, 23 Mar 2012 21:40:10 +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 BA2E98FC18 for ; Fri, 23 Mar 2012 21:40:09 +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 q2NLe9Wa070652 for ; Fri, 23 Mar 2012 21:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLe9CG070651; Fri, 23 Mar 2012 21:40:09 GMT (envelope-from gnats) Resent-Date: Fri, 23 Mar 2012 21:40:09 GMT Resent-Message-Id: <201203232140.q2NLe9CG070651@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C2EB106566B; Fri, 23 Mar 2012 21:31:11 +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 4013E8FC1E; Fri, 23 Mar 2012 21:31:10 +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 q2NLV7XS011010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 23 Mar 2012 17:31:07 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q2NLV66C045964; Fri, 23 Mar 2012 17:31:06 -0400 (EDT) (envelope-from steve) Message-Id: <201203232131.q2NLV66C045964@meatwad.mouf.net> Date: Fri, 23 Mar 2012 17:31:06 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/166359: [PATCH] www/p5-Template-Plugin-JSON: 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, 23 Mar 2012 21:40:10 -0000 >Number: 166359 >Category: ports >Synopsis: [PATCH] www/p5-Template-Plugin-JSON: 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 23 21:40:09 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 - Sort DEPENDS Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Template-Plugin-JSON-0.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Template-Plugin-JSON/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 28 Mar 2010 09:32:03 -0000 1.8 +++ Makefile 23 Mar 2012 21:30:45 -0000 @@ -14,10 +14,11 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Adds a .json vmethod for all TT values -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ - p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ + p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes --- p5-Template-Plugin-JSON-0.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: