Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-MooseX-POE/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile 20 Mar 2016 19:56:29 -0000 1.8
+++ Makefile 28 Oct 2018 23:44:17 -0000
@@ -2,7 +2,7 @@
COMMENT= the Illicit Love Child of Moose and POE
-DISTNAME= MooseX-POE-0.213
+DISTNAME= MooseX-POE-0.215
CATEGORIES= devel
@@ -12,14 +12,14 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
-RUN_DEPENDS= devel/p5-Moose \
- devel/p5-POE
+BUILD_DEPENDS= devel/p5-Test-Fatal
+RUN_DEPENDS= devel/p5-Moose>=2.0002 \
+ devel/p5-POE>=1.310
-TEST_DEPENDS= devel/p5-Class-Load \
- devel/p5-Devel-GlobalDestruction \
- devel/p5-Test-Fatal \
- devel/p5-Module-Runtime \
- devel/p5-MooseX-Declare>=0.35 \
- devel/p5-MRO-Compat
+TEST_DEPENDS= devel/p5-MooseX-Declare>=0.35 \
+ devel/p5-MooseX-Daemonize
+
+MAKE_ENV= TEST_POD=1
+TEST_ENV= RELEASE_TESTING=1
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-MooseX-POE/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo 18 Jan 2015 03:13:30 -0000 1.3
+++ distinfo 28 Oct 2018 23:44:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (MooseX-POE-0.213.tar.gz) = eK+D48k1btRDGH/1eZqE0P268vsGMXPA/hchKHRlwyw=
-SIZE (MooseX-POE-0.213.tar.gz) = 30681
+SHA256 (MooseX-POE-0.215.tar.gz) = Sa19uUO15Jib4faMHwRHz5Y3VUl07Vo6R6Qnmn8CMC8=
+SIZE (MooseX-POE-0.215.tar.gz) = 32099
Here is an update for MooseX::POE, a Moose wrapper around POE::Session.
The changelog doesn't mention the exact changes [1].
What's new in port:
- TEST_DEPENDS has been simplified, it must be one of the changes that
explains the version bump. Also i've enabled the Pod test.
Testing:
- 'make test' works fine.
Any comments ?
Charlène.
[1] https://metacpan.org/changes/distribution/MooseX-POE
No comments:
Post a Comment