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 F124D1A9239 for ; Mon, 27 Dec 2021 00:59:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3171A84E8E; Mon, 27 Dec 2021 00:59:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B6B284E85 for ; Mon, 27 Dec 2021 00:59:22 +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 l6Fz8o0CEAK2 for ; Mon, 27 Dec 2021 00:59:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0334C84CE2 for ; Mon, 27 Dec 2021 00:59:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0A1FFAEC; Mon, 27 Dec 2021 00:59:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640566761219940" MIME-Version: 1.0 Date: Mon, 27 Dec 2021 00:59:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211227005921.F0A1FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640566761219940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Dec 27 00:59:21 UTC 2021 Modified Files: pkgsrc/doc: TODO Log Message: doc/TODO: Add Ruby 3.1.0 + ruby31-3.1.0. To generate a diff of this commit: cvs rdiff -u -r1.21375 -r1.21376 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640566761219940 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21375 pkgsrc/doc/TODO:1.21376 --- pkgsrc/doc/TODO:1.21375 Sun Dec 26 09:03:45 2021 +++ pkgsrc/doc/TODO Mon Dec 27 00:59:21 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21375 2021/12/26 09:03:45 wiz Exp $ +$NetBSD: TODO,v 1.21376 2021/12/27 00:59:21 taca Exp $ Suggested new packages ====================== @@ -1712,6 +1712,7 @@ For possible Perl packages updates, see o rt4-4.4.4 o rtty-4.0 [at ftp://ftp.isc.org/isc/rtty/] o rubber-1.5.1 + o ruby31-3.1.0 o ruby-delayer-1.2.1 o ruby-redmine-gitmike-theme-1.2.1 o rump-20131213 --_----------=_1640566761219940--