Received: by mail.netbsd.org (Postfix, from userid 605) id ED8CD84D6F; Sat, 10 Feb 2024 09:45:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707558358; bh=QNyLq/h1yY3yBuW040tohLuPYjLYzGnRmZGl/UwRXdI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=o4bOscDwkxlJL9W2zXm9LudVcHH6ReTZIJTeF1Xvln4HSQyxRcWqlkGiETsmFSA2C i8HLsMYg28Mxg+GGWMSM5Xxg4aDOXTZzuBlfGLDLAExnH414gCL42oXCl+lsaa8usn s9q0b4/mLKMJ3NfoQBQJqbIyOrx32NXMXAGqmGKI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD5B284CFA for ; Sat, 10 Feb 2024 09:45:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 O94KQVprLmkb for ; Sat, 10 Feb 2024 09:45:56 +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 3E19884CD8 for ; Sat, 10 Feb 2024 09:45:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707558356; bh=QNyLq/h1yY3yBuW040tohLuPYjLYzGnRmZGl/UwRXdI=; h=Date:From:Subject:To:Reply-To; b=Vxy/Z7y+jDJs8Byasc6nvQwFZEVbAjHKJUxDILT3t+RlGHprPhoqvhhh0peH9sKC6 PUKGuQOlhxKhxjlM5RVHSsBNq1vptEjzn3Ow/6fxd2Px7znDJY0NaEk7xhp69NbEZt vgw0Xi3O75i7bj4LxdGyLKJ23OJfV/3qx5qPyHgs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 378A0FA42; Sat, 10 Feb 2024 09:45:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707558356157340" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 09:45:56 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210094556.378A0FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707558356157340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 09:45:56 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated inputmethod/rime-luna-pinyin to 0.0.0.20230204 To generate a diff of this commit: cvs rdiff -u -r1.1096 -r1.1097 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707558356157340 Content-Disposition: inline Content-Length: 803 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1096 pkgsrc/doc/CHANGES-2024:1.1097 --- pkgsrc/doc/CHANGES-2024:1.1096 Sat Feb 10 09:44:43 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 10 09:45:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1096 2024/02/10 09:44:43 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.1097 2024/02/10 09:45:56 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1846,3 +1846,4 @@ Changes to the packages collection and i Updated inputmethod/rime-combo-pinyin to 0.0.0.20221220 [ryoon 2024-02-10] Updated inputmethod/rime-jyutping to 0.0.0.20220518 [ryoon 2024-02-10] Updated inputmethod/rime-emoji to 0.0.0.20230826 [ryoon 2024-02-10] + Updated inputmethod/rime-luna-pinyin to 0.0.0.20230204 [ryoon 2024-02-10] --_----------=_1707558356157340--