ports/165037: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Sun Feb 12 15:50:01 UTC 2012


>Number:         165037
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Config-Wrest: add missing 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:   Sun Feb 12 15:50:00 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:

This patch adds missing DEPENDS for this port. Note this port still fails tests
on perls 5.9.x and newer and I'm wondering if it should be removed.

Port maintainer (freebsdports at chillibear.com) is cc'd.

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

--- p5-Config-Wrest-1.036.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Config-Wrest/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	5 Jun 2010 16:15:34 -0000	1.1
+++ Makefile	12 Feb 2012 15:29:37 -0000
@@ -15,9 +15,11 @@
 MAINTAINER=	freebsdports at chillibear.com
 COMMENT=	Perl module for reading and writing configuration data
 
-RUN_DEPENDS=	p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
-		p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
+		p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions \
+		p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \
+		p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy
+RUN_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Config-Wrest-1.036.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list