Mon Oct 28 12:29:00 2019 UTC ()
(devel/p5-List-SomeUtils) Updated 0.56 to 0.58

0.58     2019-10-26
[BACKWARDS INCOMPATIBILITY]
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
  none_u(), notall_u(), and one_u() functions returned an empty list in list
  context instead of undef. This is in direct opposition to the documentation
  which has always said that it returned undef. Note that the
  List::SomeUtils::XS code had the _correct_ behavior, so most users probably
  have never experienced this bug.

[IMPROVEMENTS]
* Fixed some doc issues. Closes #7.

0.57     2017-12-12 (TRIAL RELEASE)
[BACKWARDS INCOMPATIBILITY]
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
  none_u(), notall_u(), and one_u() functions returned an empty list in list
  context instead of undef. This is in direct opposition to the documentation
  which has always said that it returned undef. Note that the
  List::SomeUtils::XS code had the _correct_ behavior, so most users probably
  have never experienced this bug.


(mef)
diff -r1.9 -r1.10 pkgsrc/devel/p5-List-SomeUtils/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-List-SomeUtils/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-List-SomeUtils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-List-SomeUtils/Makefile 2019/08/11 13:19:43 1.9
+++ pkgsrc/devel/p5-List-SomeUtils/Makefile 2019/10/28 12:29:00 1.10
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.9 2019/08/11 13:19:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2019/10/28 12:29:00 mef Exp $
2 2
3DISTNAME= List-SomeUtils-0.56 3DISTNAME= List-SomeUtils-0.58
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/List-SomeUtils 9HOMEPAGE= https://metacpan.org/release/List-SomeUtils
11COMMENT= Provide the stuff missing in List::Util 10COMMENT= Provide the stuff missing in List::Util
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-List-SomeUtils-XS>=0.50:../../devel/p5-List-SomeUtils-XS 13DEPENDS+= p5-List-SomeUtils-XS>=0.50:../../devel/p5-List-SomeUtils-XS
15DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation 14DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
16BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace 15
 16TEST_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
17 17
18PERL5_PACKLIST= auto/List/SomeUtils/.packlist 18PERL5_PACKLIST= auto/List/SomeUtils/.packlist
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-List-SomeUtils/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-List-SomeUtils/distinfo 2017/08/14 18:58:08 1.4
+++ pkgsrc/devel/p5-List-SomeUtils/distinfo 2019/10/28 12:29:00 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/08/14 18:58:08 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2019/10/28 12:29:00 mef Exp $
2 2
3SHA1 (List-SomeUtils-0.56.tar.gz) = b24ef0240c7eeded7841e6ce017f628a081e1a3c 3SHA1 (List-SomeUtils-0.58.tar.gz) = 81dcc259d4d2f3c24d233e31db4ca0b4cdc0312e
4RMD160 (List-SomeUtils-0.56.tar.gz) = fd1f8ea1d75976d4a2f23168af0e0400bf46d410 4RMD160 (List-SomeUtils-0.58.tar.gz) = b53b04dd9a1db257037db45e00cdffd4f519926a
5SHA512 (List-SomeUtils-0.56.tar.gz) = b74c2a97811185d21bfd68fe60606afe8e92c266e98a763d51589021c9b3ae5310275005dc80198b8f9d92118fed569b5251d5ad87643f47af75a478db388503 5SHA512 (List-SomeUtils-0.58.tar.gz) = e45f05dbd82914bf804cc1ee00c808b6f8b4f2c80f852db55b3efb13cfe1601c34926e4c7966887a75ef49fd0fb2bd43adf48d12c72687464ece4e2b5a697ff4
6Size (List-SomeUtils-0.56.tar.gz) = 63880 bytes 6Size (List-SomeUtils-0.58.tar.gz) = 67003 bytes