Received: by mail.netbsd.org (Postfix, from userid 605) id CC9F684E91; Mon, 5 Jul 2021 07:42:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0C6784ECA for ; Mon, 5 Jul 2021 07:42:53 +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 bMeqDYSOQqpb for ; Mon, 5 Jul 2021 07:42:53 +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 5B26184EAA for ; Mon, 5 Jul 2021 07:42:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47AC8FA95; Mon, 5 Jul 2021 07:42:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162547097352490" MIME-Version: 1.0 Date: Mon, 5 Jul 2021 07:42:53 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Log4perl To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210705074253.47AC8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162547097352490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jul 5 07:42:53 UTC 2021 Modified Files: pkgsrc/devel/p5-Log-Log4perl: Makefile distinfo Log Message: Update to 1.54 Upstream changes: 1.54 2021-02-06 - set real versions for some modules - thanks @eserte for report To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Log-Log4perl/Makefile cvs rdiff -u -r1.23 -r1.24 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. --_----------=_162547097352490 Content-Disposition: inline Content-Length: 1741 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.41 pkgsrc/devel/p5-Log-Log4perl/Makefile:1.42 --- pkgsrc/devel/p5-Log-Log4perl/Makefile:1.41 Mon May 24 19:50:58 2021 +++ pkgsrc/devel/p5-Log-Log4perl/Makefile Mon Jul 5 07:42:53 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2021/05/24 19:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2021/07/05 07:42:53 wen Exp $ -DISTNAME= Log-Log4perl-1.53 +DISTNAME= Log-Log4perl-1.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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.23 pkgsrc/devel/p5-Log-Log4perl/distinfo:1.24 --- pkgsrc/devel/p5-Log-Log4perl/distinfo:1.23 Sun Sep 20 07:27:41 2020 +++ pkgsrc/devel/p5-Log-Log4perl/distinfo Mon Jul 5 07:42:53 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/09/20 07:27:41 wiz Exp $ +$NetBSD: distinfo,v 1.24 2021/07/05 07:42:53 wen Exp $ -SHA1 (Log-Log4perl-1.53.tar.gz) = 391722525d31c716c525e178b4d48aefd7c034f4 -RMD160 (Log-Log4perl-1.53.tar.gz) = acd8e0da9cb5cc4de38d7fcc569f8a46d7c6d1e8 -SHA512 (Log-Log4perl-1.53.tar.gz) = 6012966004fa255ff95dbfe91651761bd8b9282da31a59f11f28f73bdfe1dc6e17c219e9ef118c81e4458c6f576d74b05f101efd8c0a79e010cbed700de1f488 -Size (Log-Log4perl-1.53.tar.gz) = 280026 bytes +SHA1 (Log-Log4perl-1.54.tar.gz) = 5b5ce08c384e435f46a06ec148139d01de0a9ab3 +RMD160 (Log-Log4perl-1.54.tar.gz) = 6839fd5b8639338f016560ed8b839efbe719ed49 +SHA512 (Log-Log4perl-1.54.tar.gz) = 689d389551a99108cbe83dbe56f08cb7d1a53483b9d19401be0c8d1aad050514ddbe02fe7f18f9649a5b113dc9a9c7d8aafc16066d5180cdd114b8293a2f98dc +Size (Log-Log4perl-1.54.tar.gz) = 280001 bytes --_----------=_162547097352490--