Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2012 09:33:09 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/165233: [PATCH] devel/p5-Log-Dispatch-Screen-Color: add missing DEPENDS
Message-ID:  <201202171433.q1HEX9pr062873@meatwad.mouf.net>
Resent-Message-ID: <201202171440.q1HEe8fZ007150@freefall.freebsd.org>

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

>Number:         165233
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Log-Dispatch-Screen-Color: 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 Feb 17 14:40:07 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:
module doesn't declare dependency, but requires it if perl > 5.004

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

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

--- p5-Log-Dispatch-Screen-Color-0.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Screen-Color/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	9 Oct 2010 11:56:55 -0000	1.2
+++ Makefile	17 Feb 2012 14:32:28 -0000
@@ -16,8 +16,9 @@
 
 RUN_DEPENDS=	\
 	p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \
-	p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS=	${RUN_DEPENDS}
+	p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \
+	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Log-Dispatch-Screen-Color-0.04.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?201202171433.q1HEX9pr062873>