diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-15 10:05:11 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-15 10:05:11 +0000 |
commit | b15604984c77da481be9d61954482db8a26f77bb (patch) | |
tree | d3ad81c70e0fa3686436eab71740b60cae33cd92 /devel/p5-POE | |
parent | 2af503f342c20899cef2453b235710ed80ef5829 (diff) | |
download | ports-b15604984c77da481be9d61954482db8a26f77bb.tar.gz ports-b15604984c77da481be9d61954482db8a26f77bb.zip |
Notes
Diffstat (limited to 'devel/p5-POE')
-rw-r--r-- | devel/p5-POE/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-POE/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-POE/pkg-plist | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index bd74cc250b9b..831f2a83de63 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE -PORTVERSION= 0.1501 +PORTVERSION= 0.1502 CATEGORIES= devel perl5 MASTER_SITES= http://poe.perl.org/poedown/ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -28,6 +28,7 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Driver::SysRW.3 POE::Wheel::ListenAccept.3\ POE::Filter::Grep.3 POE::Session.3 POE::Filter::Reference.3\ POE::Wheel::SocketFactory.3 POE::Filter.3 POE::Preprocessor.3\ + POE::Pipe.3\ POE::Pipe::TwoWay.3 POE::Wheel::ReadLine.3 POE::Wheel::ReadWrite.3\ POE::Driver.3 POE::Component::Server::TCP.3 POE::Pipe::OneWay.3\ POE.3 POE::Component.3 POE::Filter::Map.3 POE::Wheel.3 POE::NFA.3\ diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo index 947a42b6f7c6..a8de9d27d585 100644 --- a/devel/p5-POE/distinfo +++ b/devel/p5-POE/distinfo @@ -1 +1 @@ -MD5 (POE-0.1501.tar.gz) = 6d40a749f51b576efd794a48f6976ab9 +MD5 (POE-0.1502.tar.gz) = a5d239a4300a61e396571ccde043c0a9 diff --git a/devel/p5-POE/pkg-plist b/devel/p5-POE/pkg-plist index c30f06b7dc6b..f7db2d554ae3 100644 --- a/devel/p5-POE/pkg-plist +++ b/devel/p5-POE/pkg-plist @@ -20,6 +20,7 @@ lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Gtk.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Select.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Kernel/Tk.pm lib/perl5/site_perl/%%PERL_VER%%/POE/NFA.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Pipe.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Pipe/OneWay.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Pipe/TwoWay.pm lib/perl5/site_perl/%%PERL_VER%%/POE/Preprocessor.pm |