Date: Mon, 19 Mar 2012 16:58:43 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hartzell@alerce.com Subject: ports/166257: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS Message-ID: <201203192058.q2JKwh0A052161@meatwad.mouf.net> Resent-Message-ID: <201203192100.q2JL0Ts5084386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166257 >Category: ports >Synopsis: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: 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: Mon Mar 19 21:00:28 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 DEPENDS on p5-Clone - Avoid use of SITE_PERL in DEPENDS - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS - Sort DEPENDS - Bump PORTREVISION Port maintainer (hartzell@alerce.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-CGI-Application-Plugin-AnyTemplate-0.18_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 17 Sep 2011 06:50:14 -0000 1.5 +++ Makefile 19 Mar 2012 20:57:30 -0000 @@ -7,6 +7,7 @@ PORTNAME= CGI-Application-Plugin-AnyTemplate PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,10 @@ MAINTAINER= hartzell@alerce.com COMMENT= Use any templating system in CGI::Application -RUN_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \ - ${SITE_PERL}/CGI/Application/Plugin/Forward.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-CGI-Application-Plugin-Forward>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward \ + p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ + p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes --- p5-CGI-Application-Plugin-AnyTemplate-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?201203192058.q2JKwh0A052161>