Received: by mail.netbsd.org (Postfix, from userid 605) id 8F27584E3C; Mon, 28 Oct 2019 12:30:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 179A884D86 for ; Mon, 28 Oct 2019 12:30:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xNjvL7TvL4TZ for ; Mon, 28 Oct 2019 12:30:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F63D84D27 for ; Mon, 28 Oct 2019 12:30:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF338FA8D; Mon, 28 Oct 2019 12:29:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157226574033870" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 12:29:00 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-List-SomeUtils To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191028122900.EF338FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157226574033870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_157226574033870 Content-Disposition: inline Content-Length: 2171 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_157226574033870--