Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B736084D66 for ; Sun, 24 Sep 2023 23:48:15 +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 xgp-ZJznLMkn for ; Sun, 24 Sep 2023 23:48:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CB9084D28 for ; Sun, 24 Sep 2023 23:48:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD42FFBDB; Sun, 24 Sep 2023 23:45:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169559915362610" MIME-Version: 1.0 Date: Sun, 24 Sep 2023 23:45:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230924234553.CD42FFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169559915362610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 24 23:45:53 UTC 2023 Modified Files: pkgsrc/doc: TODO Log Message: doc: fix typo in TODO To generate a diff of this commit: cvs rdiff -u -r1.23389 -r1.23390 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169559915362610 Content-Disposition: inline Content-Length: 573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23389 pkgsrc/doc/TODO:1.23390 --- pkgsrc/doc/TODO:1.23389 Sun Sep 24 22:28:03 2023 +++ pkgsrc/doc/TODO Sun Sep 24 23:45:52 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23389 2023/09/24 22:28:03 wiz Exp $ +$NetBSD: TODO,v 1.23390 2023/09/24 23:45:52 wiz Exp $ Suggested new packages ====================== @@ -756,7 +756,7 @@ For possible Perl packages updates, see o grantlee-5.0.0 o greed-4.2 o gromacs-2021.1 - o grpc-1.58,1 + o grpc-1.58.1 o grub2-2.06 o gss-1.0.3 o gst-plugins1-omx-1.10.0 --_----------=_169559915362610--