Date: Wed, 25 Jan 2012 12:41:20 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: janos.mohacsi@bsd.hu Subject: ports/164486: [PATCH] databases/p5-DBM-Deep: add TEST_DEPENDS, move some deps to TEST, add BUILD_DEPENDS Message-ID: <201201251741.q0PHfKDZ062274@meatwad.mouf.net> Resent-Message-ID: <201201251750.q0PHo9j6025752@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164486 >Category: ports >Synopsis: [PATCH] databases/p5-DBM-Deep: add TEST_DEPENDS, move some deps to TEST, add BUILD_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: Wed Jan 25 17:50:09 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 (janos.mohacsi@bsd.hu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBM-Deep-2.0002.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBM-Deep/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 6 Sep 2010 08:10:29 -0000 1.10 +++ Makefile 25 Jan 2012 17:40:40 -0000 @@ -14,13 +14,17 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= A pure perl persistent multi-level hash/array DBM -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FileHandle/Fmode.pm:${PORTSDIR}/devel/p5-FileHandle-Fmode -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-IO-stringy>=0.01:${PORTSDIR}/devel/p5-IO-stringy -RUN_DEPENDS+= p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception -RUN_DEPENDS+= p5-Test-Warn>=0.08:${PORTSDIR}/devel/p5-Test-Warn -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ + ${SITE_PERL}/${PERL_ARCH}/FileHandle/Fmode.pm:${PORTSDIR}/devel/p5-FileHandle-Fmode \ + p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-IO-stringy>=0.01:${PORTSDIR}/devel/p5-IO-stringy +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ + ${SITE_PERL}/${PERL_ARCH}/FileHandle/Fmode.pm:${PORTSDIR}/devel/p5-FileHandle-Fmode \ + p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-IO-stringy>=0.01:${PORTSDIR}/devel/p5-IO-stringy +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Warn>=0.08:${PORTSDIR}/devel/p5-Test-Warn MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3 \ DBM::Deep::Iterator::File::BucketList.3 \ --- p5-DBM-Deep-2.0002.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?201201251741.q0PHfKDZ062274>