Received: by mail.netbsd.org (Postfix, from userid 605) id 7A31484D7A; Sat, 10 Feb 2024 12:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707567257; bh=PUE5l8aZSGmImKcBoGqXIIrT0ufwTckA5Cfa19wsxmo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=jqHtRu1Z9yPZEIKQVLlm+l1w9vJfy+QasrMkVWvFhee38MxuBEdKQVWQ7QbqyEvNx 3aR17M8/hltwCmGpa3hL03t5xjVxn3/BcFkmFA69bFLP48q6KqgD/0eGvejTqfk0zo gfRgEfGlCbdOAwxDUgDhssbyoVnbCwCz4khsE6+k= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A2AA84D6C for ; Sat, 10 Feb 2024 12:14:16 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Y7lGWn8omrzS for ; Sat, 10 Feb 2024 12:14:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF6A684D00 for ; Sat, 10 Feb 2024 12:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707567256; bh=PUE5l8aZSGmImKcBoGqXIIrT0ufwTckA5Cfa19wsxmo=; h=Date:From:Subject:To:Reply-To; b=mtKoVG2eIYzQyBZH0AFVs2VlgbfPJNMT2/h9rOLUsKa3bfcY1a3BzXU+njzks9n4o 6J/0MQUjQpNQFfWWTZB57GmaTm2D0RFg7S4SdkIfjZvSACk3GlQZqSkR8+LFV+smkc qKWzv0OU+XebyjBUjI9VprgOVzwLKC4RjamhJ4Ls= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBD9CFA42; Sat, 10 Feb 2024 12:14:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170756725596280" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 12:14:15 +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: <20240210121415.BBD9CFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170756725596280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 12:14:15 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated inputmethod/fcitx5-rime to 5.1.4 To generate a diff of this commit: cvs rdiff -u -r1.1120 -r1.1121 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170756725596280 Content-Disposition: inline Content-Length: 753 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.1120 pkgsrc/doc/CHANGES-2024:1.1121 --- pkgsrc/doc/CHANGES-2024:1.1120 Sat Feb 10 12:12:22 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 10 12:14:15 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1120 2024/02/10 12:12:22 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.1121 2024/02/10 12:14:15 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1871,3 +1871,4 @@ Changes to the packages collection and i Updated inputmethod/fcitx5-lua to 5.0.12 [ryoon 2024-02-10] Updated inputmethod/fcitx5-m17n to 5.1.0 [ryoon 2024-02-10] Updated inputmethod/fcitx5-qt to 5.1.4 [ryoon 2024-02-10] + Updated inputmethod/fcitx5-rime to 5.1.4 [ryoon 2024-02-10] --_----------=_170756725596280--