On Fri, Dec 06, 2019 at 02:39:40AM +0000, wen heping wrote: > Hi, ports@: > > Here is a patch to update devel/p5-MCE to 1.864. > It build well and passed all tests on my amd64-head system. > > Only 1 port depends on devel/p5-MCE : devel/p5-Test-Perl-Critic. > It build well and passed all tests with this patch. > > Comments? OK?
Changelog looks like good improvements. https://metacpan.org/changes/release/MARIOROY/MCE-1.864 OK afresh1@ > wen > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-MCE/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- Makefile 26 Jul 2019 15:02:07 -0000 1.3 > +++ Makefile 6 Dec 2019 02:36:03 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = engine for Perl providing parallel processing capabilities > > -DISTNAME = MCE-1.843 > +DISTNAME = MCE-1.864 > HOMEPAGE = https://github.com/marioroy/mce-perl > CATEGORIES = devel > CPAN_AUTHOR = MARIOROY > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-MCE/distinfo,v > retrieving revision 1.2 > diff -u -p -r1.2 distinfo > --- distinfo 26 Jul 2019 15:02:07 -0000 1.2 > +++ distinfo 6 Dec 2019 02:36:03 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (MCE-1.843.tar.gz) = xzEjtTVpIRtejWmYQhXcCoP/mUa5omigIVIm1nsnOnQ= > -SIZE (MCE-1.843.tar.gz) = 209108 > +SHA256 (MCE-1.864.tar.gz) = U+cTqK5PAIPzp68RWuJghCbRSLWUR0fqiiT9TMWauFc= > +SIZE (MCE-1.864.tar.gz) = 215673 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/p5-MCE/pkg/PLIST,v > retrieving revision 1.2 > diff -u -p -r1.2 PLIST > --- pkg/PLIST 26 Jul 2019 15:02:07 -0000 1.2 > +++ pkg/PLIST 6 Dec 2019 02:36:03 -0000 > @@ -45,6 +45,14 @@ ${P5SITE}/MCE/Util.pm > @man man/man3p/MCE::Channel::Threads.3p > @man man/man3p/MCE::Child.3p > @man man/man3p/MCE::Core.3p > +@man man/man3p/MCE::Core::Input::Generator.3p > +@man man/man3p/MCE::Core::Input::Handle.3p > +@man man/man3p/MCE::Core::Input::Iterator.3p > +@man man/man3p/MCE::Core::Input::Request.3p > +@man man/man3p/MCE::Core::Input::Sequence.3p > +@man man/man3p/MCE::Core::Manager.3p > +@man man/man3p/MCE::Core::Validation.3p > +@man man/man3p/MCE::Core::Worker.3p > @man man/man3p/MCE::Examples.3p > @man man/man3p/MCE::Flow.3p > @man man/man3p/MCE::Grep.3p -- andrew - http://afresh1.com Computer analyst to programmer: "You start coding. I'll go find out what they want."
