Date: Fri, 20 Jan 2012 11:10:00 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wen@FreeBSD.org Subject: ports/164336: [PATCH] devel/p5-Moo: Add missing BUILD_DEPENDS and add TEST_DEPENDS to enable testing Message-ID: <201201201610.q0KGA06v004064@meatwad.mouf.net> Resent-Message-ID: <201201201620.q0KGKASi044217@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164336 >Category: ports >Synopsis: [PATCH] devel/p5-Moo: Add missing BUILD_DEPENDS and add TEST_DEPENDS to enable testing >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 Jan 20 16:20:10 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 #8: Mon Dec 19 15:53:28 EST 2011 >Description: Subject says it all, see attached patch Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Moo-0.009012.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Moo/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 16 Nov 2011 06:48:36 -0000 1.5 +++ Makefile 20 Jan 2012 16:09:33 -0000 @@ -15,8 +15,11 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Minimalist Object Orientation (with Moose compatiblity) +BUILD_DEPENDS= p5-strictures>=1.001001:${PORTSDIR}/devel/p5-strictures \ + p5-Class-Method-Modifiers>=1.05:${PORTSDIR}/devel/p5-Class-Method-Modifiers RUN_DEPENDS= p5-strictures>=1.001001:${PORTSDIR}/devel/p5-strictures \ p5-Class-Method-Modifiers>=1.05:${PORTSDIR}/devel/p5-Class-Method-Modifiers +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal PERL_CONFIGURE= yes --- p5-Moo-0.009012.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?201201201610.q0KGA06v004064>