On 2020/05/13 01:09, wen heping wrote:
> Hi, ports@:
> 
>    Here is a simple patch for devel/p5-MCE to update to 1.868.
>    It build well and pas all tests on amd64-current system.
> 
>    One port depends on p5-MCE : devel/p5-Test-Perl-Critic.
>    It build well and pass all tests too.

The changelog looks sane (I'll include it here to make it easier for
readers). OK with me for after unlock.



1.868 Sun May 10 22:00:00 EST 2020
 
  * Completed threads-like detach capability in MCE::Child.
 
  * Resolved MCE::Channel failing when calling dequeue multiple times
    on an ended channel.
 
  * MCE->say, MCE->print, and MCE->printf now return 1.
 
1.867 Sun May 03 18:00:00 EST 2020
 
  * Bug fix for UTF-8 issues during inter-process communication.
    This update required undoing optimizations specific to scalar args.
    Essentially, IPC involves serialization for everything going forward.
    Install Sereal::Encoder and Sereal::Decoder for better performance
    in Perl 5.8.8+.
 
  * MCE options flush_stdout, flush_stderr, and flush_file now default to
    enabled for the MCE->print, MCE->printf, and MCE->say output routines.
 
  * Improved MCE::Child with threads-like detach capability. See POD.
 
  * Improved IPC in MCE::Queue with permanent fast-like dequeue including
    dequeue_nb. Going forward, the fast and barrier options are silently
    ignored if specified (i.e. no-op).
 
  * Improved IPC performance on Linux.
     
1.866 Sat Feb 08 21:00:00 EST 2020
 
  * Bug fix for restart_worker, race condition introduced in 1.863.
    Thank you, Oliver Gorwits for reporting the issue.


> 
> Regards,
> wen

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/p5-MCE/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile  10 Feb 2020 00:32:06 -0000      1.4
> +++ Makefile  13 May 2020 00:56:08 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT =    engine for Perl providing parallel processing capabilities
>  
> -DISTNAME =   MCE-1.865
> +DISTNAME =   MCE-1.868
>  CPAN_AUTHOR =        MARIOROY
>  
>  CATEGORIES = devel
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/p5-MCE/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  10 Feb 2020 00:32:06 -0000      1.3
> +++ distinfo  13 May 2020 00:56:08 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (MCE-1.865.tar.gz) = LIEzt+2z5Ts7/5IqzkYyiaa673wgTjo+9z+XFytgGbo=
> -SIZE (MCE-1.865.tar.gz) = 215892
> +SHA256 (MCE-1.868.tar.gz) = 96KD7oKJm1zOcY/AcL4Tmfv7esI4NMm9CUb90u6STqw=
> +SIZE (MCE-1.868.tar.gz) = 219769

Reply via email to