Date: Fri, 17 Feb 2012 12:56:04 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS Message-ID: <201202171756.q1HHu4ES045146@meatwad.mouf.net> Resent-Message-ID: <201202171800.q1HI0Wmi090374@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165243 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, 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 Feb 17 18:00:32 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 #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-App-Cmd-0.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-App-Cmd/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 16 Nov 2010 02:53:09 -0000 1.1 +++ Makefile 17 Feb 2012 17:55:43 -0000 @@ -14,10 +14,12 @@ MAINTAINER= gslin@gslin.org COMMENT= Mashes up MooseX::Getopt and App::Cmd -RUN_DEPENDS= p5-App-Cmd>=0.3:${PORTSDIR}/devel/p5-App-Cmd \ +BUILD_DEPENDS= p5-App-Cmd>=0.3:${PORTSDIR}/devel/p5-App-Cmd \ p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ p5-Moose>=0.86:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0.18:${PORTSDIR}/devel/p5-MooseX-Getopt +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes --- p5-MooseX-App-Cmd-0.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202171756.q1HHu4ES045146>