Received: by mail.netbsd.org (Postfix, from userid 605) id 4D17084E7B; Sat, 9 Oct 2021 23:50:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84CB884D55 for ; Sat, 9 Oct 2021 23:50:09 +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 6DjfccHqLIpr for ; Sat, 9 Oct 2021 23:50:09 +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 E270D84D26 for ; Sat, 9 Oct 2021 23:50:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFAA5FA97; Sat, 9 Oct 2021 23:50:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633823408205750" MIME-Version: 1.0 Date: Sat, 9 Oct 2021 23:50:08 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Log-Any To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211009235008.CFAA5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633823408205750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 9 23:50:08 UTC 2021 Modified Files: pkgsrc/devel/p5-Log-Any: Makefile distinfo Log Message: Update to 1.710 Upstream changes: 1.710 2021-08-02 10:11:33-05:00 America/Chicago [Other] - Removed explicit declaration of core dependencies to improve user experience To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Log-Any/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Log-Any/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633823408205750 Content-Disposition: inline Content-Length: 1513 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Log-Any/Makefile diff -u pkgsrc/devel/p5-Log-Any/Makefile:1.36 pkgsrc/devel/p5-Log-Any/Makefile:1.37 --- pkgsrc/devel/p5-Log-Any/Makefile:1.36 Mon Jul 5 07:30:58 2021 +++ pkgsrc/devel/p5-Log-Any/Makefile Sat Oct 9 23:50:08 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/07/05 07:30:58 wen Exp $ +# $NetBSD: Makefile,v 1.37 2021/10/09 23:50:08 wen Exp $ -DISTNAME= Log-Any-1.709 +DISTNAME= Log-Any-1.710 # 1.708 -> 1.70.8 PKGNAME= p5-${DISTNAME:C/-([0-9])\.([0-9])([0-9])([0-9])/-\1.\2\3.\4/} CATEGORIES= devel perl5 Index: pkgsrc/devel/p5-Log-Any/distinfo diff -u pkgsrc/devel/p5-Log-Any/distinfo:1.23 pkgsrc/devel/p5-Log-Any/distinfo:1.24 --- pkgsrc/devel/p5-Log-Any/distinfo:1.23 Thu Oct 7 13:41:44 2021 +++ pkgsrc/devel/p5-Log-Any/distinfo Sat Oct 9 23:50:08 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/10/07 13:41:44 nia Exp $ +$NetBSD: distinfo,v 1.24 2021/10/09 23:50:08 wen Exp $ -RMD160 (Log-Any-1.709.tar.gz) = 817837c37389b6a5851cbd80cbd4ad185aa4d88a -SHA512 (Log-Any-1.709.tar.gz) = 55beff3b56185e80aa4515d9e924356ffa2430fdbfe035f9d33cb6254bd8a23382055931939d4927befcc577486fb62f86b0362725fad60e571fbf0d669775c4 -Size (Log-Any-1.709.tar.gz) = 56325 bytes +RMD160 (Log-Any-1.710.tar.gz) = 5f3a4d358c15756c7a325a50df1dd16c91305f33 +SHA512 (Log-Any-1.710.tar.gz) = 1aff56c1c4c51d4e9aae43add704dd2da86ea320ee095a613bd569c2f0ea546c98d27a1e0854f9b88cc1772bf438ee3be80ba2f61e8c15f39497035993f122e3 +Size (Log-Any-1.710.tar.gz) = 55883 bytes --_----------=_1633823408205750--