ports/160997: [PATCH] devel/p5-Data-Dumper-Concise: Fix TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Sat Sep 24 21:10:13 UTC 2011


>Number:         160997
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Dumper-Concise: Fix 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:   Sat Sep 24 21:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 9.0-BETA2 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-BETA2 FreeBSD 9.0-BETA2 #4: Sun Sep 18 10:33:08 EDT 2011
>Description:
Fix reference to non-existant port in TEST_DEPENDS

Port maintainer (cjk32 at cam.ac.uk) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Data-Dumper-Concise-2.020.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Data-Dumper-Concise/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	3 Mar 2011 08:22:01 -0000	1.7
+++ Makefile	21 Sep 2011 21:37:48 -0000
@@ -18,7 +18,7 @@
 BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
 RUN_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
 
-TEST_DEPENDS =	p5-Error-Simple>=0:${PORTSDIR}/devel/p5-Error-Simple
+TEST_DEPENDS =	p5-Error>=0:${PORTSDIR}/lang/p5-Error
 
 OPTIONS=	ARGNAMES "Enable DwarnN subroutine" On
 
--- p5-Data-Dumper-Concise-2.020.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list