aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2008-06-11 00:45:50 +0800
committermatusita <matusita@FreeBSD.org>2008-06-11 00:45:50 +0800
commit04b876855e1519590b2945ef7e100ccd51b4cb1b (patch)
treef1bec583de2f7a1d4c5dde521c12f154f14a04cb /irc
parentcecf593e945e6d38e1af12f87bd10ccaeb805821 (diff)
downloadfreebsd-ports-gnome-04b876855e1519590b2945ef7e100ccd51b4cb1b.tar.gz
freebsd-ports-gnome-04b876855e1519590b2945ef7e100ccd51b4cb1b.tar.zst
freebsd-ports-gnome-04b876855e1519590b2945ef7e100ccd51b4cb1b.zip
Fix RUN_DEPENDS after POE upgrade: Add devel/p5-POE-Component-Pluggable.
Bump PORTREVISION for users to install.
Diffstat (limited to 'irc')
-rw-r--r--irc/keitairc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile
index 47471babdcf0..02524cea25ca 100644
--- a/irc/keitairc/Makefile
+++ b/irc/keitairc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= keitairc
PORTVERSION= 1.33
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/27571
@@ -19,6 +19,8 @@ COMMENT=IRC proxy for mobilephone that have a web interface
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Japanese.pm:${PORTSDIR}/japanese/p5-Unicode-Japanese \
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
+ ${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE
+-Component-Pluggable \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \