pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-List-SomeUtils
Module Name: pkgsrc
Committed By: mef
Date: Mon Oct 28 12:29:00 UTC 2019
Modified Files:
pkgsrc/devel/p5-List-SomeUtils: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-List-SomeUtils/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-List-SomeUtils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-List-SomeUtils/Makefile
diff -u pkgsrc/devel/p5-List-SomeUtils/Makefile:1.9 pkgsrc/devel/p5-List-SomeUtils/Makefile:1.10
--- pkgsrc/devel/p5-List-SomeUtils/Makefile:1.9 Sun Aug 11 13:19:43 2019
+++ pkgsrc/devel/p5-List-SomeUtils/Makefile Mon Oct 28 12:29:00 2019
@@ -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 @@ LICENSE= ${PERL5_LICENSE}
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
Index: pkgsrc/devel/p5-List-SomeUtils/distinfo
diff -u pkgsrc/devel/p5-List-SomeUtils/distinfo:1.4 pkgsrc/devel/p5-List-SomeUtils/distinfo:1.5
--- pkgsrc/devel/p5-List-SomeUtils/distinfo:1.4 Mon Aug 14 18:58:08 2017
+++ pkgsrc/devel/p5-List-SomeUtils/distinfo Mon Oct 28 12:29:00 2019
@@ -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