Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2009 12:58:30 GMT
From:      Lars Balker Rasmussen <lbr@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133181: [patch] fix www/p5-Catalyst-Controller-HTML-FormFu depends
Message-ID:  <200903291258.n2TCwU3e024826@freefall.freebsd.org>
Resent-Message-ID: <200903291300.n2TD08ml024893@freefall.freebsd.org>

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

>Number:         133181
>Category:       ports
>Synopsis:       [patch] fix www/p5-Catalyst-Controller-HTML-FormFu depends
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 29 13:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     lbr
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
Incorrect dependency list in current version.  Can break already installed
versions, so revision-bump as well.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Controller-HTML-FormFu/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2 Feb 2009 05:47:47 -0000	1.6
+++ Makefile	29 Mar 2009 12:56:07 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Catalyst-Controller-HTML-FormFu
 PORTVERSION=	0.03007
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +15,13 @@
 MAINTAINER=	az@FreeBSD.org
 COMMENT=	Catalyst FormFu Base Controller
 
-RUN_DEPENDS=	p5-HTML-FormFu>=0.03000:${PORTSDIR}/www/p5-HTML-FormFu \
+RUN_DEPENDS=	p5-HTML-FormFu>=0.03007:${PORTSDIR}/www/p5-HTML-FormFu \
 		p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
+		p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext \
 		p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
 		p5-Regexp-Assemble>=0:${PORTSDIR}/devel/p5-Regexp-Assemble \
 		p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
 		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903291258.n2TCwU3e024826>