Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2012 15:34:17 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        culot@FreeBSD.org
Subject:   ports/165746: [PATCH] math/p5-Number-WithError: Add TEST_DEPENDS, avoid use of SITE_PERL in DEPENDS
Message-ID:  <201203052034.q25KYH7j098202@meatwad.mouf.net>
Resent-Message-ID: <201203052040.q25Ke8e5083249@freefall.freebsd.org>

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

>Number:         165746
>Category:       ports
>Synopsis:       [PATCH] math/p5-Number-WithError: Add TEST_DEPENDS, avoid use of SITE_PERL in 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:   Mon Mar 05 20:40:08 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:
see patch

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

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

--- p5-Number-WithError-1.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-Number-WithError/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	20 Oct 2010 05:53:19 -0000	1.13
+++ Makefile	5 Mar 2012 20:33:43 -0000
@@ -14,9 +14,10 @@
 MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Numbers with error propagation and scientific rounding
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
-		${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
+BUILD_DEPENDS=	p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
+		p5-prefork>=0:${PORTSDIR}/devel/p5-prefork
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest
 
 MAN3=	Number::WithError.3
 
--- p5-Number-WithError-1.01.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?201203052034.q25KYH7j098202>