Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2012 09:48:36 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/165880: [PATCH] devel/p5-Test-Group: add missing DEPENDS
Message-ID:  <201203091448.q29EmadQ031482@meatwad.mouf.net>
Resent-Message-ID: <201203091450.q29EoFNn069543@freefall.freebsd.org>

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

>Number:         165880
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Group: add missing 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:   Fri Mar 09 14:50:15 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 (lth@FreeBSD.org) is cc'd.

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

--- p5-Test-Group-0.18_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Group/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	15 Jan 2010 13:00:43 -0000	1.8
+++ Makefile	9 Mar 2012 14:46:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Test-Group
 PORTVERSION=	0.18
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,9 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Group together related tests in a test suite
 
-RUN_DEPENDS=	p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-Test-Cmd>=0:${PORTSDIR}/devel/p5-Test-Cmd
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
--- p5-Test-Group-0.18_1.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?201203091448.q29EmadQ031482>