Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05E1884DB9 for ; Tue, 4 Jul 2023 12:16:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CJD6Hv3PyrJW for ; Tue, 4 Jul 2023 12:15:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79E7B84D8B for ; Tue, 4 Jul 2023 12:15:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 720C8FA89; Tue, 4 Jul 2023 12:15:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688472959183070" MIME-Version: 1.0 Date: Tue, 4 Jul 2023 12:15:59 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Algorithm-Permute To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230704121559.720C8FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688472959183070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 4 12:15:59 UTC 2023 Modified Files: pkgsrc/devel/p5-Algorithm-Permute: Makefile distinfo Log Message: Update to 0.17 Upstream changes: 0.17 Feb 4 2023 - Changed maintainer github username. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Algorithm-Permute/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Algorithm-Permute/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688472959183070 Content-Disposition: inline Content-Length: 1740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Algorithm-Permute/Makefile diff -u pkgsrc/devel/p5-Algorithm-Permute/Makefile:1.16 pkgsrc/devel/p5-Algorithm-Permute/Makefile:1.17 --- pkgsrc/devel/p5-Algorithm-Permute/Makefile:1.16 Tue Jun 6 12:40:41 2023 +++ pkgsrc/devel/p5-Algorithm-Permute/Makefile Tue Jul 4 12:15:59 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2023/06/06 12:40:41 riastradh Exp $ +# $NetBSD: Makefile,v 1.17 2023/07/04 12:15:59 wen Exp $ -DISTNAME= Algorithm-Permute-0.16 +DISTNAME= Algorithm-Permute-0.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} Index: pkgsrc/devel/p5-Algorithm-Permute/distinfo diff -u pkgsrc/devel/p5-Algorithm-Permute/distinfo:1.5 pkgsrc/devel/p5-Algorithm-Permute/distinfo:1.6 --- pkgsrc/devel/p5-Algorithm-Permute/distinfo:1.5 Tue Oct 26 10:16:00 2021 +++ pkgsrc/devel/p5-Algorithm-Permute/distinfo Tue Jul 4 12:15:59 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:16:00 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/07/04 12:15:59 wen Exp $ -BLAKE2s (Algorithm-Permute-0.16.tar.gz) = 2a353b24590fa0c1958a2a6307f318c25bcadf3621d44c040b6eb7b2e50e99fe -SHA512 (Algorithm-Permute-0.16.tar.gz) = 1d9748903593d065cc8bc7358a5984c0f6c7e8539a175a87e39f30831103f0be8eb00a1a2ce3a8c83660a19f2a082749d23072d79543cae44601898b263aff14 -Size (Algorithm-Permute-0.16.tar.gz) = 73830 bytes +BLAKE2s (Algorithm-Permute-0.17.tar.gz) = 5e6bd7a29348dfdf1d6cb2934275c4a44ac057a8e0f4e3b64d6bcb58fa785f92 +SHA512 (Algorithm-Permute-0.17.tar.gz) = eb7aa9003f12371067c398dd3ed7007615c525a936f618ae867594338d6638ed4d4875aa9b86e5fae6fa4f518d46d56f0392f6415c874b3e509e19b32de8f811 +Size (Algorithm-Permute-0.17.tar.gz) = 74165 bytes --_----------=_1688472959183070--