Date: Thu, 12 Jan 2012 16:15:14 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/164065: [PATCH] databases/p5-AnyEvent-DBD-Pg: Add missing BUILD_DEPENDS to enable testing Message-ID: <201201122115.q0CLFEsg070140@meatwad.mouf.net> Resent-Message-ID: <201201122120.q0CLK5Ws063683@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164065 >Category: ports >Synopsis: [PATCH] databases/p5-AnyEvent-DBD-Pg: Add missing BUILD_DEPENDS to 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: Thu Jan 12 21:20:05 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: This patch adds a missing build dependency which is needed in order to test the module ("make test"). Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-AnyEvent-DBD-Pg-0.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-AnyEvent-DBD-Pg/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 2 Dec 2010 05:54:54 -0000 1.1 +++ Makefile 12 Jan 2012 21:14:27 -0000 @@ -14,12 +14,15 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for AnyEvent interface to DBD::Pg async interface -RUN_DEPENDS= \ - p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \ - p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ - p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ - p5-common-sense>=3:${PORTSDIR}/devel/p5-common-sense -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \ + p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-common-sense>=3:${PORTSDIR}/devel/p5-common-sense \ + p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs +RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \ + p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-common-sense>=3:${PORTSDIR}/devel/p5-common-sense PERL_CONFIGURE= yes --- p5-AnyEvent-DBD-Pg-0.03.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?201201122115.q0CLFEsg070140>