diff options
author | leeym <leeym@FreeBSD.org> | 2005-07-22 09:32:25 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-07-22 09:32:25 +0800 |
commit | 983ca423ce2908077ab1ab4ec20a0e263d056c1a (patch) | |
tree | 9ac9a958cd86e73ae9c108328cb69f1f7a367312 /irc/p5-POE-Component-IRC | |
parent | ef1ee408f91b58665f64e763640a2f59b6d48dca (diff) | |
download | freebsd-ports-gnome-983ca423ce2908077ab1ab4ec20a0e263d056c1a.tar.gz freebsd-ports-gnome-983ca423ce2908077ab1ab4ec20a0e263d056c1a.tar.zst freebsd-ports-gnome-983ca423ce2908077ab1ab4ec20a0e263d056c1a.zip |
- Update irc/p5-POE-Component-IRC to 4.65
PR: 83883
Submitted by: Christopher Nehren <apeiron+ports@coitusmentis.info>
Diffstat (limited to 'irc/p5-POE-Component-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 |