diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-14 13:48:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-14 13:48:50 +0800 |
commit | de7b597b949c8668d6ce0ad906cdd0fcf0007d46 (patch) | |
tree | 3624cc48d2d5d72d78f4b6d857111ee551b1c881 /irc/p5-POE-Component-IRC | |
parent | 203fa6d77ab0d9a3ae7cb91bb40ab1aee49898c0 (diff) | |
download | freebsd-ports-gnome-de7b597b949c8668d6ce0ad906cdd0fcf0007d46.tar.gz freebsd-ports-gnome-de7b597b949c8668d6ce0ad906cdd0fcf0007d46.tar.zst freebsd-ports-gnome-de7b597b949c8668d6ce0ad906cdd0fcf0007d46.zip |
Update to 4.70
PR: 86813
Submitted by: ehaupt
Approved by: Christopher Nehren <apeiron@coitusmentis.info> (maintainer),
novel (mentor)
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 4 |
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 |