Date: Tue, 24 Jan 2012 16:29:45 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/164458: [PATCH] databases/p5-DBIx-Sunny: adding missing TEST_DEPENDS Message-ID: <201201242129.q0OLTj68067643@meatwad.mouf.net> Resent-Message-ID: <201201242130.q0OLUI5A029830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164458 >Category: ports >Synopsis: [PATCH] databases/p5-DBIx-Sunny: adding missing 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: Tue Jan 24 21:30:18 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 (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBIx-Sunny-0.15.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBIx-Sunny/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 19 Dec 2011 04:38:49 -0000 1.2 +++ Makefile 24 Jan 2012 21:29:23 -0000 @@ -29,9 +29,10 @@ p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \ p5-Data-Validator>=0:${PORTSDIR}/devel/p5-Data-Validator -TEST_DEPENDS= p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \ +TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes --- p5-DBIx-Sunny-0.15.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?201201242129.q0OLTj68067643>