Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 14:42:49 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/166345: [PATCH] www/p5-Catalyst-Plugin-Server: add missing DEPENDS
Message-ID:  <201203231842.q2NIgnVU010309@meatwad.mouf.net>
Resent-Message-ID: <201203231850.q2NIoDEC011965@freefall.freebsd.org>

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

>Number:         166345
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Plugin-Server: 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:50:13 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
- Avoid use of SITE_PERL in DEPENDS

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

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

--- p5-Catalyst-Plugin-Server-0.28.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Server/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	21 Jan 2012 17:37:37 -0000	1.7
+++ Makefile	23 Mar 2012 18:42:18 -0000
@@ -15,9 +15,10 @@
 COMMENT=	Catalyst Server Plugin: Base & XMLRPC
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
 		p5-Clone-Fast>=0:${PORTSDIR}/devel/p5-Clone-Fast \
-		${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML
+		p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-Catalyst-Plugin-Server-0.28.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?201203231842.q2NIgnVU010309>