Date: Sat, 24 Mar 2012 11:20:24 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/166376: [PATCH] www/p5-MediaWiki-API: add missing DEPENDS Message-ID: <201203241520.q2OFKO8d042613@meatwad.mouf.net> Resent-Message-ID: <201203241530.q2OFUFVF003517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166376 >Category: ports >Synopsis: [PATCH] www/p5-MediaWiki-API: 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: Sat Mar 24 15:30:15 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 BUILD_DEPENDS - Add TEST_DEPENDS - Avoid use of SITE_PERL in DEPENDS Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MediaWiki-API-0.37.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-MediaWiki-API/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 28 Jan 2012 10:20:03 -0000 1.19 +++ Makefile 24 Mar 2012 15:19:43 -0000 @@ -14,8 +14,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= OOP MediaWiki engine client -RUN_DEPENDS= ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any PERL_CONFIGURE= yes --- p5-MediaWiki-API-0.37.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?201203241520.q2OFKO8d042613>