Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 20:24:51 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/166128: [PATCH] textproc/p5-Perl-MinimumVersion: add TEST_DEPENDS
Message-ID:  <201203150024.q2F0OpW4028579@meatwad.mouf.net>
Resent-Message-ID: <201203150030.q2F0U26D020335@freefall.freebsd.org>

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

>Number:         166128
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Perl-MinimumVersion: 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:   Thu Mar 15 00:30:02 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:
- Add TEST_DEPENDS to enable testing
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS
- Sort DEPENDS

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

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

--- p5-Perl-MinimumVersion-1.28.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Perl-MinimumVersion/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	13 Mar 2012 16:15:24 -0000	1.18
+++ Makefile	15 Mar 2012 00:24:08 -0000
@@ -14,13 +14,14 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Find a minimum required version of perl for Perl code
 
-RUN_DEPENDS=	p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
+BUILD_DEPENDS=	p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
 		p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \
 		p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \
 		p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \
 		p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \
 		p5-version>=0.76:${PORTSDIR}/devel/p5-version
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script
 
 PERL_CONFIGURE=	yes
 
--- p5-Perl-MinimumVersion-1.28.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?201203150024.q2F0OpW4028579>