Hi,
Here is a bundle of updates for p5-POE and its related ports:
devel/p5-POE : update to 1.311
net/p5-POE-Component-Client-HTTP: update to 0.943
net/p5-POE-Component-Client-Keepalive: update to 0.267
net/p5-POE-Component-IRC:update to 6.62
devel/p5-POE-Component-Pluggable: update to 1.26
security/p5-POE-Component-SSLify: update to 1.006
devel/p5-POE-Loop-Event:update to 1.304
devel/p5-POE-Test-Loops: update to 1.311
devel/p5-POE-XS-Queue-Array: update to 0.006
All tested OK on Loongson and regress test OK too.
Some other p5-POE related ports had not been updated because:
1) failed in regress test, but not caused by the update of p5-POE.
2) no upstream update
3) require p5-Moose, that is another big thing.
regards,
wen
Index: devel/p5-POE/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-POE/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- devel/p5-POE/Makefile 24 Nov 2010 15:28:09 -0000 1.21
+++ devel/p5-POE/Makefile 5 May 2011 11:58:48 -0000
@@ -3,9 +3,8 @@
COMMENT= portable multitasking and networking framework for perl
MODULES= cpan
-DISTNAME= POE-1.294
+DISTNAME= POE-1.311
CATEGORIES= devel
-USE_GROFF = Yes
HOMEPAGE= http://poe.perl.org/
@@ -19,11 +18,12 @@
CONFIGURE_ARGS= --default
-RUN_DEPENDS= devel/p5-Curses \
- devel/p5-IO-Tty \
- devel/p5-POE-Test-Loops>=1.036 \
- devel/p5-Term-ReadKey \
+RUN_DEPENDS= devel/p5-Curses>=1.08 \
+ devel/p5-IO-Tty>=1.02 \
+ devel/p5-POE-Test-Loops>=1.311 \
+ devel/p5-Term-ReadKey>=2.21 \
net/p5-Socket6 \
+ net/p5-Socket-GetAddrInfo>=0.19 \
www/p5-libwww
MAKE_ENV= TEST_POD=Yes
@@ -33,4 +33,5 @@
post-build:
# XXX prevent gen-tests from running again during fake
touch ${WRKDIST}/lib/POE.pm
+
.include <bsd.port.mk>
Index: devel/p5-POE/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-POE/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- devel/p5-POE/distinfo 24 Nov 2010 15:28:09 -0000 1.15
+++ devel/p5-POE/distinfo 5 May 2011 11:58:48 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-1.294.tar.gz) = zS1Ox0r8Oc/JthAugBXWVA==
-RMD160 (POE-1.294.tar.gz) = 4MtIfeacy/+zc0LlUHo2+E74Ddg=
-SHA1 (POE-1.294.tar.gz) = OifMyk8pvwbLkytHNU3aiYFrYNM=
-SHA256 (POE-1.294.tar.gz) = TX5ovKatdawaCSLlavyPOBO3cAZNZK4CI7q5XZdP3/E=
-SIZE (POE-1.294.tar.gz) = 362345
+MD5 (POE-1.311.tar.gz) = DCtCzDMp+08uEBk9mXG85A==
+RMD160 (POE-1.311.tar.gz) = cVZk2gqV1SBSHj3yvKAFeiIk/VI=
+SHA1 (POE-1.311.tar.gz) = 2ItXxLPKf0qTyJI8IlTPi5tvkrE=
+SHA256 (POE-1.311.tar.gz) = D6T6XsPgILoAVmmFD/ZJ1ViesLA0kmqrXeLO9hqskW8=
+SIZE (POE-1.311.tar.gz) = 366183
Index: devel/p5-POE/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-POE/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- devel/p5-POE/pkg/PLIST 24 Nov 2010 15:28:09 -0000 1.6
+++ devel/p5-POE/pkg/PLIST 5 May 2011 11:58:48 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.6 2010/11/24 15:28:09 jasper Exp $
+@comment $OpenBSD$
${P5SITE}/POE.pm
${P5SITE}/POE/Component/
${P5SITE}/POE/Component.pm
@@ -43,7 +43,6 @@
${P5SITE}/POE/Resource/SIDs.pm
${P5SITE}/POE/Resource/Sessions.pm
${P5SITE}/POE/Resource/Signals.pm
-${P5SITE}/POE/Resource/Statistics.pm
${P5SITE}/POE/Resources.pm
${P5SITE}/POE/Session.pm
${P5SITE}/POE/Wheel/
@@ -90,7 +89,6 @@
@man man/man3p/POE::Resource::SIDs.3p
@man man/man3p/POE::Resource::Sessions.3p
@man man/man3p/POE::Resource::Signals.3p
-@man man/man3p/POE::Resource::Statistics.3p
@man man/man3p/POE::Resources.3p
@man man/man3p/POE::Session.3p
@man man/man3p/POE::Wheel.3p
Index: net/p5-POE-Component-Client-HTTP/Makefile
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-HTTP/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/p5-POE-Component-Client-HTTP/Makefile 3 Dec 2010 11:45:43 -0000
1.6
+++ net/p5-POE-Component-Client-HTTP/Makefile 5 May 2011 11:59:32 -0000
@@ -3,10 +3,8 @@
COMMENT= POE HTTP user-agent component
MODULES= cpan
-DISTNAME= POE-Component-Client-HTTP-0.88
-REVISION= 0
+DISTNAME= POE-Component-Client-HTTP-0.943
CATEGORIES= net www
-USE_GROFF = Yes
MAINTAINER= Simon Bertrang <[email protected]>
@@ -16,11 +14,14 @@
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-RUN_DEPENDS= devel/p5-POE \
- net/p5-POE-Component-Client-Keepalive>=0.25 \
+CPAN_AUTHOR= RCAPUTO
+
+RUN_DEPENDS= devel/p5-POE>=1.311 \
+ net/p5-POE-Component-Client-Keepalive>=0.267 \
www/p5-URI \
- www/p5-libwww
+ www/p5-libwww \
+ devel/p5-Test-POE-Server-TCP>=1.14
-REGRESS_DEPENDS=devel/p5-Test-POE-Server-TCP
+#REGRESS_DEPENDS=devel/p5-Test-POE-Server-TCP
.include <bsd.port.mk>
Index: net/p5-POE-Component-Client-HTTP/distinfo
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-HTTP/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- net/p5-POE-Component-Client-HTTP/distinfo 19 Jun 2009 12:51:05 -0000
1.3
+++ net/p5-POE-Component-Client-HTTP/distinfo 5 May 2011 11:59:32 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-Component-Client-HTTP-0.88.tar.gz) = J7SYjhdJBUg4znZy4hfB0A==
-RMD160 (POE-Component-Client-HTTP-0.88.tar.gz) = S0mTLp6+qEsPHnI72kZmzRGGUJs=
-SHA1 (POE-Component-Client-HTTP-0.88.tar.gz) = iNEFnI/2IPoO8FzI6dWKG/CTMEE=
-SHA256 (POE-Component-Client-HTTP-0.88.tar.gz) =
pwWK1ocngegSvoe5f4zGGTueMI/yBBz7V35iJV2Ja38=
-SIZE (POE-Component-Client-HTTP-0.88.tar.gz) = 47877
+MD5 (POE-Component-Client-HTTP-0.943.tar.gz) = YyAMtsMXd4KfE6iWPCpA1Q==
+RMD160 (POE-Component-Client-HTTP-0.943.tar.gz) = no7EpqSS1Kyfrb/NzKMtpCXv4T8=
+SHA1 (POE-Component-Client-HTTP-0.943.tar.gz) = koLqJnQ/lfxIFdJXFGTyO6nLuag=
+SHA256 (POE-Component-Client-HTTP-0.943.tar.gz) =
7BzvHJQ3Pv6gWMZQUh311xidGcuZCZxHphFfO1uacBw=
+SIZE (POE-Component-Client-HTTP-0.943.tar.gz) = 80108
Index: net/p5-POE-Component-Client-Keepalive/Makefile
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-Keepalive/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- net/p5-POE-Component-Client-Keepalive/Makefile 14 Apr 2011 21:21:56
-0000 1.7
+++ net/p5-POE-Component-Client-Keepalive/Makefile 5 May 2011 12:26:55
-0000
@@ -3,11 +3,9 @@
COMMENT= manage connections, with keep-alive
MODULES= cpan
-DISTNAME= POE-Component-Client-Keepalive-0.25
-REVISION= 0
+DISTNAME= POE-Component-Client-Keepalive-0.267
EPOCH= 0
CATEGORIES= net
-USE_GROFF = Yes
MAINTAINER= Simon Bertrang <[email protected]>
@@ -17,7 +15,7 @@
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-RUN_DEPENDS= devel/p5-POE \
- net/p5-POE-Component-Client-DNS
+RUN_DEPENDS= devel/p5-POE>=1.311 \
+ net/p5-POE-Component-Resolver>=0.912
.include <bsd.port.mk>
Index: net/p5-POE-Component-Client-Keepalive/distinfo
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-Keepalive/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- net/p5-POE-Component-Client-Keepalive/distinfo 19 Jun 2009 12:50:54
-0000 1.3
+++ net/p5-POE-Component-Client-Keepalive/distinfo 5 May 2011 12:26:55
-0000
@@ -1,5 +1,5 @@
-MD5 (POE-Component-Client-Keepalive-0.25.tar.gz) = 7MhnQ8UsfKcMIHWD9oGgcQ==
-RMD160 (POE-Component-Client-Keepalive-0.25.tar.gz) =
NOqDD9sbxpVv93nzj7SNFFUesz0=
-SHA1 (POE-Component-Client-Keepalive-0.25.tar.gz) =
IBkXKNMrEkkaZQMHPKu0iEvcTY4=
-SHA256 (POE-Component-Client-Keepalive-0.25.tar.gz) =
L5gqb+Huqr8CRArQdDdyxQiP9B+KJnK9b94Fhn9SUww=
-SIZE (POE-Component-Client-Keepalive-0.25.tar.gz) = 23794
+MD5 (POE-Component-Client-Keepalive-0.267.tar.gz) = khXGmuOWSjmtm3gurqwabw==
+RMD160 (POE-Component-Client-Keepalive-0.267.tar.gz) =
6fYFGYW+mxpuhYn3c0ko4F2ES28=
+SHA1 (POE-Component-Client-Keepalive-0.267.tar.gz) =
vCl6fUTY4kUWNvEenlLqN71m4oU=
+SHA256 (POE-Component-Client-Keepalive-0.267.tar.gz) =
kQ+4Vv0OvrlHcDhaJS418m0RTuLRqjBy6MW3huAOmwk=
+SIZE (POE-Component-Client-Keepalive-0.267.tar.gz) = 40415
Index: net/p5-POE-Component-Client-Keepalive/pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-Keepalive/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- net/p5-POE-Component-Client-Keepalive/pkg/PLIST 22 Jul 2007 16:10:18
-0000 1.1.1.1
+++ net/p5-POE-Component-Client-Keepalive/pkg/PLIST 5 May 2011 12:26:55
-0000
@@ -1,6 +1,6 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/22 16:10:18 simon Exp $
+@comment $OpenBSD$
${P5SITE}/POE/Component/Client/Keepalive.pm
${P5SITE}/POE/Component/Connection/
${P5SITE}/POE/Component/Connection/Keepalive.pm
-@man man/man3p/POE::Component::Client::Client-Keepalive.3p
-@man man/man3p/POE::Component::Client::Conn-Keepalive.3p
+@man man/man3p/POE::Component::Client::Keepalive.3p
+@man man/man3p/POE::Component::Connection::Keepalive.3p
Index: net/p5-POE-Component-IRC/Makefile
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-IRC/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- net/p5-POE-Component-IRC/Makefile 10 Dec 2010 11:56:45 -0000 1.31
+++ net/p5-POE-Component-IRC/Makefile 5 May 2011 12:40:51 -0000
@@ -2,9 +2,8 @@
COMMENT= event-driven IRC-client module
-DISTNAME= POE-Component-IRC-6.52
+DISTNAME= POE-Component-IRC-6.62
CATEGORIES= net
-USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <[email protected]>
@@ -18,13 +17,15 @@
MODCPAN_EXAMPLES= Yes
RUN_DEPENDS= devel/p5-Object-Pluggable \
- devel/p5-POE>=1.287 \
+ devel/p5-POE>=1.311 \
net/p5-POE-Component-Client-DNS>=0.99 \
net/p5-POE-Filter-IRCD>=2.42 \
- archivers/p5-POE-Filter-Zlib
+ archivers/p5-POE-Filter-Zlib \
+ net/p5-IRC-Utils>=0.06 \
+ devel/p5-POE-Component-Syndicator
# Not listed in PREREQ_PM, but needed for SSL connections.
-RUN_DEPENDS= security/p5-POE-Component-SSLify
+RUN_DEPENDS+= security/p5-POE-Component-SSLify
REGRESS_DEPENDS=${RUN_DEPENDS}
post-install:
Index: net/p5-POE-Component-IRC/distinfo
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-IRC/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- net/p5-POE-Component-IRC/distinfo 10 Dec 2010 11:56:45 -0000 1.24
+++ net/p5-POE-Component-IRC/distinfo 5 May 2011 12:40:51 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-Component-IRC-6.52.tar.gz) = VtBuBbrIf0DPAP2zkhWNSw==
-RMD160 (POE-Component-IRC-6.52.tar.gz) = YEMsZDaV8C95m108n/j3Pu87NMo=
-SHA1 (POE-Component-IRC-6.52.tar.gz) = OI6xRK2vBNf14uo/cHKS3azL+Z4=
-SHA256 (POE-Component-IRC-6.52.tar.gz) =
O+Wx89rn2Q5IvTNIpHkdMS/oHQ+XdESb1nzfggh5z8Q=
-SIZE (POE-Component-IRC-6.52.tar.gz) = 398269
+MD5 (POE-Component-IRC-6.62.tar.gz) = 6XVI0uopnA/UG0Gb/ik4ZQ==
+RMD160 (POE-Component-IRC-6.62.tar.gz) = IIr+j88xdEoOjUgxFpxiUiQougs=
+SHA1 (POE-Component-IRC-6.62.tar.gz) = 9SYOgnBlzn5t7PPR993OBdrwjlU=
+SHA256 (POE-Component-IRC-6.62.tar.gz) =
AiKG68Tmf6vK8sQMrA+1tw4adVND2WmlHhwm78uzh5s=
+SIZE (POE-Component-IRC-6.62.tar.gz) = 393198
Index: devel/p5-POE-Component-Pluggable/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Component-Pluggable/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- devel/p5-POE-Component-Pluggable/Makefile 3 Dec 2010 11:44:34 -0000
1.10
+++ devel/p5-POE-Component-Pluggable/Makefile 5 May 2011 12:45:48 -0000
@@ -2,8 +2,7 @@
COMMENT= base class for creating plugin enabled POE Components
-DISTNAME= POE-Component-Pluggable-1.24
-REVISION= 0
+DISTNAME= POE-Component-Pluggable-1.26
CATEGORIES= devel
# perl
@@ -13,9 +12,8 @@
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
-USE_GROFF = Yes
-RUN_DEPENDS= devel/p5-POE>=1.0002 \
+RUN_DEPENDS= devel/p5-POE>=1.0004 \
devel/p5-Task-Weaken
MODCPAN_EXAMPLES= Yes
Index: devel/p5-POE-Component-Pluggable/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Component-Pluggable/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- devel/p5-POE-Component-Pluggable/distinfo 25 Oct 2009 22:24:14 -0000
1.5
+++ devel/p5-POE-Component-Pluggable/distinfo 5 May 2011 12:45:48 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-Component-Pluggable-1.24.tar.gz) = ZifLuyNMEpW2PiP4i43pdg==
-RMD160 (POE-Component-Pluggable-1.24.tar.gz) = Kecn1zqXXl1IBAfyJqn25wcbzV0=
-SHA1 (POE-Component-Pluggable-1.24.tar.gz) = 4CEtnGeT/SgDmk2to22Y1JRjo8k=
-SHA256 (POE-Component-Pluggable-1.24.tar.gz) =
mWECReiTtZ+Alqn92u9V8795y6KvwXHJuViudaz7IBg=
-SIZE (POE-Component-Pluggable-1.24.tar.gz) = 33391
+MD5 (POE-Component-Pluggable-1.26.tar.gz) = mJpkxsKTmhnuWETJ2ehwRw==
+RMD160 (POE-Component-Pluggable-1.26.tar.gz) = KFm3iNkJDGP1cgk3FgfszWGSDwo=
+SHA1 (POE-Component-Pluggable-1.26.tar.gz) = jXwoY1I5q8a+iMToyaHPOzYSIfc=
+SHA256 (POE-Component-Pluggable-1.26.tar.gz) =
AMwtOfdqOMvzYo4UfkXpKsQn60U6wr3PvbqB0UWdM50=
+SIZE (POE-Component-Pluggable-1.26.tar.gz) = 37361
Index: security/p5-POE-Component-SSLify/Makefile
===================================================================
RCS file: /cvs/ports/security/p5-POE-Component-SSLify/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- security/p5-POE-Component-SSLify/Makefile 3 Dec 2010 11:46:47 -0000
1.7
+++ security/p5-POE-Component-SSLify/Makefile 5 May 2011 12:48:46 -0000
@@ -3,10 +3,8 @@
COMMENT= make use of SSL with POE
MODULES= cpan
-DISTNAME= POE-Component-SSLify-0.15
-REVISION= 0
+DISTNAME= POE-Component-SSLify-1.006
CATEGORIES= net security
-USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
@@ -15,8 +13,9 @@
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
+CPAN_AUTHOR= APOCAL
-RUN_DEPENDS= devel/p5-POE \
- security/p5-Net_SSLeay
+RUN_DEPENDS= devel/p5-POE>=1.267 \
+ security/p5-Net_SSLeay>=1.36
.include <bsd.port.mk>
Index: security/p5-POE-Component-SSLify/distinfo
===================================================================
RCS file: /cvs/ports/security/p5-POE-Component-SSLify/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- security/p5-POE-Component-SSLify/distinfo 23 Mar 2009 08:41:15 -0000
1.5
+++ security/p5-POE-Component-SSLify/distinfo 5 May 2011 12:48:46 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-Component-SSLify-0.15.tar.gz) = 1L8BPyU9NuF88CM5ZGVO2w==
-RMD160 (POE-Component-SSLify-0.15.tar.gz) = FAfeNnan81uBmWgok9ddvHhX33g=
-SHA1 (POE-Component-SSLify-0.15.tar.gz) = tictGM5q4J/p3ZcdZ3BkShUgVZU=
-SHA256 (POE-Component-SSLify-0.15.tar.gz) =
qCWy351IU/2QL6IYGlb5SlzschdKkHkG8yHK9j5s1qQ=
-SIZE (POE-Component-SSLify-0.15.tar.gz) = 19497
+MD5 (POE-Component-SSLify-1.006.tar.gz) = Ae3PdfHI1LwRnQyFLBalkA==
+RMD160 (POE-Component-SSLify-1.006.tar.gz) = WVn/PmvC4BbOp2qL8lpg5YduNVA=
+SHA1 (POE-Component-SSLify-1.006.tar.gz) = he+/S5wD5KPy8D42l5xQ0PuxKMs=
+SHA256 (POE-Component-SSLify-1.006.tar.gz) =
c7H+Zx5JMY0xiIdejjLv+V7TZSR8o6fu7Vr3b17k9zk=
+SIZE (POE-Component-SSLify-1.006.tar.gz) = 45046
Index: devel/p5-POE-Loop-Event/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Loop-Event/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/p5-POE-Loop-Event/Makefile 3 Dec 2010 11:44:34 -0000 1.6
+++ devel/p5-POE-Loop-Event/Makefile 5 May 2011 12:56:56 -0000
@@ -2,8 +2,7 @@
COMMENT= bridge that allows POE to be driven by Event.pm
-DISTNAME= POE-Loop-Event-1.302
-REVISION= 0
+DISTNAME= POE-Loop-Event-1.304
CATEGORIES= devel
MODULES= cpan
@@ -15,10 +14,9 @@
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ARGS+= --default
-USE_GROFF = Yes
BUILD_DEPENDS= devel/p5-POE-Test-Loops
-RUN_DEPENDS+= devel/p5-Event \
- devel/p5-POE>1.006
+RUN_DEPENDS+= devel/p5-Event>=1.13 \
+ devel/p5-POE>1.289
.include <bsd.port.mk>
Index: devel/p5-POE-Loop-Event/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Loop-Event/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- devel/p5-POE-Loop-Event/distinfo 30 Aug 2009 22:07:55 -0000 1.1.1.1
+++ devel/p5-POE-Loop-Event/distinfo 5 May 2011 12:56:56 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-Loop-Event-1.302.tar.gz) = BvIn5lRJ2koZ5M5aNDF25Q==
-RMD160 (POE-Loop-Event-1.302.tar.gz) = nwOqFiDvfejZ8MsGtwMGnpLy1+I=
-SHA1 (POE-Loop-Event-1.302.tar.gz) = gLveUcngTY59o/YCkf2qLxHVo+U=
-SHA256 (POE-Loop-Event-1.302.tar.gz) =
tc/CbrNGFNFoMIrH2AdrBsG/oyKNDa3CxfQmN1gpdTk=
-SIZE (POE-Loop-Event-1.302.tar.gz) = 4739
+MD5 (POE-Loop-Event-1.304.tar.gz) = xHCoouJgJiOOWi5QfJOPQA==
+RMD160 (POE-Loop-Event-1.304.tar.gz) = beMmmHt+uTduziq6ucvmNKgapj0=
+SHA1 (POE-Loop-Event-1.304.tar.gz) = to1EQoRVcvywapful+pF2RHoJhU=
+SHA256 (POE-Loop-Event-1.304.tar.gz) =
Nbj4ligPmslL0YNZeBIYVqpveGzgbzppnVKtSWGm8r0=
+SIZE (POE-Loop-Event-1.304.tar.gz) = 5193
Index: devel/p5-POE-Loop-Event/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Loop-Event/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- devel/p5-POE-Loop-Event/pkg/PLIST 30 Aug 2009 22:07:55 -0000 1.1.1.1
+++ devel/p5-POE-Loop-Event/pkg/PLIST 5 May 2011 12:56:56 -0000
@@ -1,4 +1,3 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2009/08/30 22:07:55 jasper Exp $
-@conflict p5-POE-<1.266
+@comment $OpenBSD$
${P5SITE}/POE/Loop/Event.pm
@man man/man3p/POE::Loop::Event.3p
Index: devel/p5-POE-Test-Loops/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Test-Loops/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- devel/p5-POE-Test-Loops/Makefile 25 Apr 2011 13:46:16 -0000 1.8
+++ devel/p5-POE-Test-Loops/Makefile 5 May 2011 12:59:29 -0000
@@ -3,7 +3,7 @@
COMMENT= reusable tests for POE::Loop authors
MODULES= cpan
-DISTNAME= POE-Test-Loops-1.050
+DISTNAME= POE-Test-Loops-1.311
CATEGORIES= devel
HOMEPAGE= http://poe.perl.org/
Index: devel/p5-POE-Test-Loops/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Test-Loops/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- devel/p5-POE-Test-Loops/distinfo 25 Apr 2011 13:46:16 -0000 1.7
+++ devel/p5-POE-Test-Loops/distinfo 5 May 2011 12:59:29 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-Test-Loops-1.050.tar.gz) = 8hGiVfT+A+JWiIbmtVdopg==
-RMD160 (POE-Test-Loops-1.050.tar.gz) = Q2kl2qvJDQlNOeGu+X4Z3z1VmbQ=
-SHA1 (POE-Test-Loops-1.050.tar.gz) = vuQk8Np7dP7KN66n/RApOPeS9RE=
-SHA256 (POE-Test-Loops-1.050.tar.gz) =
/g9EazOonFx42dPde5ebhgkTiNYA6j6Q3yukqcwWNho=
-SIZE (POE-Test-Loops-1.050.tar.gz) = 60674
+MD5 (POE-Test-Loops-1.311.tar.gz) = hvDy2iiDmwso9nHZ+DK93w==
+RMD160 (POE-Test-Loops-1.311.tar.gz) = fl7CYGStXloZVRl5grmJlDFqcuw=
+SHA1 (POE-Test-Loops-1.311.tar.gz) = EprIBlHekKVwrU4+HZ3prWLoX5M=
+SHA256 (POE-Test-Loops-1.311.tar.gz) =
+cIxIepSeSgorNyggBs64TfpRlLsmuTZdOjRkJc7gr8=
+SIZE (POE-Test-Loops-1.311.tar.gz) = 69574
Index: devel/p5-POE-Test-Loops/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-POE-Test-Loops/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- devel/p5-POE-Test-Loops/pkg/PLIST 25 Apr 2011 13:46:16 -0000 1.4
+++ devel/p5-POE-Test-Loops/pkg/PLIST 5 May 2011 12:59:29 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.4 2011/04/25 13:46:16 jasper Exp $
+@comment $OpenBSD$
bin/poe-gen-tests
${P5SITE}/POE/
${P5SITE}/POE/Test/
Index: devel/p5-POE-XS-Queue-Array/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-POE-XS-Queue-Array/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/p5-POE-XS-Queue-Array/Makefile 3 Dec 2010 11:44:34 -0000
1.7
+++ devel/p5-POE-XS-Queue-Array/Makefile 5 May 2011 13:03:18 -0000
@@ -5,10 +5,8 @@
SHARED_ONLY= Yes
MODULES= cpan
-DISTNAME= POE-XS-Queue-Array-0.005
-REVISION= 1
+DISTNAME= POE-XS-Queue-Array-0.006
CATEGORIES= devel
-USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
Index: devel/p5-POE-XS-Queue-Array/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-POE-XS-Queue-Array/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- devel/p5-POE-XS-Queue-Array/distinfo 2 Oct 2008 23:10:24 -0000
1.2
+++ devel/p5-POE-XS-Queue-Array/distinfo 5 May 2011 13:03:18 -0000
@@ -1,5 +1,5 @@
-MD5 (POE-XS-Queue-Array-0.005.tar.gz) = mWWTYmsvzqhpDDQErvIoKQ==
-RMD160 (POE-XS-Queue-Array-0.005.tar.gz) = kbK/GH28ISNIkbBGO/Hvww90KW8=
-SHA1 (POE-XS-Queue-Array-0.005.tar.gz) = OxJluKXBQk8QXRwsBmyisQiLELo=
-SHA256 (POE-XS-Queue-Array-0.005.tar.gz) =
dqk7h3MFTiF3vbl66sSJAVWz5UjnHNhmIkr+p6qi/DU=
-SIZE (POE-XS-Queue-Array-0.005.tar.gz) = 16535
+MD5 (POE-XS-Queue-Array-0.006.tar.gz) = PlAIl39Zk60/wmXS2YuK1w==
+RMD160 (POE-XS-Queue-Array-0.006.tar.gz) = 5aqAWHDUDfc1JHyj5PPJLxov0Uk=
+SHA1 (POE-XS-Queue-Array-0.006.tar.gz) = wHjS9Cw7bUGa/XMzQvwe3UydjG0=
+SHA256 (POE-XS-Queue-Array-0.006.tar.gz) =
cEAFY1r8eb5fzk0WRlLr+ye3nBA0v74J1BbvuAiBlUs=
+SIZE (POE-XS-Queue-Array-0.006.tar.gz) = 17081