Received: by mail.netbsd.org (Postfix, from userid 605) id EE06884F61; Sun, 1 Jan 2023 22:12:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 207D884F5D for ; Sun, 1 Jan 2023 22:12:14 +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 99fQltUjZFaQ for ; Sun, 1 Jan 2023 22:12:13 +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 9E3EA84CBC for ; Sun, 1 Jan 2023 22:12:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B715FA90; Sun, 1 Jan 2023 22:12:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167261113315110" MIME-Version: 1.0 Date: Sun, 1 Jan 2023 22:12:13 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230101221213.9B715FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167261113315110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Sun Jan 1 22:12:13 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: doc: Added devel/ruby-neovim version 0.9.0 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167261113315110 Content-Disposition: inline Content-Length: 717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.26 pkgsrc/doc/CHANGES-2023:1.27 --- pkgsrc/doc/CHANGES-2023:1.26 Sun Jan 1 21:39:45 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Jan 1 22:12:13 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.26 2023/01/01 21:39:45 adam Exp $ +$NetBSD: CHANGES-2023,v 1.27 2023/01/01 22:12:13 nikita Exp $ Changes to the packages collection and infrastructure in 2023: @@ -32,3 +32,4 @@ Changes to the packages collection and i Updated x11/gtk3 to 3.24.36 [adam 2023-01-01] Updated textproc/py-xlsxwriter to 3.0.4 [adam 2023-01-01] Updated time/py-dateparser to 1.1.5 [adam 2023-01-01] + Added devel/ruby-neovim version 0.9.0 [nikita 2023-01-01] --_----------=_167261113315110--