ports/166068: [PATCH] devel/p5-Test-Spelling: add TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Wed Mar 14 03:00:05 UTC 2012


>Number:         166068
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Spelling: add 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:   Wed Mar 14 03:00:04 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:
- Avoid use of SITE_PERL in DEPENDS
- Add TEST_DEPENDS

Port maintainer (ehaupt at FreeBSD.org) is cc'd.

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

--- p5-Test-Spelling-0.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Spelling/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	25 Aug 2011 09:26:35 -0000	1.5
+++ Makefile	14 Mar 2012 02:52:53 -0000
@@ -14,8 +14,9 @@
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Check for spelling errors in POD files
 
-BUILD_DEPENDS=	${SITE_PERL}/Pod/Spell.pm:${PORTSDIR}/textproc/p5-Pod-Spell
-RUN_DEPENDS=	${SITE_PERL}/Pod/Spell.pm:${PORTSDIR}/textproc/p5-Pod-Spell
+BUILD_DEPENDS=	p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell
+RUN_DEPENDS=	p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell
+TEST_DEPENDS=	p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
 
 PERL_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
--- p5-Test-Spelling-0.15.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list