Date: Fri, 20 Jan 2012 11:22:32 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lth@FreeBSD.org Subject: ports/164337: [PATCH] databases/p5-SQL-Translator: Add missing DEPENDS and enable testing Message-ID: <201201201622.q0KGMWAe039218@meatwad.mouf.net> Resent-Message-ID: <201201201630.q0KGUDWj052471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164337 >Category: ports >Synopsis: [PATCH] databases/p5-SQL-Translator: Add missing DEPENDS and enable testing >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 Jan 20 16:30: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 #8: Mon Dec 19 15:53:28 EST 2011 >Description: Add missing depends and enable testing Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-SQL-Translator-0.11010_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-SQL-Translator/Makefile,v retrieving revision 1.28 diff -u -u -r1.28 Makefile --- Makefile 21 Oct 2011 07:50:00 -0000 1.28 +++ Makefile 20 Jan 2012 16:22:10 -0000 @@ -7,6 +7,7 @@ PORTNAME= SQL-Translator PORTVERSION= 0.11010 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,8 +30,12 @@ p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \ p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \ - p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML + p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-XML-Writer>=0.5:${PORTSDIR}/textproc/p5-XML-Writer \ + p5-YAML>0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception OPTIONS= DIAGRAM "Diagram generation support" Off PERL_CONFIGURE= yes --- p5-SQL-Translator-0.11010_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?201201201622.q0KGMWAe039218>