aboutsummaryrefslogtreecommitdiff
path: root/irc/keitairc
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2008-06-10 16:45:50 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2008-06-10 16:45:50 +0000
commitb5c4c855886186402544f554f0405a517133a7c3 (patch)
tree169940a27c1551457953f71f2cc6dfbdfc00aa49 /irc/keitairc
parent6cd9d8804e785cba5704f405f30122a994938aa9 (diff)
downloadports-b5c4c855886186402544f554f0405a517133a7c3.tar.gz
ports-b5c4c855886186402544f554f0405a517133a7c3.zip
Fix RUN_DEPENDS after POE upgrade: Add devel/p5-POE-Component-Pluggable.
Bump PORTREVISION for users to install.
Notes
Notes: svn path=/head/; revision=214629
Diffstat (limited to 'irc/keitairc')
-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 \