Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A527C84EA7 for ; Sat, 3 Jun 2023 13:23:56 +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 HFBu8Jkg6Rr9 for ; Sat, 3 Jun 2023 13:23:56 +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 221EB84CF2 for ; Sat, 3 Jun 2023 13:23:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19646FA88; Sat, 3 Jun 2023 13:23:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685798636101520" MIME-Version: 1.0 Date: Sat, 3 Jun 2023 13:23:56 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Dispatch To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230603132356.19646FA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685798636101520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Jun 3 13:23:56 UTC 2023 Modified Files: pkgsrc/devel/p5-Log-Dispatch: Makefile distinfo Log Message: Update to 2.71 Upstream changes: 2.71 2023-04-05 - The docs for the Screen output were never updated after the changes in 2.50, when it reverted back to using STDOUT or STDERR directly. This led to a lot of the docs being confusing and wrong. Reported by @mauke. GH #65, #66, and #67. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/p5-Log-Dispatch/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/p5-Log-Dispatch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685798636101520 Content-Disposition: inline Content-Length: 1643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Log-Dispatch/Makefile diff -u pkgsrc/devel/p5-Log-Dispatch/Makefile:1.70 pkgsrc/devel/p5-Log-Dispatch/Makefile:1.71 --- pkgsrc/devel/p5-Log-Dispatch/Makefile:1.70 Tue Jun 28 11:32:41 2022 +++ pkgsrc/devel/p5-Log-Dispatch/Makefile Sat Jun 3 13:23:55 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2022/06/28 11:32:41 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2023/06/03 13:23:55 wen Exp $ -DISTNAME= Log-Dispatch-2.70 +DISTNAME= Log-Dispatch-2.71 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} Index: pkgsrc/devel/p5-Log-Dispatch/distinfo diff -u pkgsrc/devel/p5-Log-Dispatch/distinfo:1.39 pkgsrc/devel/p5-Log-Dispatch/distinfo:1.40 --- pkgsrc/devel/p5-Log-Dispatch/distinfo:1.39 Tue Oct 26 10:16:52 2021 +++ pkgsrc/devel/p5-Log-Dispatch/distinfo Sat Jun 3 13:23:55 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 10:16:52 nia Exp $ +$NetBSD: distinfo,v 1.40 2023/06/03 13:23:55 wen Exp $ -BLAKE2s (Log-Dispatch-2.70.tar.gz) = 7438f9421654540d79c2a847909771b401d73f6e409f39b9216501f157c79bb1 -SHA512 (Log-Dispatch-2.70.tar.gz) = c4c8cfb9e74b3176d5f95e3f9fbc86303321caa3e608a7ec318786ecd80d2238fd06a3b74ded65d5d3fab5c3a1297f99c92c62b1136b27d3b5396fd3fca602f6 -Size (Log-Dispatch-2.70.tar.gz) = 70808 bytes +BLAKE2s (Log-Dispatch-2.71.tar.gz) = 2623e30fb686cd9ff51ed889091ef10a4c3b63f210e91a36bb1bc5452e02508c +SHA512 (Log-Dispatch-2.71.tar.gz) = b3aac1e0dab7b4c02fe98ac3c82854d9413c97510e390ace26fa5630cdaece628f9ea4e4c925ec10d1e6e386cc24617b348f5df837e6465cc9f49d465eb0e386 +Size (Log-Dispatch-2.71.tar.gz) = 72470 bytes --_----------=_1685798636101520--