Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E98EA84D37 for ; Thu, 31 Aug 2023 23:25:31 +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 6TzZSH2BTHyR for ; Thu, 31 Aug 2023 23:25:31 +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 68B4784D2A for ; Thu, 31 Aug 2023 23:25:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CE6FFBDB; Thu, 31 Aug 2023 23:25:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693524331131000" MIME-Version: 1.0 Date: Thu, 31 Aug 2023 23:25:31 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Report To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230831232531.5CE6FFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693524331131000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Aug 31 23:25:31 UTC 2023 Modified Files: pkgsrc/devel/p5-Log-Report: Makefile distinfo Log Message: Update to 1.34 Upstream changes: version 1.34: Thu 15 Sep 09:43:40 CEST 2022 Fixes: - ::Exception::isFatal() did not respect the is_fatal overrule. Spotted by [Andy Berverley] To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Log-Report/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Log-Report/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693524331131000 Content-Disposition: inline Content-Length: 1609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Log-Report/Makefile diff -u pkgsrc/devel/p5-Log-Report/Makefile:1.41 pkgsrc/devel/p5-Log-Report/Makefile:1.42 --- pkgsrc/devel/p5-Log-Report/Makefile:1.41 Thu Jul 6 09:39:28 2023 +++ pkgsrc/devel/p5-Log-Report/Makefile Thu Aug 31 23:25:31 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2023/07/06 09:39:28 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2023/08/31 23:25:31 wen Exp $ -DISTNAME= Log-Report-1.33 +DISTNAME= Log-Report-1.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} Index: pkgsrc/devel/p5-Log-Report/distinfo diff -u pkgsrc/devel/p5-Log-Report/distinfo:1.25 pkgsrc/devel/p5-Log-Report/distinfo:1.26 --- pkgsrc/devel/p5-Log-Report/distinfo:1.25 Tue Oct 26 10:16:53 2021 +++ pkgsrc/devel/p5-Log-Report/distinfo Thu Aug 31 23:25:31 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2021/10/26 10:16:53 nia Exp $ +$NetBSD: distinfo,v 1.26 2023/08/31 23:25:31 wen Exp $ -BLAKE2s (Log-Report-1.33.tar.gz) = ad220b279b26b821e9ec42fc7a7aa7791e4c44054b736b87509a3e0dea373c99 -SHA512 (Log-Report-1.33.tar.gz) = b06b01850c681edbe0ba6b0e2021f8b16db981bd0381089eff3b4c0c9734e09beecc212a7f507afba17e63251ac3ad02ce05a991497cfb04bd31d9c309c6d4f6 -Size (Log-Report-1.33.tar.gz) = 101331 bytes +BLAKE2s (Log-Report-1.34.tar.gz) = a1329ca1dec5a0095fa602f052d94f8e01316057b69ee3d85e2149e1613dc240 +SHA512 (Log-Report-1.34.tar.gz) = 8636cd9177629edf31f900216a7278a703989eaf96b1a884de13bf0b6881702b867688e7ab4126dacfad06565721da710c96660a9822fed48b3144a63813b93b +Size (Log-Report-1.34.tar.gz) = 101466 bytes --_----------=_1693524331131000--