summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-08-09 11:53:47 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-08-09 11:53:47 +0000
commit718c877fa5989a1651b91fc2caab012360e556f6 (patch)
tree354ecffc5e85a302cfcf1d9f5c1474cadc61afe9 /irc
parentUpdated to 0.29 (diff)
Updated to 2.9
PR: ports/55373 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=86631
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-POE-Component-IRC/Makefile2
-rw-r--r--irc/p5-POE-Component-IRC/distinfo2
-rw-r--r--irc/p5-POE-Component-IRC/pkg-descr14
3 files changed, 11 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile
index 0b3de5a7df7b..4621098ee688 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= POE-Component-IRC
-PORTVERSION= 2.8
+PORTVERSION= 2.9
CATEGORIES= irc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo
index 714b2adc3873..8d0b67ebed35 100644
--- a/irc/p5-POE-Component-IRC/distinfo
+++ b/irc/p5-POE-Component-IRC/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-IRC-2.8.tar.gz) = 8448154d6a737823b88df84923177bc9
+MD5 (POE-Component-IRC-2.9.tar.gz) = f35b9b619991ac3eae7dacda06455d31
diff --git a/irc/p5-POE-Component-IRC/pkg-descr b/irc/p5-POE-Component-IRC/pkg-descr
index ac6de76fe82c..783bf9fa6846 100644
--- a/irc/p5-POE-Component-IRC/pkg-descr
+++ b/irc/p5-POE-Component-IRC/pkg-descr
@@ -1,7 +1,11 @@
-POE::Component::IRC is a POE component (who'd have guessed?) which acts as
-an easily controllable IRC client for your other POE components and
-sessions. You create an IRC component and tell it what events your session
-cares about and where to connect to, and it sends back interesting IRC
-events when they happen. You make the client do things by sending it events.
+POE::Component::IRC is a POE component (who'd have guessed?) which acts
+as an easily controllable IRC client for your other POE components and
+sessions. You create an IRC component and tell it what events your
+session cares about and where to connect to, and it sends back
+interesting IRC events when they happen. You make the client do things
+by sending it events.
WWW: http://search.cpan.org/dist/POE-Component-IRC/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org