Received: by mail.netbsd.org (Postfix, from userid 605) id 8EB8184E60; Mon, 5 Sep 2022 19:10:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C84F184E5E for ; Mon, 5 Sep 2022 19:10:08 +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 QexrA57n0NqG for ; Mon, 5 Sep 2022 19:10:08 +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 1F6EF84D0C for ; Mon, 5 Sep 2022 19:10:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14A8EFA90; Mon, 5 Sep 2022 19:10:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662405008242840" MIME-Version: 1.0 Date: Mon, 5 Sep 2022 19:10:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220905191008.14A8EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662405008242840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 5 19:10:07 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: Updated lang/rust-analyzer To generate a diff of this commit: cvs rdiff -u -r1.4345 -r1.4346 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.22164 -r1.22165 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662405008242840 Content-Disposition: inline Content-Length: 1372 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.4345 pkgsrc/doc/CHANGES-2022:1.4346 --- pkgsrc/doc/CHANGES-2022:1.4345 Mon Sep 5 15:38:44 2022 +++ pkgsrc/doc/CHANGES-2022 Mon Sep 5 19:10:07 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.4345 2022/09/05 15:38:44 taca Exp $ +$NetBSD: CHANGES-2022,v 1.4346 2022/09/05 19:10:07 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -6409,3 +6409,4 @@ Changes to the packages collection and i Updated textproc/py-jsonschema to 4.15.0 [adam 2022-09-05] Updated sysutils/ansible-lint to 6.5.2 [adam 2022-09-05] Added textproc/ruby-actionpack52-xml_parser version 2.0.1 [taca 2022-09-05] + Updated lang/rust-analyzer to 0.0.2022.08.22 [adam 2022-09-05] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22164 pkgsrc/doc/TODO:1.22165 --- pkgsrc/doc/TODO:1.22164 Sun Sep 4 08:45:56 2022 +++ pkgsrc/doc/TODO Mon Sep 5 19:10:07 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22164 2022/09/04 08:45:56 wiz Exp $ +$NetBSD: TODO,v 1.22165 2022/09/05 19:10:07 adam Exp $ Suggested new packages ====================== @@ -1408,7 +1408,7 @@ For possible Perl packages updates, see o rudiments-1.4.2 o rump-20131213 o rust-1.63.0 - o rust-analyzer-0.0.20220829 + o rust-analyzer-0.0.20220905 [requires rust 1.63.0] o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 --_----------=_1662405008242840--