summaryrefslogtreecommitdiff
path: root/chat/kgb-bot
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2013-11-05 11:15:43 +0000
committertonnerre <tonnerre@pkgsrc.org>2013-11-05 11:15:43 +0000
commit4746be96231b8d52b5c32e0f97fa0710d9d08646 (patch)
tree837ec2b83f42e7ac29236790f85ff1a547108bb1 /chat/kgb-bot
parent97a06a036adc6fde622c52950dedcd9eaf2fe655 (diff)
downloadpkgsrc-4746be96231b8d52b5c32e0f97fa0710d9d08646.tar.gz
The last forgotten dependency of kgb-bot was on the client side, and it
was IPC::Run.
Diffstat (limited to 'chat/kgb-bot')
-rw-r--r--chat/kgb-bot/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/chat/kgb-bot/Makefile b/chat/kgb-bot/Makefile
index c87f1ae967f..6a6f4f38ed5 100644
--- a/chat/kgb-bot/Makefile
+++ b/chat/kgb-bot/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2013/11/05 02:13:42 tonnerre Exp $
+# $NetBSD: Makefile,v 1.3 2013/11/05 11:15:43 tonnerre Exp $
#
DISTNAME= App-KGB-1.31
PKGNAME= ${DISTNAME:S/App-KGB/kgb-bot/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
@@ -16,18 +16,19 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl:run
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
-DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
-DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
-DEPENDS+= p5-subversion-[0-9]*:../../devel/p5-subversion
-DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
DEPENDS+= p5-File-Touch-[0-9]*:../../devel/p5-File-Touch
-DEPENDS+= p5-WWW-Shorten-[0-9]*:../../www/p5-WWW-Shorten
+DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
DEPENDS+= p5-JSON-RPC-[0-9]*:../../www/p5-JSON-RPC
+DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
DEPENDS+= p5-POE-Component-IRC-[0-9]*:../../chat/p5-POE-Component-IRC
DEPENDS+= p5-POE-Component-Server-SOAP-[0-9]*:../../www/p5-POE-Component-Server-SOAP
DEPENDS+= p5-Proc-PID-File-[0-9]*:../../devel/p5-Proc-PID-File
DEPENDS+= p5-Schedule-RateLimiter-[0-9]*:../../devel/p5-Schedule-RateLimiter
+DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
+DEPENDS+= p5-subversion-[0-9]*:../../devel/p5-subversion
+DEPENDS+= p5-WWW-Shorten-[0-9]*:../../www/p5-WWW-Shorten
+DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
RCD_SCRIPTS= kgb_bot
RCD_SCRIPT_SRC.kgb_bot= files/kgb_bot.sh