ports/165162: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing

Steve Wills swills at FreeBSD.org
Wed Feb 15 03:50:11 UTC 2012


>Number:         165162
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing
>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 Feb 15 03:50:11 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
- Add missing DEPENDS which the module needs
- Add TEST_DEPENDS to enable testing

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

--- p5-File-Random-0.17_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-Random/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Jan 2012 17:38:02 -0000	1.6
+++ Makefile	15 Feb 2012 03:43:33 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	File-Random
 PORTVERSION=	0.17
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,14 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl module for random selecting of a file
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \
+		p5-Set-Scalar>0:${PORTSDIR}/devel/p5-Set-Scalar
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class \
+		p5-Test-Differences>=0.43:${PORTSDIR}/devel/p5-Test-Differences \
+		p5-Test-Exception>0.1:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-Warn>0.05:${PORTSDIR}/devel/p5-Test-Warn \
+		p5-Test-ManyParams>0:${PORTSDIR}/devel/p5-Test-ManyParams
 
 PERL_CONFIGURE=	yes
 
--- p5-File-Random-0.17_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list