aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-12-13 20:08:23 +0800
committerskv <skv@FreeBSD.org>2004-12-13 20:08:23 +0800
commit452d363658cfb7574928cb0ec3e1d9eb7b5ed3b1 (patch)
tree15c4960e20672a42fa92ba2186a94253ba646313
parent26b10efbff271a3a7235fe000c2f7688d1f06765 (diff)
downloadfreebsd-ports-gnome-452d363658cfb7574928cb0ec3e1d9eb7b5ed3b1.tar.gz
freebsd-ports-gnome-452d363658cfb7574928cb0ec3e1d9eb7b5ed3b1.tar.zst
freebsd-ports-gnome-452d363658cfb7574928cb0ec3e1d9eb7b5ed3b1.zip
Updated to 0.3003
-rw-r--r--devel/p5-POE/Makefile7
-rw-r--r--devel/p5-POE/distinfo4
-rw-r--r--devel/p5-POE/pkg-descr3
-rw-r--r--devel/p5-POE/pkg-plist4
4 files changed, 7 insertions, 11 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 4ccf7899cf82..6baaf55dcce4 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= POE
-PORTVERSION= 0.2900
+PORTVERSION= 0.3003
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -17,6 +17,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Multitasking and networking framework for perl
BUILD_DEPENDS= \
+ ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \
${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
@@ -35,8 +36,8 @@ MAN3= POE.3 POE::API::Ctl.3 POE::API::ResLoader.3 POE::Component.3 \
POE::Filter::RecordBlock.3 POE::Filter::Reference.3 \
POE::Filter::Stackable.3 POE::Filter::Stream.3 POE::Kernel.3 \
POE::Loop.3 POE::Loop::Event.3 POE::Loop::Gtk.3 \
- POE::Loop::PerlSignals.3 POE::Loop::Poll.3 POE::Loop::Select.3 \
- POE::Loop::Tk.3 POE::Loop::TkActiveState.3 \
+ POE::Loop::IO_Poll.3 POE::Loop::PerlSignals.3 \
+ POE::Loop::Select.3 POE::Loop::Tk.3 POE::Loop::TkActiveState.3 \
POE::Loop::TkCommon.3 POE::NFA.3 POE::Pipe.3 \
POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Preprocessor.3 \
POE::Queue.3 POE::Queue::Array.3 POE::Resource.3 \
diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo
index 29f8f6b7e53e..d0ba87de7bbf 100644
--- a/devel/p5-POE/distinfo
+++ b/devel/p5-POE/distinfo
@@ -1,2 +1,2 @@
-MD5 (POE-0.29.tar.gz) = 1711e3cd92b388cbe89f6f801d5d0452
-SIZE (POE-0.29.tar.gz) = 360228
+MD5 (POE-0.3003.tar.gz) = 3b30a2c47099bfbc5a67182a48c6957b
+SIZE (POE-0.3003.tar.gz) = 365694
diff --git a/devel/p5-POE/pkg-descr b/devel/p5-POE/pkg-descr
index cae1ccab2110..3923497de0ac 100644
--- a/devel/p5-POE/pkg-descr
+++ b/devel/p5-POE/pkg-descr
@@ -5,6 +5,3 @@ clients and servers; includes a high level class library that takes care
of event driven I/O; provides a framework for portable program components.
WWW: http://poe.perl.org/
-
--- Sergey Skvortsov
-skv@FreeBSD.org
diff --git a/devel/p5-POE/pkg-plist b/devel/p5-POE/pkg-plist
index f88c28c0295b..80f0172c9b09 100644
--- a/devel/p5-POE/pkg-plist
+++ b/devel/p5-POE/pkg-plist
@@ -21,8 +21,8 @@
%%SITE_PERL%%/POE/Loop.pm
%%SITE_PERL%%/POE/Loop/Event.pm
%%SITE_PERL%%/POE/Loop/Gtk.pm
+%%SITE_PERL%%/POE/Loop/IO_Poll.pm
%%SITE_PERL%%/POE/Loop/PerlSignals.pm
-%%SITE_PERL%%/POE/Loop/Poll.pm
%%SITE_PERL%%/POE/Loop/Select.pm
%%SITE_PERL%%/POE/Loop/Tk.pm
%%SITE_PERL%%/POE/Loop/TkActiveState.pm
@@ -83,8 +83,6 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/signals.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/tcp_watermarks.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/thrash.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/tk.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/watermarks.perl
-%%PORTDOCS%%%%EXAMPLESDIR%%/wheels.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/wheels2.perl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%