From steve@mouf.net  Sat Apr 28 22:59:10 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 AB2581065673;
	Sat, 28 Apr 2012 22:59:10 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 4DA728FC0A;
	Sat, 28 Apr 2012 22: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 q3SMx4Sv026546
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 28 Apr 2012 18:59:04 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q3SMx4O7041957;
	Sat, 28 Apr 2012 18:59:04 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201204282259.q3SMx4O7041957@meatwad.mouf.net>
Date: Sat, 28 Apr 2012 18:59:04 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] devel/p5-Module-ExtractUse: update to 0.27
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167408
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-ExtractUse: update to 0.27
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 28 23:00:31 UTC 2012
>Closed-Date:    Tue May 01 03:16:39 UTC 2012
>Last-Modified:  Tue May  1 03:20: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 #17 r233932: Thu Apr  5 22:13:25
>Description:
- Update to 0.27

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

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

--- p5-Module-ExtractUse-0.27.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-ExtractUse/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	1 May 2008 13:58:14 -0000	1.4
+++ Makefile	28 Apr 2012 22:58:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-ExtractUse
-PORTVERSION=	0.23
+PORTVERSION=	0.27
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +14,14 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Find out what CPAN modules are used
 
-RUN_DEPENDS=	${SITE_PERL}/Pod/Strip.pm:${PORTSDIR}/textproc/p5-Pod-Strip \
+BUILD_DEPENDS=	p5-Pod-Strip>=0:${PORTSDIR}/textproc/p5-Pod-Strip \
 		p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
 PERL_MODBUILD=	yes
 
-MAN3=		Module::ExtractUse.3
+MAN3=		Module::ExtractUse.3 Module::ExtractUse::Grammar.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-ExtractUse/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	3 Jul 2011 14:57:33 -0000	1.5
+++ distinfo	28 Apr 2012 22:58:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (Module-ExtractUse-0.23.tar.gz) = b6e8202980a602e17284c4c7ecaed316bbbe9aa81615be318c5f5e8e14a182e3
-SIZE (Module-ExtractUse-0.23.tar.gz) = 18647
+SHA256 (Module-ExtractUse-0.27.tar.gz) = aec925798638266cc3e539effb549d1b4df1927bec77e5cc329cb2870c1172f6
+SIZE (Module-ExtractUse-0.27.tar.gz) = 26512
--- p5-Module-ExtractUse-0.27.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 28 23:00:47 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167408 
Responsible-Changed-From-To: clsung->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue May 1 01:50:52 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167408 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Tue May 1 03:16:37 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167408: commit references a PR
Date: Tue,  1 May 2012 03:16:36 +0000 (UTC)

 swills      2012-05-01 03:16:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Module-ExtractUse Makefile distinfo 
   Log:
   - Update to 0.27
   - Add TEST_DEPENDS
   - Avoid SITE_PERL in DEPENDS
   
   PR:             ports/167408
   
   Revision  Changes    Path
   1.6       +14 -5     ports/devel/p5-Module-ExtractUse/Makefile
   1.6       +2 -2      ports/devel/p5-Module-ExtractUse/distinfo
 _______________________________________________
 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:
