And finally the last port from the POE update that needs a review ;)
Charlène. On Thu, 1 Nov 2018 12:18:34 +0100 Charlene Wendling wrote: > > 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 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 22 Jan 2019 09:43:49 -0000 @@ -2,24 +2,24 @@ COMMENT= the Illicit Love Child of Moose and POE -DISTNAME= MooseX-POE-0.213 +DISTNAME= MooseX-POE-0.215 CATEGORIES= devel # perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM= Yes MODULES= cpan PKG_ARCH= * -RUN_DEPENDS= devel/p5-Moose \ - devel/p5-POE +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 \ +TEST_DEPENDS= devel/p5-MooseX-Daemonize \ devel/p5-MooseX-Declare>=0.35 \ - devel/p5-MRO-Compat + devel/p5-Test-Fatal + +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 22 Jan 2019 09:43:49 -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