From steve@mouf.net  Sun Feb 12 17:13:53 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5C0A61065674
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Feb 2012 17:13:53 +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 1751D8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Feb 2012 17:13:53 +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 q1CHDmwq003096
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 12 Feb 2012 12:13:49 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CHDbFk076761;
	Sun, 12 Feb 2012 12:13:37 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202121713.q1CHDbFk076761@meatwad.mouf.net>
Date: Sun, 12 Feb 2012 12:13:37 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: avk@vl.ru
Subject: [PATCH] devel/p5-Data-Average: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: avk@vl.ru

>Number:         165042
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Average: 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:   Sun Feb 12 17:20:06 UTC 2012
>Closed-Date:    Tue Feb 28 02:10:12 UTC 2012
>Last-Modified:  Tue Feb 28 02:10:12 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

Port maintainer (avk@vl.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Data-Average-0.03000.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Average/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	5 Jun 2010 16:10:31 -0000	1.1
+++ Makefile	12 Feb 2012 17:13:19 -0000
@@ -14,6 +14,9 @@
 MAINTAINER=	avk@vl.ru
 COMMENT=	Hold Data Set To Calculate Average
 
+BUILD_DEPENDS=	p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa
+RUN_DEPENDS=	p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa
+
 PERL_CONFIGURE=	yes
 
 MAN3=	Data::Average::Bounded.3 Data::Average::BoundedExpires.3 Data::Average::Expires.3 Data::Average.3
--- p5-Data-Average-0.03000.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 12 17:20:17 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165042 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 12 17:20:21 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: avk@vl.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: add missing DEPENDS
Date: Sun, 12 Feb 2012 17:20:19 UT

 Maintainer of devel/p5-Data-Average,
 
 Please note that PR ports/165042 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165042
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue Feb 14 13:42:39 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165042 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Tue Feb 28 02:10:09 UTC 2012 
State-Changed-Why:  
Committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165042 
>Unformatted:
