Hi,

List-MoreUtils-0.400 is a major rewrite of List-MoreUtils-0.33 by
a different author.  The new version seems to have stabelized, so
I think it is a good time to update.  The same set of depending
ports have failing tests.

ok?

bluhm

Index: devel/p5-List-MoreUtils/Makefile
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-List-MoreUtils/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- devel/p5-List-MoreUtils/Makefile    14 Jun 2014 23:24:57 -0000      1.16
+++ devel/p5-List-MoreUtils/Makefile    22 Apr 2015 20:53:06 -0000
@@ -2,10 +2,9 @@
 
 SHARED_ONLY =          Yes
 
-COMMENT =              perl5 extra list utilities
+COMMENT =              provide the stuff missing in List::Util
 
-DISTNAME =             List-MoreUtils-0.33
-REVISION =             1
+DISTNAME =             List-MoreUtils-0.410
 
 CATEGORIES =           devel
 
@@ -17,7 +16,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 WANTLIB += c
 
 MODULES =              cpan
-TEST_DEPENDS = devel/p5-Test-Pod-Coverage \
-                       devel/p5-Test-Pod
+RUN_DEPENDS =          devel/p5-Exporter-Tiny
+TEST_DEPENDS =         devel/p5-Test-LeakTrace
 
 .include <bsd.port.mk>
Index: devel/p5-List-MoreUtils/distinfo
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-List-MoreUtils/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- devel/p5-List-MoreUtils/distinfo    18 Jan 2015 03:13:29 -0000      1.5
+++ devel/p5-List-MoreUtils/distinfo    22 Apr 2015 19:54:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (List-MoreUtils-0.33.tar.gz) = 
MVwLREwit78gesPH5lHRAshKIwi/r7en7+CVqSGUlK0=
-SIZE (List-MoreUtils-0.33.tar.gz) = 38997
+SHA256 (List-MoreUtils-0.410.tar.gz) = 
1kB7uax7raJlqQ5oAcns1Fqlc294A69Znpmv0iYTxNE=
+SIZE (List-MoreUtils-0.410.tar.gz) = 171897
Index: devel/p5-List-MoreUtils/pkg/DESCR
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-List-MoreUtils/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- devel/p5-List-MoreUtils/pkg/DESCR   16 Dec 2007 23:47:42 -0000      1.2
+++ devel/p5-List-MoreUtils/pkg/DESCR   22 Apr 2015 20:24:36 -0000
@@ -1,2 +1,2 @@
 List::MoreUtils provides some trivial but commonly needed functionality
-on lists which is not going to be a part of List::Util.
+on lists which is not going to go into List::Util.
Index: devel/p5-List-MoreUtils/pkg/PLIST
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-List-MoreUtils/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- devel/p5-List-MoreUtils/pkg/PLIST   14 Jun 2014 23:24:57 -0000      1.2
+++ devel/p5-List-MoreUtils/pkg/PLIST   22 Apr 2015 20:55:56 -0000
@@ -1,10 +1,14 @@
 @comment $OpenBSD: PLIST,v 1.2 2014/06/14 23:24:57 sthen Exp $
 ${P5ARCH}/
 ${P5ARCH}/List/
+${P5ARCH}/List/MoreUtils/
 ${P5ARCH}/List/MoreUtils.pm
+${P5ARCH}/List/MoreUtils/PP.pm
+${P5ARCH}/List/MoreUtils/XS.pm
 ${P5ARCH}/auto/
 ${P5ARCH}/auto/List/
 ${P5ARCH}/auto/List/MoreUtils/
-@comment ${P5ARCH}/auto/List/MoreUtils/MoreUtils.bs
 ${P5ARCH}/auto/List/MoreUtils/MoreUtils.so
 @man man/man3p/List::MoreUtils.3p
+@man man/man3p/List::MoreUtils::PP.3p
+@man man/man3p/List::MoreUtils::XS.3p

Reply via email to