Date: Wed, 2 May 2012 22:48:38 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bill.brinzer@gmail.com Subject: ports/167544: [PATCH] www/p5-Catalyst-Controller-RequestToken: add missing DEPENDS, add TEST_DEPENDS Message-ID: <201205030248.q432mcKw015038@meatwad.mouf.net> Resent-Message-ID: <201205030250.q432oANn096058@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167544 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Controller-RequestToken: add missing DEPENDS, add TEST_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: Thu May 03 02:50:09 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 #17 r233932: Thu Apr 5 22:13:25 >Description: - Add missing DEPENDS - Add TEST_DEPENDS Port maintainer (bill.brinzer@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Catalyst-Controller-RequestToken-0.06_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Controller-RequestToken/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 17 Sep 2011 07:06:37 -0000 1.4 +++ Makefile 3 May 2012 02:48:13 -0000 @@ -7,7 +7,7 @@ PORTNAME= Catalyst-Controller-RequestToken PORTVERSION= 0.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,13 @@ MAINTAINER= bill.brinzer@gmail.com COMMENT= Generate and validate unique tokens across HTTP requests (anti-CSRF) -BUILD_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat -RUN_DEPENDS= p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \ - p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ +BUILD_DEPENDS= p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ - p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime + p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ + p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes --- p5-Catalyst-Controller-RequestToken-0.06_3.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?201205030248.q432mcKw015038>