Received: by mail.netbsd.org (Postfix, from userid 605) id E0D7484D46; Sat, 20 May 2023 06:26:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A3A784CCA for ; Sat, 20 May 2023 06:26:27 +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 KsJbzEgtRaTA for ; Sat, 20 May 2023 06:26:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8CB9884CC9 for ; Sat, 20 May 2023 06:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A3E5FA87; Sat, 20 May 2023 06:26:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684563986280580" MIME-Version: 1.0 Date: Sat, 20 May 2023 06:26:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-List-UtilsBy To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520062626.8A3E5FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684563986280580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 06:26:26 UTC 2023 Modified Files: pkgsrc/devel/p5-List-UtilsBy: Makefile distinfo Log Message: p5-List-UtilsBy: update to 0.12. 0.12 2022-04-29 [CHANGES] * Documentation updates: + Add examples showing combining multiple functions to give further behaviours + Fixed typo "probability" (RT127988, RT136817) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-List-UtilsBy/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-List-UtilsBy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684563986280580 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-List-UtilsBy/Makefile diff -u pkgsrc/devel/p5-List-UtilsBy/Makefile:1.18 pkgsrc/devel/p5-List-UtilsBy/Makefile:1.19 --- pkgsrc/devel/p5-List-UtilsBy/Makefile:1.18 Tue Jun 28 11:32:40 2022 +++ pkgsrc/devel/p5-List-UtilsBy/Makefile Sat May 20 06:26:26 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/06/28 11:32:40 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2023/05/20 06:26:26 wiz Exp $ -DISTNAME= List-UtilsBy-0.11 +DISTNAME= List-UtilsBy-0.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} Index: pkgsrc/devel/p5-List-UtilsBy/distinfo diff -u pkgsrc/devel/p5-List-UtilsBy/distinfo:1.7 pkgsrc/devel/p5-List-UtilsBy/distinfo:1.8 --- pkgsrc/devel/p5-List-UtilsBy/distinfo:1.7 Tue Oct 26 10:16:51 2021 +++ pkgsrc/devel/p5-List-UtilsBy/distinfo Sat May 20 06:26:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:16:51 nia Exp $ +$NetBSD: distinfo,v 1.8 2023/05/20 06:26:26 wiz Exp $ -BLAKE2s (List-UtilsBy-0.11.tar.gz) = 1656960c192b43b12826162d33102490368c60d6b681c0b9bbaafd5f57ab3321 -SHA512 (List-UtilsBy-0.11.tar.gz) = 7c912b805e1e21d5d683224b63125bc8385d79c7115d88c08ca28fc1778ec8d22ad4aaf366731df438365a5233108926cbffee284c2e2d37346b47984dbbd4c9 -Size (List-UtilsBy-0.11.tar.gz) = 22939 bytes +BLAKE2s (List-UtilsBy-0.12.tar.gz) = 1a221d4e9b8a9e175244cd1466cc6e1df7d865509facb5593536449e298396f1 +SHA512 (List-UtilsBy-0.12.tar.gz) = 8be14ef99a49f3e6ff524d08244522a8724857f7aa7af70db4475befcfc7ab34c75041942ef7c737565567c7f578a0d8ecdde1a61d193572e0010838fb1db0de +Size (List-UtilsBy-0.12.tar.gz) = 23469 bytes --_----------=_1684563986280580--