ports/165828: [PATCH] net/p5-Net-Random: add missing DEPENDS
Steve Wills
swills at FreeBSD.org
Wed Mar 7 17:30:09 UTC 2012
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list