Date: Tue, 17 Jan 2012 10:33:36 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lth@FreeBSD.org Subject: ports/164247: [PATCH] databases/p5-Class-DBI-Untaint: add TEST_DEPENDS and explicitly list RUN_DEPENDS Message-ID: <201201171533.q0HFXaNN095643@meatwad.mouf.net> Resent-Message-ID: <201201171540.q0HFeBOh081279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164247 >Category: ports >Synopsis: [PATCH] databases/p5-Class-DBI-Untaint: add TEST_DEPENDS and explicitly list RUN_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 17 15:40:11 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: add TEST_DEPENDS and explicitly list RUN_DEPENDS Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Class-DBI-Untaint-1.00.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-Class-DBI-Untaint/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 17 Apr 2008 14:24:25 -0000 1.4 +++ Makefile 17 Jan 2012 15:33:24 -0000 @@ -15,7 +15,9 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/CGI/Untaint.pm:${PORTSDIR}/www/p5-CGI-Untaint -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ + ${SITE_PERL}/CGI/Untaint.pm:${PORTSDIR}/www/p5-CGI-Untaint +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite PERL_CONFIGURE= yes --- p5-Class-DBI-Untaint-1.00.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?201201171533.q0HFXaNN095643>