Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA38B84ECE for ; Thu, 3 Aug 2023 13:38:54 +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 sW029sMMLz0q for ; Thu, 3 Aug 2023 13:38:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E8A7184EB3 for ; Thu, 3 Aug 2023 13:38:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7148EFBDB; Thu, 3 Aug 2023 13:36:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691069804131040" MIME-Version: 1.0 Date: Thu, 3 Aug 2023 13:36:44 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Log4perl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230803133644.7148EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691069804131040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Aug 3 13:36:44 UTC 2023 Modified Files: pkgsrc/devel/p5-Log-Log4perl: Makefile distinfo Log Message: Update to 1.57 Upstream changes: 1.57 2022-10-21 - fix tests so work on Perl 5.37.3 - thanks @tonycoz 1.56 2022-09-02 - fix repo metadata - thanks @mschilli for report 1.55 2022-06-02 - fix Appender::File bug on Windows when different volume - add autoflush option to Log::Log4perl::Appender::Screen - thanks @abraxxa - stderr option for Appender::Screen* can take hash - thanks @bmodotdev To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/p5-Log-Log4perl/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Log-Log4perl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691069804131040 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Log-Log4perl/Makefile diff -u pkgsrc/devel/p5-Log-Log4perl/Makefile:1.44 pkgsrc/devel/p5-Log-Log4perl/Makefile:1.45 --- pkgsrc/devel/p5-Log-Log4perl/Makefile:1.44 Thu Jul 6 09:39:27 2023 +++ pkgsrc/devel/p5-Log-Log4perl/Makefile Thu Aug 3 13:36:44 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2023/07/06 09:39:27 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2023/08/03 13:36:44 wen Exp $ -DISTNAME= Log-Log4perl-1.54 +DISTNAME= Log-Log4perl-1.57 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} Index: pkgsrc/devel/p5-Log-Log4perl/distinfo diff -u pkgsrc/devel/p5-Log-Log4perl/distinfo:1.26 pkgsrc/devel/p5-Log-Log4perl/distinfo:1.27 --- pkgsrc/devel/p5-Log-Log4perl/distinfo:1.26 Tue Oct 26 10:16:53 2021 +++ pkgsrc/devel/p5-Log-Log4perl/distinfo Thu Aug 3 13:36:44 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2021/10/26 10:16:53 nia Exp $ +$NetBSD: distinfo,v 1.27 2023/08/03 13:36:44 wen Exp $ -BLAKE2s (Log-Log4perl-1.54.tar.gz) = e0844b2e7b38d7ec39b9071be56fadb37ff314b857539a19256219edf52bbb34 -SHA512 (Log-Log4perl-1.54.tar.gz) = 689d389551a99108cbe83dbe56f08cb7d1a53483b9d19401be0c8d1aad050514ddbe02fe7f18f9649a5b113dc9a9c7d8aafc16066d5180cdd114b8293a2f98dc -Size (Log-Log4perl-1.54.tar.gz) = 280001 bytes +BLAKE2s (Log-Log4perl-1.57.tar.gz) = 1ee9a1c034bd95f4fd1e992efdc5232c2ebf1af63ce881e28926f43664238f51 +SHA512 (Log-Log4perl-1.57.tar.gz) = 5ae4183c5d62addadcdfb70b5097ff1edbb83a9c44d6da0ce28349c8fcdea8ae09c95be24c82e7f71dc9d3c7e64bad605a16500c3e5570592d0482cd39309511 +Size (Log-Log4perl-1.57.tar.gz) = 280072 bytes --_----------=_1691069804131040--