Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EA0E21A923B for ; Sat, 9 Apr 2022 18:50:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2F06684F55; Sat, 9 Apr 2022 18:50:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B62584D91 for ; Sat, 9 Apr 2022 18:50:04 +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 rUv2Nq3ECzQy for ; Sat, 9 Apr 2022 18:50:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBFCC84CD8 for ; Sat, 9 Apr 2022 18:50:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B957FFB24; Sat, 9 Apr 2022 18:50:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649530203291660" MIME-Version: 1.0 Date: Sat, 9 Apr 2022 18:50:03 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20220409185003.B957FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649530203291660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Apr 9 18:50:03 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated devel/gopls to 0.8.2 To generate a diff of this commit: cvs rdiff -u -r1.1765 -r1.1766 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21671 -r1.21672 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649530203291660 Content-Disposition: inline Content-Length: 1280 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.1765 pkgsrc/doc/CHANGES-2022:1.1766 --- pkgsrc/doc/CHANGES-2022:1.1765 Sat Apr 9 18:45:51 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Apr 9 18:50:03 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.1765 2022/04/09 18:45:51 bsiegert Exp $ +$NetBSD: CHANGES-2022,v 1.1766 2022/04/09 18:50:03 bsiegert Exp $ Changes to the packages collection and infrastructure in 2022: @@ -2467,3 +2467,4 @@ Changes to the packages collection and i Updated editors/vim-share to 8.2.4721 [morr 2022-04-09] Updated devel/catch2 to 2.13.8 [bsiegert 2022-04-09] Updated devel/asmfmt to 1.3.2 [bsiegert 2022-04-09] + Updated devel/gopls to 0.8.2 [bsiegert 2022-04-09] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21671 pkgsrc/doc/TODO:1.21672 --- pkgsrc/doc/TODO:1.21671 Sat Apr 9 18:33:27 2022 +++ pkgsrc/doc/TODO Sat Apr 9 18:50:03 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21671 2022/04/09 18:33:27 bsiegert Exp $ +$NetBSD: TODO,v 1.21672 2022/04/09 18:50:03 bsiegert Exp $ Suggested new packages ====================== @@ -817,7 +817,6 @@ For possible Perl packages updates, see o golem-0.0.6 o goocanvas-2.0.2 o google-glog-2.2.2 - o gopls-0.8.2 o gossip-0.31 o got-0.52 o gourmet-0.13.3 --_----------=_1649530203291660--