Date: Thu, 26 Jan 2012 10:09:18 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bapt@FreeBSD.org Subject: ports/164513: [PATCH] devel/p5-Path-Dispatcher: add missing DEPENDS, add TEST_DEPENDS to enable testing Message-ID: <201201261509.q0QF9IhQ026389@meatwad.mouf.net> Resent-Message-ID: <201201261510.q0QFABk3052692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164513 >Category: ports >Synopsis: [PATCH] devel/p5-Path-Dispatcher: add missing DEPENDS, 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: Thu Jan 26 15:10: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: see patch Port maintainer (bapt@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Path-Dispatcher-1.04_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Path-Dispatcher/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 5 Sep 2011 15:06:25 -0000 1.2 +++ Makefile 26 Jan 2012 15:08:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= Path-Dispatcher PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SARTAK @@ -20,6 +21,9 @@ BUILD_DEPENDS= p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \ p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny +RUN_DEPENDS= p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal RUN_DEPENDS:= ${BUILD_DEPENDS} --- p5-Path-Dispatcher-1.04_1.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?201201261509.q0QF9IhQ026389>