From steve@mouf.net  Fri Feb 17 15:58:40 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 535C91065673;
	Fri, 17 Feb 2012 15:58:40 +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 E880C8FC17;
	Fri, 17 Feb 2012 15:58:39 +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 q1HFwafl056961
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 17 Feb 2012 10:58:36 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1HFwZMu019941;
	Fri, 17 Feb 2012 10:58:35 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202171558.q1HFwZMu019941@meatwad.mouf.net>
Date: Fri, 17 Feb 2012 10:58:35 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] devel/p5-Module-CPANTS-Analyse: add missing DEPENDS, add TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165241
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-CPANTS-Analyse: add missing DEPENDS, add TEST_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:   Fri Feb 17 16:00:22 UTC 2012
>Closed-Date:    Mon Mar 05 04:06:10 UTC 2012
>Last-Modified:  Mon Mar  5 04: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 (clsung@FreeBSD.org) is cc'd.

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

--- p5-Module-CPANTS-Analyse-0.85_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-CPANTS-Analyse/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	11 May 2010 05:32:02 -0000	1.9
+++ Makefile	17 Feb 2012 15:58:03 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	Module-CPANTS-Analyse
 PORTVERSION=	0.85
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Generate Kwalitee ratings for a distribution
 
-RUN_DEPENDS=	p5-Archive-Any>=0.06:${PORTSDIR}/archivers/p5-Archive-Any \
+BUILD_DEPENDS=	p5-Archive-Any>=0.06:${PORTSDIR}/archivers/p5-Archive-Any \
 		p5-Array-Diff>=0.04:${PORTSDIR}/misc/p5-Array-Diff \
 		p5-CPAN-DistnameInfo>=0.06:${PORTSDIR}/devel/p5-CPAN-DistnameInfo \
 		p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \
@@ -28,7 +28,12 @@
 		p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
 		p5-YAML-Syck>=0.95:${PORTSDIR}/textproc/p5-YAML-Syck \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		p5-version>=0.73:${PORTSDIR}/devel/p5-version
+		p5-version>=0.73:${PORTSDIR}/devel/p5-version \
+		p5-Software-License>=0:${PORTSDIR}/misc/p5-Software-License
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
+		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
 PERL_MODBUILD=	yes
 
--- p5-Module-CPANTS-Analyse-0.85_3.patch ends here ---

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

http://www.freebsd.org/cgi/query-pr.cgi?pr=165241 
Responsible-Changed-From-To: clsung->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Mar 4 17:06:23 UTC 2012 
Responsible-Changed-Why:  
timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165241 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Mon Mar 5 04:06:07 UTC 2012 
State-Changed-Why:  
Committed with minor changes. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165241: commit references a PR
Date: Mon,  5 Mar 2012 04:05:58 +0000 (UTC)

 swills      2012-03-05 04:05:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Module-CPANTS-Analyse Makefile 
   Log:
   - Add missing DEPENDS
   - Add TEST_DEPENDS
   - Bump PORTREVISION
   
   PR:             ports/165241
   Approved by:    maintainer timeout (clsung, > 2 weeks)
   
   Revision  Changes    Path
   1.10      +7 -2      ports/devel/p5-Module-CPANTS-Analyse/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:
