Index: head/devel/p5-MCE/Makefile =================================================================== --- head/devel/p5-MCE/Makefile (revision 491107) +++ head/devel/p5-MCE/Makefile (revision 491108) @@ -1,25 +1,26 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.837 +PORTVERSION= 1.838 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Many-Core Engine for Perl providing parallel processing capabilities LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/LICENSE LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying PORTSCOUT= limit:^[0-9\.]*$$ -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Index: head/devel/p5-MCE/distinfo =================================================================== --- head/devel/p5-MCE/distinfo (revision 491107) +++ head/devel/p5-MCE/distinfo (revision 491108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535233391 -SHA256 (MCE-1.837.tar.gz) = ea7a069dcd05cfb86b533e44cab842a8657c95a86052c3bbb00c45013617216a -SIZE (MCE-1.837.tar.gz) = 183202 +TIMESTAMP = 1548351715 +SHA256 (MCE-1.838.tar.gz) = 1136eedcde834a74db2a8196dd89a454c9ae79a0615fb5d981bf282ada1ce6f5 +SIZE (MCE-1.838.tar.gz) = 183101 Index: head/devel/p5-MCE/pkg-descr =================================================================== --- head/devel/p5-MCE/pkg-descr (revision 491107) +++ head/devel/p5-MCE/pkg-descr (revision 491108) @@ -1,8 +1,8 @@ Many-Core Engine (MCE) for Perl helps enable a new level of performance by maximizing all available cores. MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the input stream to the next available worker. -WWW: https://metacpan.org/pod/MCE +WWW: https://metacpan.org/release/MCE