pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-List-SomeUtils (devel/p5-List-SomeUtils) Upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e35af0a795c
branches:  trunk
changeset: 342976:4e35af0a795c
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Oct 28 12:29:00 2019 +0000

description:
(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.

diffstat:

 devel/p5-List-SomeUtils/Makefile |   8 ++++----
 devel/p5-List-SomeUtils/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 91d14ad2325e -r 4e35af0a795c devel/p5-List-SomeUtils/Makefile
--- a/devel/p5-List-SomeUtils/Makefile  Mon Oct 28 12:25:05 2019 +0000
+++ b/devel/p5-List-SomeUtils/Makefile  Mon Oct 28 12:29:00 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/08/11 13:19:43 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/28 12:29:00 mef Exp $
 
-DISTNAME=      List-SomeUtils-0.56
+DISTNAME=      List-SomeUtils-0.58
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=List/}
 
@@ -13,7 +12,8 @@
 
 DEPENDS+=      p5-List-SomeUtils-XS>=0.50:../../devel/p5-List-SomeUtils-XS
 DEPENDS+=      p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
-BUILD_DEPENDS+=        p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
+
+TEST_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
 
 PERL5_PACKLIST=        auto/List/SomeUtils/.packlist
 
diff -r 91d14ad2325e -r 4e35af0a795c devel/p5-List-SomeUtils/distinfo
--- a/devel/p5-List-SomeUtils/distinfo  Mon Oct 28 12:25:05 2019 +0000
+++ b/devel/p5-List-SomeUtils/distinfo  Mon Oct 28 12:29:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/08/14 18:58:08 wiz Exp $
+$NetBSD: distinfo,v 1.5 2019/10/28 12:29:00 mef Exp $
 
-SHA1 (List-SomeUtils-0.56.tar.gz) = b24ef0240c7eeded7841e6ce017f628a081e1a3c
-RMD160 (List-SomeUtils-0.56.tar.gz) = fd1f8ea1d75976d4a2f23168af0e0400bf46d410
-SHA512 (List-SomeUtils-0.56.tar.gz) = b74c2a97811185d21bfd68fe60606afe8e92c266e98a763d51589021c9b3ae5310275005dc80198b8f9d92118fed569b5251d5ad87643f47af75a478db388503
-Size (List-SomeUtils-0.56.tar.gz) = 63880 bytes
+SHA1 (List-SomeUtils-0.58.tar.gz) = 81dcc259d4d2f3c24d233e31db4ca0b4cdc0312e
+RMD160 (List-SomeUtils-0.58.tar.gz) = b53b04dd9a1db257037db45e00cdffd4f519926a
+SHA512 (List-SomeUtils-0.58.tar.gz) = e45f05dbd82914bf804cc1ee00c808b6f8b4f2c80f852db55b3efb13cfe1601c34926e4c7966887a75ef49fd0fb2bd43adf48d12c72687464ece4e2b5a697ff4
+Size (List-SomeUtils-0.58.tar.gz) = 67003 bytes



Home | Main Index | Thread Index | Old Index