Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2011 16:18:03 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cjk32@cam.ac.uk
Subject:   ports/160997: [PATCH] devel/p5-Data-Dumper-Concise: Fix TEST_DEPENDS
Message-ID:  <201109242018.p8OKI3KG074081@meatwad.mouf.net>
Resent-Message-ID: <201109242110.p8OLACpY009632@freefall.freebsd.org>

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

>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@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:



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