diff options
author | sem <sem@FreeBSD.org> | 2005-06-23 17:41:50 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-23 17:41:50 +0800 |
commit | c35251c3d605bf719d5aefef835fcbded61264e7 (patch) | |
tree | 68a4145aa4c1b61abf2f2f64aa7c74119de1ebd8 /irc/p5-POE-Component-IRC | |
parent | 969b078b8b062b5615817b9e05b6e08123425608 (diff) | |
download | freebsd-ports-gnome-c35251c3d605bf719d5aefef835fcbded61264e7.tar.gz freebsd-ports-gnome-c35251c3d605bf719d5aefef835fcbded61264e7.tar.zst freebsd-ports-gnome-c35251c3d605bf719d5aefef835fcbded61264e7.zip |
- Update to 4.63
PR: ports/82517
Submitted by: maintainer
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 23 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 34 |
3 files changed, 34 insertions, 27 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index f0faece7983c..6d7c38fa8179 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.0 +PORTVERSION= 4.63 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -21,15 +21,18 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= POE::Component::Filter-CTCP.3 \ - POE::Component::IRC.3 \ - POE::Component::Filter-IRC.3 \ - POE::Component::Plugin.3 \ - POE::Component::Plugin-State.3 \ - POE::Component::Plugin-Whois.3 \ - POE::Component::IRC-State.3 \ - POE::Component::IRC-Qnet.3 \ - POE::Component::IRC-Qnet-State.3 +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::Connector.3 \ + POE::Component::IRC::Plugin::Whois.3 \ + POE::Component::IRC::Qnet.3 \ + POE::Component::IRC::Qnet::State.3 \ + POE::Component::IRC::State.3 \ + POE::Component::IRC::Test::Harness.3 \ + POE::Filter::CTCP.3 \ + POE::Filter::IRC.3 post-install: .ifndef(NOPORTDOCS) diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 3c70a8038d20..3a29f3140648 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-IRC-4.0.tar.gz) = 62ef7b2b8d9a4cc29d84f64fc7210e7f -SIZE (POE-Component-IRC-4.0.tar.gz) = 192892 +MD5 (POE-Component-IRC-4.63.tar.gz) = 1c49b72361aaf0dc7336ce7d664025fe +SIZE (POE-Component-IRC-4.63.tar.gz) = 208606 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index 3a91b42f9655..1368bc79e90a 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -1,27 +1,31 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist %%SITE_PERL%%/POE/Component/IRC.pm +%%SITE_PERL%%/POE/Component/IRC/Constants.pm %%SITE_PERL%%/POE/Component/IRC/Plugin.pm -%%SITE_PERL%%/POE/Component/IRC/Plugin/State.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/BotAddressed.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/Connector.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm %%SITE_PERL%%/POE/Component/IRC/Qnet.pm %%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm %%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 -%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin -@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet -@dirrm %%SITE_PERL%%/POE/Component/IRC -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist +%%EXAMPLESDIR%%/aimproxy.pl +%%EXAMPLESDIR%%/dcctest.pl +%%EXAMPLESDIR%%/dicebot.pl +%%EXAMPLESDIR%%/eliza.pl +%%EXAMPLESDIR%%/moo.pl +%%EXAMPLESDIR%%/simpleclient.pl +%%EXAMPLESDIR%%/tinyurl.pl +@dirrm %%EXAMPLESDIR%% +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/POE/Filter 2>/dev/null || true +@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 @unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true |