From steve@mouf.net  Fri Feb  3 20:58:06 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 1A335106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Feb 2012 20:58:06 +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 C8E148FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Feb 2012 20:58:05 +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 q13Kw1p5062306
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 3 Feb 2012 15:58:01 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q13Kw154077697;
	Fri, 3 Feb 2012 15:58:01 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202032058.q13Kw154077697@meatwad.mouf.net>
Date: Fri, 3 Feb 2012 15:58:01 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sahil@freebsd.org
Subject: [PATCH] devel/p5-AnyEvent-DBus: add missing depends to silence build warnings
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         164744
>Category:       ports
>Synopsis:       [PATCH] devel/p5-AnyEvent-DBus: add missing depends to silence build warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 03 21:00:22 UTC 2012
>Closed-Date:    Sun Feb 05 02:31:07 UTC 2012
>Last-Modified:  Sun Feb  5 02:40: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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
see patch

Port maintainer (sahil@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-AnyEvent-DBus-0.31.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-AnyEvent-DBus/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	3 Jul 2010 07:24:27 -0000	1.2
+++ Makefile	3 Feb 2012 20:57:41 -0000
@@ -14,6 +14,9 @@
 MAINTAINER=	sahil@FreeBSD.org
 COMMENT=	Seamlessly integrate Net::DBus into AnyEvent
 
+BUILD_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
+		p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
+		p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
 RUN_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
 		p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
--- p5-AnyEvent-DBus-0.31.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 3 21:00:34 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164744 
Responsible-Changed-From-To: sahil->swills 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Sun Feb 5 02:28:47 UTC 2012 
Responsible-Changed-Why:  
Thanks; approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164744 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Feb 5 02:31:04 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164744: commit references a PR
Date: Sun,  5 Feb 2012 02:31:11 +0000 (UTC)

 swills      2012-02-05 02:30:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-AnyEvent-DBus Makefile 
   Log:
   - Add missing BUILD_DEPENDS to silence build warnings
   
   PR:             ports/164744
   Submitted by:   swills (myself)
   Approved by:    sahil (maintainer)
   
   Revision  Changes    Path
   1.3       +3 -0      ports/devel/p5-AnyEvent-DBus/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:
