diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-07-16 14:51:22 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-07-16 14:51:22 +0000 |
commit | 0906c5a958e6b66a4dfd553d9d73d8ee04aae359 (patch) | |
tree | 83acdb84b8549d5ba98a7f011b44e6b7f1a41ff2 | |
parent | Update to 5.1. (diff) |
Update p5-POE to 0.15.
PR: 29006, 29008
Notes
Notes:
svn path=/head/; revision=45166
-rw-r--r-- | devel/p5-POE/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-POE/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-POE/pkg-plist | 6 |
3 files changed, 3 insertions, 9 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 9c2a965288b4..6046ab89e45a 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -29,6 +29,6 @@ MAN3= POE::Driver::SysRW.3 POE::Wheel::ListenAccept.3\ POE::Wheel::Run.3 POE::Filter::HTTPD.3 POE::Filter::Line.3\ POE::Filter::Stackable.3 POE::Filter::RecordBlock.3\ POE::Filter::Block.3 POE::Wheel::FollowTail.3 POE::Kernel.3\ - POE::Filter::Stream.3 + POE::Filter::Stream.3 POE::Wheel::Curses.3 .include <bsd.port.mk> diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo index 9253af72bd76..868651b34bf2 100644 --- a/devel/p5-POE/distinfo +++ b/devel/p5-POE/distinfo @@ -1 +1 @@ -MD5 (POE-0.14.tar.gz) = c29c479aa8424ddb66df7153249204f7 +MD5 (POE-0.15.tar.gz) = bf4a136c56f5bf47555596a16be95f4d diff --git a/devel/p5-POE/pkg-plist b/devel/p5-POE/pkg-plist index da9e73164adf..bc3b2359960c 100644 --- a/devel/p5-POE/pkg-plist +++ b/devel/p5-POE/pkg-plist @@ -1,7 +1,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Devel/Null.pm -lib/perl5/site_perl/%%PERL_VER%%/Devel/Trace.pm -lib/perl5/site_perl/%%PERL_VER%%/MyOtherFreezer.pm lib/perl5/site_perl/%%PERL_VER%%/POE.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Component.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Server/TCP.pm @@ -35,9 +32,6 @@ lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/ReadLine.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/ReadWrite.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/Run.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Wheel/SocketFactory.pm -lib/perl5/site_perl/%%PERL_VER%%/TestSetup.pm -lib/perl5/site_perl/%%PERL_VER%%/coverage.perl -lib/perl5/site_perl/%%PERL_VER%%/deptest.perl @dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Server @dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component @dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Driver |