Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 22:52:03 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/166132: [PATCH] textproc/p5-XML-Toolkit: fix TEST_DEPENDS
Message-ID:  <201203150252.q2F2q3wP074525@meatwad.mouf.net>
Resent-Message-ID: <201203150300.q2F303nY058936@freefall.freebsd.org>

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

>Number:         166132
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Toolkit: 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:   Thu Mar 15 03:00:03 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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Fix TEST_DEPENDS

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

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

--- p5-XML-Toolkit-0.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Toolkit/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	17 Jun 2011 22:16:51 -0000	1.2
+++ Makefile	15 Mar 2012 02:51:38 -0000
@@ -30,7 +30,7 @@
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
 		p5-Test-Exception>=0:${PORTSDIR}/devel/Test-Exception \
-		p5-Test-XML>=0:${PORTSDIR}/devel/Test-XML
+		p5-Test-XML>=0:${PORTSDIR}/devel/p5-Test-XML
 
 PERL_CONFIGURE=	yes
 
--- p5-XML-Toolkit-0.14.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?201203150252.q2F2q3wP074525>