Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 14:39:33 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fernan@iib.unsam.edu.ar
Subject:   ports/166344: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS
Message-ID:  <201203231839.q2NIdXWS092853@meatwad.mouf.net>
Resent-Message-ID: <201203231840.q2NIeFwG002892@freefall.freebsd.org>

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

>Number:         166344
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Plugin-Scheduler: 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 23 18:40: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:
- Add missing (undeclared) DEPENDS

Port maintainer (fernan@iib.unsam.edu.ar) is cc'd.

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

--- p5-Catalyst-Plugin-Scheduler-0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Scheduler/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Jan 2012 17:37:36 -0000	1.6
+++ Makefile	23 Mar 2012 18:39:03 -0000
@@ -15,6 +15,7 @@
 COMMENT=	Schedule events to run in a cron-like manner
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
 		p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
--- p5-Catalyst-Plugin-Scheduler-0.10.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?201203231839.q2NIdXWS092853>