Yes, you are right, it is a wrong patch. Now come the correct one. wen ________________________________ 发件人: Andrew Hewus Fresh <[email protected]> 发送时间: 2020年1月27日 2:48 收件人: wen heping <[email protected]> 抄送: [email protected] <[email protected]> 主题: Re: 回复: [Update] devel/p5-MCE : Update to 1.864
On Mon, Dec 30, 2019 at 02:12:48AM +0000, wen heping wrote: > Revised patch to update to 1.865. <SNIP> > -DISTNAME = MCE-1.843 > +DISTNAME = MCE-1.845 I think this was the wrong patch as 1.865 is on the CPAN.
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 27 Jan 2020 08:27:09 -0000 @@ -2,7 +2,7 @@ COMMENT = engine for Perl providing parallel processing capabilities -DISTNAME = MCE-1.843 +DISTNAME = MCE-1.865 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 27 Jan 2020 08:27:09 -0000 @@ -1,2 +1,2 @@ -SHA256 (MCE-1.843.tar.gz) = xzEjtTVpIRtejWmYQhXcCoP/mUa5omigIVIm1nsnOnQ= -SIZE (MCE-1.843.tar.gz) = 209108 +SHA256 (MCE-1.865.tar.gz) = LIEzt+2z5Ts7/5IqzkYyiaa673wgTjo+9z+XFytgGbo= +SIZE (MCE-1.865.tar.gz) = 215892 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 27 Jan 2020 08:27:09 -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
