From steve@mouf.net  Wed Mar  7 17:21:13 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D8C1B106564A;
	Wed,  7 Mar 2012 17:21:13 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FBA28FC14;
	Wed,  7 Mar 2012 17:21:13 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q27HL7Od051571
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 7 Mar 2012 12:21:07 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q27HL7k1099209;
	Wed, 7 Mar 2012 12:21:07 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203071721.q27HL7k1099209@meatwad.mouf.net>
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: [PATCH] net/p5-Net-Random: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165828
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Random: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 17:30:08 UTC 2012
>Closed-Date:    Mon Apr 09 22:33:18 UTC 2012
>Last-Modified:  Mon Apr  9 22:40:10 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 7 17:30:22 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165828 
Responsible-Changed-From-To: clsung->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Apr 8 02:13:31 UTC 2012 
Responsible-Changed-Why:  
Timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165828 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Mon Apr 9 22:33:17 UTC 2012 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165828 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165828: commit references a PR
Date: Mon,  9 Apr 2012 22:33:16 +0000 (UTC)

 swills      2012-04-09 22:33:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-Random    Makefile 
   Log:
   - Add missing BUILD_DEPENDS
   - Avoid use of SITE_PERL in DEPENDS
   - Add TEST_DEPENDS
   
   PR:             ports/165828
   Approved by:    maintainer timeout (clsung, >1 month)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.6       +3 -1      ports/net/p5-Net-Random/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
