ports/165237: [PATCH] devel/p5-Module-Build-Convert: add missing DEPENDS, move some to TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Fri Feb 17 15:20:12 UTC 2012


>Number:         165237
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Build-Convert: add missing DEPENDS, move some to TEST_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 17 15:20:11 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

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

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

--- p5-Module-Build-Convert-0.49_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Build-Convert/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	16 Aug 2007 01:50:37 -0000	1.19
+++ Makefile	17 Feb 2012 15:11:07 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Module-Build-Convert
 PORTVERSION=	0.49
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +15,13 @@
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	Makefile.PL to Build.PL converter
 
-BUILD_DEPENDS=	p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
+BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
+		p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \
+		p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-RUN_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir
 
 PERL_MODBUILD=	yes
 
--- p5-Module-Build-Convert-0.49_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list