Date: Tue, 20 Mar 2012 16:50:47 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alex.Bakhtin@gmail.com Subject: ports/166284: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS Message-ID: <201203202050.q2KKolI5061177@meatwad.mouf.net> Resent-Message-ID: <201203202100.q2KL0T4K056970@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166284 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: 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: Tue Mar 20 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 - Add TEST_DEPENDS Port maintainer (Alex.Bakhtin@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging-1.001000.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 12 Dec 2011 13:05:40 -0000 1.2 +++ Makefile 20 Mar 2012 20:48:35 -0000 @@ -14,9 +14,15 @@ MAINTAINER= Alex.Bakhtin@gmail.com COMMENT= Helps you paginate, search, sort, and more easily using DBIx::Class -RUN_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.29:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ +BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.29:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-DBIx-Class>=0.08108:${PORTSDIR}/databases/p5-DBIx-Class +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Catalyst-View-JSON>=0:${PORTSDIR}/www/p5-Catalyst-View-JSON \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes --- p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging-1.001000.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?201203202050.q2KKolI5061177>