Date: Wed, 7 Mar 2012 12:21:07 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/165828: [PATCH] net/p5-Net-Random: add missing DEPENDS Message-ID: <201203071721.q27HL7k1099209@meatwad.mouf.net> Resent-Message-ID: <201203071730.q27HU8DW007275@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165828 >Category: ports >Synopsis: [PATCH] net/p5-Net-Random: add missing 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 Mar 07 17:30:08 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 #14 r232426: Fri Mar 2 21:54:42 >Description: see patch Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Net-Random-2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-Random/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 17 Apr 2008 14:27:36 -0000 1.5 +++ Makefile 7 Mar 2012 17:20:52 -0000 @@ -14,7 +14,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A perl5 module to get random data from online sources -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject PERL_CONFIGURE= YES --- p5-Net-Random-2.0.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?201203071721.q27HL7k1099209>