Skip site navigation (1)Skip section navigation (2)
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:   ports/167408: [PATCH] devel/p5-Module-ExtractUse: update to 0.27
Message-ID:  <201204282259.q3SMx4O7041957@meatwad.mouf.net>
Resent-Message-ID: <201204282300.q3SN0VgX068446@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167408
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-ExtractUse: update to 0.27
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 28 23:00:31 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204282259.q3SMx4O7041957>