From steve@mouf.net  Sat Feb 18 18:59:10 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 E019F1065672;
	Sat, 18 Feb 2012 18:59:10 +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 9AB6C8FC14;
	Sat, 18 Feb 2012 18:59:10 +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 q1IIx6SV068542
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 18 Feb 2012 13:59:06 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1IIx61i019426;
	Sat, 18 Feb 2012 13:59:06 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202181859.q1IIx61i019426@meatwad.mouf.net>
Date: Sat, 18 Feb 2012 13:59:06 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@freebsd.org
Subject: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165273
>Category:       ports
>Synopsis:       [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 18 19:00:18 UTC 2012
>Closed-Date:    Mon Feb 20 04:44:56 UTC 2012
>Last-Modified:  Mon Feb 20 04:50:08 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 (sunpoet@FreeBSD.org) is cc'd.

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

--- p5-MooseX-Runnable-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-MooseX-Runnable/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	11 Jun 2011 14:56:32 -0000	1.1
+++ Makefile	18 Feb 2012 18:58:23 -0000
@@ -14,13 +14,17 @@
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Tag a class as a runnable application
 
-RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \
 		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
 		p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
 		p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-TableDriven>=0:${PORTSDIR}/devel/p5-Test-TableDriven \
+		p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_CONFIGURE=	yes
 
--- p5-MooseX-Runnable-0.03.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 18 19:00:31 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165273 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Feb 20 04:44:55 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165273: commit references a PR
Date: Mon, 20 Feb 2012 04:45:12 +0000 (UTC)

 sunpoet     2012-02-20 04:44:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-MooseX-Runnable Makefile 
   Log:
   - Add BUILD_DEPENDS and TEST_DEPENDS
   
   PR:             ports/165273
   Submitted by:   swills
   
   Revision  Changes    Path
   1.2       +6 -1      ports/devel/p5-MooseX-Runnable/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:
