Date: Tue, 14 Feb 2012 22:44:36 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165162: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing Message-ID: <201202150344.q1F3iax1001269@meatwad.mouf.net> Resent-Message-ID: <201202150350.q1F3oBjI013083@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165162 >Category: ports >Synopsis: [PATCH] devel/p5-File-Random: 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: Wed Feb 15 03:50: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 #13 r230974: Fri Feb 3 23:48:36 >Description: - Add missing DEPENDS which the module needs - Add TEST_DEPENDS to enable testing Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-Random-0.17_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Random/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 Jan 2012 17:38:02 -0000 1.6 +++ Makefile 15 Feb 2012 03:43:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= File-Random PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for random selecting of a file -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ + p5-Set-Scalar>0:${PORTSDIR}/devel/p5-Set-Scalar RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class \ + p5-Test-Differences>=0.43:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>0.1:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Warn>0.05:${PORTSDIR}/devel/p5-Test-Warn \ + p5-Test-ManyParams>0:${PORTSDIR}/devel/p5-Test-ManyParams PERL_CONFIGURE= yes --- p5-File-Random-0.17_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?201202150344.q1F3iax1001269>