Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3806B84D09 for ; Sat, 16 Dec 2023 11:07:35 +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 TTlHwXPmqF5O for ; Sat, 16 Dec 2023 11:07:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A982D84CFE for ; Sat, 16 Dec 2023 11:07:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CD28FA42; Sat, 16 Dec 2023 11:07:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702724854224760" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 11:07:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Dist-Zilla To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216110734.9CD28FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702724854224760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 16 11:07:34 UTC 2023 Modified Files: pkgsrc/devel/p5-Dist-Zilla: Makefile distinfo Log Message: (devel/p5-Dist-Zilla) Updated 6.0.30 to 6.0.31 6.031 2023-11-20 19:49:23-05:00 America/New_York - avoid some warnings on platforms without symlinks; (thanks, reneeb!) To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-Dist-Zilla/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Dist-Zilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702724854224760 Content-Disposition: inline Content-Length: 1618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Dist-Zilla/Makefile diff -u pkgsrc/devel/p5-Dist-Zilla/Makefile:1.43 pkgsrc/devel/p5-Dist-Zilla/Makefile:1.44 --- pkgsrc/devel/p5-Dist-Zilla/Makefile:1.43 Thu Jul 6 09:39:04 2023 +++ pkgsrc/devel/p5-Dist-Zilla/Makefile Sat Dec 16 11:07:34 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2023/07/06 09:39:04 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2023/12/16 11:07:34 mef Exp $ -DISTNAME= Dist-Zilla-6.030 +DISTNAME= Dist-Zilla-6.031 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} Index: pkgsrc/devel/p5-Dist-Zilla/distinfo diff -u pkgsrc/devel/p5-Dist-Zilla/distinfo:1.28 pkgsrc/devel/p5-Dist-Zilla/distinfo:1.29 --- pkgsrc/devel/p5-Dist-Zilla/distinfo:1.28 Tue Jun 27 07:24:33 2023 +++ pkgsrc/devel/p5-Dist-Zilla/distinfo Sat Dec 16 11:07:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2023/06/27 07:24:33 wen Exp $ +$NetBSD: distinfo,v 1.29 2023/12/16 11:07:34 mef Exp $ -BLAKE2s (Dist-Zilla-6.030.tar.gz) = 2818a4573cc8fe3d5e5f31f10b103ed5f19452647f93ddf5284dd015709b3a00 -SHA512 (Dist-Zilla-6.030.tar.gz) = 34d8fe0865eeaf8394bddcdd82c1be637e53b94b6ee832541f5f00f03e76d5554e336d9b721b82886f659e2f1998344c2b56f3e716c2c2cbe501c8e8eac8d6fb -Size (Dist-Zilla-6.030.tar.gz) = 356438 bytes +BLAKE2s (Dist-Zilla-6.031.tar.gz) = ce26dcf9e9dac4696e8af03be7f6933b9eb41a8e14deb886c8b6a0c694a5ebfc +SHA512 (Dist-Zilla-6.031.tar.gz) = c986912292cab7b501dc1b71408d6195acb5c3aed0b689f4c331e8a9ec682f0533e978b5377a65b1d600bbc7ad2d21d9f9bc27bae879eaf5243136bea85e2d69 +Size (Dist-Zilla-6.031.tar.gz) = 357042 bytes --_----------=_1702724854224760--