aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-05-09 19:14:23 +0800
committerswills <swills@FreeBSD.org>2012-05-09 19:14:23 +0800
commit3bc9bac31ec52b2effcc21798fab2c75e57dbb0f (patch)
tree0502ea828d672c2074513290f9cb653a433d5ace
parent4b65f20b9b78a749460148c45e36b957857292bf (diff)
downloadfreebsd-ports-gnome-3bc9bac31ec52b2effcc21798fab2c75e57dbb0f.tar.gz
freebsd-ports-gnome-3bc9bac31ec52b2effcc21798fab2c75e57dbb0f.tar.zst
freebsd-ports-gnome-3bc9bac31ec52b2effcc21798fab2c75e57dbb0f.zip
- Update to 0.060
PR: ports/166653 Submitted by: Mel Flynn <rflynn@acsalaska.net>
-rw-r--r--devel/p5-POE-Stage/Makefile25
-rw-r--r--devel/p5-POE-Stage/distinfo4
-rw-r--r--devel/p5-POE-Stage/pkg-plist7
3 files changed, 20 insertions, 16 deletions
diff --git a/devel/p5-POE-Stage/Makefile b/devel/p5-POE-Stage/Makefile
index 12c9344d257c..4cd100a27044 100644
--- a/devel/p5-POE-Stage/Makefile
+++ b/devel/p5-POE-Stage/Makefile
@@ -6,31 +6,30 @@
#
PORTNAME= POE-Stage
-PORTVERSION= 0.0300
-PORTREVISION= 1
+PORTVERSION= 0.060
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-0.03
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for formalized POE components
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \
- ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \
- ${SITE_PERL}/Lexical/Persistence.pm:${PORTSDIR}/devel/p5-Lexical-Persistence \
- ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
+BUILD_DEPENDS= p5-POE>=1.351:${PORTSDIR}/devel/p5-POE \
+ p5-PadWalker>=1.93:${PORTSDIR}/devel/p5-PadWalker \
+ p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Devel-LexAlias>=0.04:${PORTSDIR}/devel/p5-Devel-LexAlias \
+ p5-Lexical-Persistence>=1.020:${PORTSDIR}/devel/p5-Lexical-Persistence \
+ p5-Attribute-Handlers>=0.93:${PORTSDIR}/devel/p5-Attribute-Handlers
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Callback.3 POE::Request.3 POE::Request::Emit.3 \
POE::Request::Recall.3 POE::Request::Return.3 \
- POE::Request::Upward.3 POE::Stage.3 POE::Stage::Echoer.3 \
- POE::Stage::Receiver.3 POE::Stage::Resolver.3 \
- POE::Stage::Ticker.3 POE::Stage::TiedAttributes.3 \
- POE::Watcher.3 POE::Watcher::Delay.3 POE::Watcher::Input.3
+ POE::Request::Upward.3 POE::Stage.3 POE::Stage::App.3 \
+ POE::Stage::Echoer.3 POE::Stage::Receiver.3 \
+ POE::Stage::Resolver.3 POE::Stage::Ticker.3 \
+ POE::Watcher.3 POE::Watcher::Delay.3 POE::Watcher::Input.3 \
+ POE::Watcher::Wheel.3
.include <bsd.port.mk>
diff --git a/devel/p5-POE-Stage/distinfo b/devel/p5-POE-Stage/distinfo
index 8da4c10deb0b..08a6d989c939 100644
--- a/devel/p5-POE-Stage/distinfo
+++ b/devel/p5-POE-Stage/distinfo
@@ -1,2 +1,2 @@
-SHA256 (POE-Stage-0.03.tar.gz) = 38f991ae16511bc0b63580922eee88057a7a5722c08b750c5b9bd51e1ce0b5cc
-SIZE (POE-Stage-0.03.tar.gz) = 49417
+SHA256 (POE-Stage-0.060.tar.gz) = 307fbb77001aa6074d15012fd99a98e4aed9eedb60947d748902d417c6d8ccb7
+SIZE (POE-Stage-0.060.tar.gz) = 50522
diff --git a/devel/p5-POE-Stage/pkg-plist b/devel/p5-POE-Stage/pkg-plist
index 5f98daa1e7a3..2cd3448022d5 100644
--- a/devel/p5-POE-Stage/pkg-plist
+++ b/devel/p5-POE-Stage/pkg-plist
@@ -6,14 +6,19 @@
%%SITE_PERL%%/POE/Request/Return.pm
%%SITE_PERL%%/POE/Request/Upward.pm
%%SITE_PERL%%/POE/Stage.pm
+%%SITE_PERL%%/POE/Stage/App.pm
%%SITE_PERL%%/POE/Stage/Echoer.pm
%%SITE_PERL%%/POE/Stage/Receiver.pm
%%SITE_PERL%%/POE/Stage/Resolver.pm
%%SITE_PERL%%/POE/Stage/Ticker.pm
-%%SITE_PERL%%/POE/Stage/TiedAttributes.pm
%%SITE_PERL%%/POE/Watcher.pm
%%SITE_PERL%%/POE/Watcher/Delay.pm
%%SITE_PERL%%/POE/Watcher/Input.pm
+%%SITE_PERL%%/POE/Watcher/Wheel.pm
+%%SITE_PERL%%/POE/Watcher/Wheel/ReadWrite.pm
+%%SITE_PERL%%/POE/Watcher/Wheel/Run.pm
+%%SITE_PERL%%/POE/Watcher/Wheel/SocketFactory.pm
+@dirrm %%SITE_PERL%%/POE/Watcher/Wheel
@dirrm %%SITE_PERL%%/POE/Watcher
@dirrm %%SITE_PERL%%/POE/Stage
@dirrm %%SITE_PERL%%/POE/Request