I'm proposing an update for List::UtilsBy that will fix the build with
Perl 5.28. 

What's new upstream [1]: 

- Added 'minmax_by'
- Fix build without '.' in @INC

What's new in the port: 

- Enabled Pod testing

Testing: 

- 'make test' passes
- There are 2 consumers, converters/p5-Convert-Color and www/rt. No new
  failures are introduced by this update [2]. 

Charlène. 

[1] https://metacpan.org/changes/release/PEVANS/List-UtilsBy-0.11
[2] https://transfer.sh/OJx85/p5-List-UtilsBy.tgz

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-List-UtilsBy/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile    20 Mar 2016 19:57:06 -0000      1.6
+++ Makefile    5 Jan 2019 19:58:34 -0000
@@ -4,12 +4,14 @@ COMMENT=              higher-order list utility func
 
 MODULES=               cpan
 PKG_ARCH=              *
-DISTNAME =             List-UtilsBy-0.10
+DISTNAME =             List-UtilsBy-0.11
 CATEGORIES=            textproc
 
 # Perl
 PERMIT_PACKAGE_CDROM=  Yes
 
 CONFIGURE_STYLE=       modbuild
+
+MAKE_ENV +=            TEST_POD=Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-List-UtilsBy/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    14 Aug 2015 15:02:12 -0000      1.4
+++ distinfo    5 Jan 2019 19:58:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (List-UtilsBy-0.10.tar.gz) = 
vtdAlMYlqjSlrpSn4f4YVvCOG9Jri6FSv+elHTJ3GS4=
-SIZE (List-UtilsBy-0.10.tar.gz) = 21845
+SHA256 (List-UtilsBy-0.11.tar.gz) = 
+t30O0vCHbjkwOiaJuXyP+YmzeNJHsZRtqozhif1d1o=
+SIZE (List-UtilsBy-0.11.tar.gz) = 22939

Reply via email to