diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-30 20:17:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-30 20:17:43 +0000 |
commit | 9bc85d8a315f3488c3a211bbd793ed4d697e84c6 (patch) | |
tree | 5fc4df0246740e0399b0e657e341cad2ed884ea6 /irc/p5-POE-Component-IRC | |
parent | 4d8eeb6fad839db6d9162b2d89500b44c5ebce17 (diff) |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 2f0d928b53b9..751dc01801f5 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 5.86 +PORTVERSION= 5.88 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,6 +27,7 @@ PERL_CONFIGURE= yes MAN3= POE::Component::IRC.3 \ POE::Component::IRC::Common.3 \ POE::Component::IRC::Constants.3 \ + POE::Component::IRC::Cookbook::MegaHAL.3 \ POE::Component::IRC::Plugin.3 \ POE::Component::IRC::Plugin::AutoJoin.3 \ POE::Component::IRC::Plugin::BotAddressed.3 \ @@ -56,7 +57,6 @@ MAN3= POE::Component::IRC.3 \ POE::Component::IRC::Cookbook.3 \ POE::Component::IRC::Cookbook::Resolver.3 \ POE::Component::IRC::Plugin::BotCommand.3 \ - POE::Filter::CTCP.3 \ POE::Filter::IRC.3 \ POE::Filter::IRC::Compat.3 diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 648466e10fda..552f7dfb3fb7 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-IRC-5.86.tar.gz) = e2003ac06ded8bc03f34b337e0e65963 -SHA256 (POE-Component-IRC-5.86.tar.gz) = a7cf8dd873fe836017ab268a182442865771069bd31ce46969934c93a98190f3 -SIZE (POE-Component-IRC-5.86.tar.gz) = 303175 +MD5 (POE-Component-IRC-5.88.tar.gz) = 46a8ff49352b4892a37becacbc0fc604 +SHA256 (POE-Component-IRC-5.88.tar.gz) = 48b0129ecfe9f924e0041d014e6702b30569b3046dd0cf4475e85633115ccde6 +SIZE (POE-Component-IRC-5.88.tar.gz) = 302990 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index b18daf30e6b4..8b8551bd3a0d 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -4,6 +4,7 @@ %%SITE_PERL%%/POE/Component/IRC/Cookbook.pod %%SITE_PERL%%/POE/Component/IRC/Cookbook/BasicBot.pod %%SITE_PERL%%/POE/Component/IRC/Cookbook/Disconnecting.pod +%%SITE_PERL%%/POE/Component/IRC/Cookbook/MegaHAL.pod %%SITE_PERL%%/POE/Component/IRC/Cookbook/Resolver.pod %%SITE_PERL%%/POE/Component/IRC/Cookbook/Translator.pod %%SITE_PERL%%/POE/Component/IRC/Plugin.pm @@ -30,7 +31,6 @@ %%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/Filter/CTCP.pm %%SITE_PERL%%/POE/Filter/IRC.pm %%SITE_PERL%%/POE/Filter/IRC/Compat.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist |