Date: Sun, 8 Apr 2012 15:24:30 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/166763: [PATCH] irc/p5-POE-Component-IRC-Plugin-POE-Knee: add missing DEPENDS Message-ID: <201204081924.q38JOUPH036175@meatwad.mouf.net> Resent-Message-ID: <201204081930.q38JUABu034181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166763 >Category: ports >Synopsis: [PATCH] irc/p5-POE-Component-IRC-Plugin-POE-Knee: 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: Sun Apr 08 19:30:10 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: - Add missing DEPENDS - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION 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-POE-Component-IRC-Plugin-POE-Knee-1.08_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 1 May 2009 14:05:56 -0000 1.2 +++ Makefile 8 Apr 2012 19:24:09 -0000 @@ -7,6 +7,7 @@ PORTNAME= POE-Component-IRC-Plugin-POE-Knee PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= A POE::Component::IRC plugin that runs Acme::POE::Knee races -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-Math-Random>=0.69:${PORTSDIR}/math/p5-Math-Random \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PERL_CONFIGURE= yes --- p5-POE-Component-IRC-Plugin-POE-Knee-1.08_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?201204081924.q38JOUPH036175>