Date: Mon, 23 Jan 2012 12:09:56 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nistor@snickers.org Subject: ports/164415: [PATCH] databases/p5-DBIx-Sequence: update DEPENDS to fix testing Message-ID: <201201231709.q0NH9uaO085755@meatwad.mouf.net> Resent-Message-ID: <201201231720.q0NHK224031552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164415 >Category: ports >Synopsis: [PATCH] databases/p5-DBIx-Sequence: update DEPENDS to fix 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: Mon Jan 23 17:20:02 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: Attached patch fixes "make test" for this module. Port maintainer (nistor@snickers.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBIx-Sequence-1.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBIx-Sequence/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 17 Apr 2008 14:24:30 -0000 1.2 +++ Makefile 23 Jan 2012 17:09:22 -0000 @@ -14,7 +14,8 @@ MAINTAINER= nistor@snickers.org COMMENT= DBIx::Sequence - A simple SQL92 ID generator -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI PERL_CONFIGURE= yes --- p5-DBIx-Sequence-1.5.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?201201231709.q0NH9uaO085755>