aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-14 05:48:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-14 05:48:50 +0000
commit5932ce8249ca2964c0d5eb995849e4444de7930c (patch)
treee0f8b3acd776289b2ae257ccf6a1214cbe491a78 /irc
parentd00a42c5af6c1df0f880351a2feedea7731e2020 (diff)
downloadports-5932ce8249ca2964c0d5eb995849e4444de7930c.tar.gz
ports-5932ce8249ca2964c0d5eb995849e4444de7930c.zip
Update to 4.70
PR: 86813 Submitted by: ehaupt Approved by: Christopher Nehren <apeiron@coitusmentis.info> (maintainer), novel (mentor)
Notes
Notes: svn path=/head/; revision=145332
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-POE-Component-IRC/Makefile6
-rw-r--r--irc/p5-POE-Component-IRC/distinfo4
-rw-r--r--irc/p5-POE-Component-IRC/pkg-plist4
3 files changed, 10 insertions, 4 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile
index ee970518007a..13c6acdfed11 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= POE-Component-IRC
-PORTVERSION= 4.65
+PORTVERSION= 4.70
CATEGORIES= irc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -33,7 +33,9 @@ MAN3= POE::Component::IRC.3 \
POE::Component::IRC::State.3 \
POE::Component::IRC::Test::Harness.3 \
POE::Filter::CTCP.3 \
- POE::Filter::IRC.3
+ POE::Filter::IRC.3 \
+ POE::Component::IRC::Pipeline.3 \
+ POE::Component::IRC::Projects.3
post-install:
.ifndef(NOPORTDOCS)
diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo
index 8fd47c8b1650..7cd5443634e0 100644
--- a/irc/p5-POE-Component-IRC/distinfo
+++ b/irc/p5-POE-Component-IRC/distinfo
@@ -1,2 +1,2 @@
-MD5 (POE-Component-IRC-4.65.tar.gz) = 5365d19b88270399247bdd58163c30fe
-SIZE (POE-Component-IRC-4.65.tar.gz) = 209494
+MD5 (POE-Component-IRC-4.70.tar.gz) = 8def16438f5ece33b59c6a1bc886e82d
+SIZE (POE-Component-IRC-4.70.tar.gz) = 214061
diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist
index 895530b78efa..37464adf60c9 100644
--- a/irc/p5-POE-Component-IRC/pkg-plist
+++ b/irc/p5-POE-Component-IRC/pkg-plist
@@ -10,6 +10,9 @@
%%SITE_PERL%%/POE/Component/IRC/State.pm
%%SITE_PERL%%/POE/Component/IRC/Test/Harness.pm
%%SITE_PERL%%/POE/Component/IRC/Test/Plugin.pm
+%%SITE_PERL%%/POE/Component/IRC/Projects.pm
+%%SITE_PERL%%/POE/Component/IRC/Pipeline.pm
+%%SITE_PERL%%/POE/Component/IRC/State/Lite.pm
%%SITE_PERL%%/POE/Filter/CTCP.pm
%%SITE_PERL%%/POE/Filter/IRC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
@@ -28,5 +31,6 @@
@dirrm %%SITE_PERL%%/POE/Component/IRC/Test
@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet
@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin
+@dirrm %%SITE_PERL%%/POE/Component/IRC/State
@dirrm %%SITE_PERL%%/POE/Component/IRC
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true