diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-22 01:32:25 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-22 01:32:25 +0000 |
commit | a6d9e4bdaf582e5af91ca0a38222cf9c907ddda4 (patch) | |
tree | 5f9e6670dcc61224a6dca76570ce89110c3fafc6 /irc | |
parent | c0d7a5a48cfb21d8b3b9737ad0d0fb0a7b8055af (diff) | |
download | ports-a6d9e4bdaf582e5af91ca0a38222cf9c907ddda4.tar.gz ports-a6d9e4bdaf582e5af91ca0a38222cf9c907ddda4.zip |
- Update irc/p5-POE-Component-IRC to 4.65
PR: 83883
Submitted by: Christopher Nehren <apeiron+ports@coitusmentis.info>
Notes
Notes:
svn path=/head/; revision=139854
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 3 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 6d7c38fa8179..ee970518007a 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.63 +PORTVERSION= 4.65 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -25,6 +25,7 @@ MAN3= POE::Component::IRC.3 \ POE::Component::IRC::Constants.3 \ POE::Component::IRC::Plugin.3 \ POE::Component::IRC::Plugin::BotAddressed.3 \ + POE::Component::IRC::Plugin::BotTraffic.3 \ POE::Component::IRC::Plugin::Connector.3 \ POE::Component::IRC::Plugin::Whois.3 \ POE::Component::IRC::Qnet.3 \ diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 3a29f3140648..8fd47c8b1650 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-IRC-4.63.tar.gz) = 1c49b72361aaf0dc7336ce7d664025fe -SIZE (POE-Component-IRC-4.63.tar.gz) = 208606 +MD5 (POE-Component-IRC-4.65.tar.gz) = 5365d19b88270399247bdd58163c30fe +SIZE (POE-Component-IRC-4.65.tar.gz) = 209494 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index 1368bc79e90a..895530b78efa 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/POE/Component/IRC/Constants.pm %%SITE_PERL%%/POE/Component/IRC/Plugin.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/BotAddressed.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/BotTraffic.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/Connector.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm %%SITE_PERL%%/POE/Component/IRC/Qnet.pm |