Date: Tue, 1 May 2012 23:15:39 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skreuzer@FreeBSD.org Subject: ports/167510: [PATCH] finance/p5-Finance-Bitcoin: correct DEPENDS Message-ID: <201205020315.q423FdPT072612@meatwad.mouf.net> Resent-Message-ID: <201205020320.q423KENK049127@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167510 >Category: ports >Synopsis: [PATCH] finance/p5-Finance-Bitcoin: correct 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: Wed May 02 03:20:14 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: - Correct DEPENDS Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Finance-Bitcoin-0.004.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Bitcoin/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 13 Mar 2012 13:54:00 -0000 1.2 +++ Makefile 2 May 2012 03:15:25 -0000 @@ -14,15 +14,13 @@ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl interface to a bitcoin instance -RUN_DEPENDS= p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \ +BUILD_DEPENDS= p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \ p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \ p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose -BUILD_DEPENDS= p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple - -TEST_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ - p5-Object-Authority>=0:${PORTSDIR}/devel/p5-Object-Authority + p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Object-AUTHORITY>=0:${PORTSDIR}/devel/p5-Object-Authority +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Finance-Bitcoin-0.004.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?201205020315.q423FdPT072612>