Received: by mail.netbsd.org (Postfix, from userid 605) id 4996384D6F; Sat, 10 Feb 2024 09:56:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707558960; bh=KrR7Qcw+PZPwlJ8bId8Zl9z84gGFYSUc8zZdLn6/e8c=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=DI9kBVQnfHgAMedlNkarEbp2g5d1EqRxvm9jbgcbcRLSibmtpmKzStae+uQwd7Wir xSN4zxNKuueP0Zm0gNv2cR6WtkO41ZwtRgI379vvvgKeat1vBD0h1Pik/TkrxGBLPf F3dxE3uq5z+ZUamcYr4nRBL2Vo/pSu7yi8ao2H9g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B0A384CFA for ; Sat, 10 Feb 2024 09:55:59 +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 vEuCUGdzsRN0 for ; Sat, 10 Feb 2024 09:55:58 +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 9063684CD8 for ; Sat, 10 Feb 2024 09:55:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707558958; bh=KrR7Qcw+PZPwlJ8bId8Zl9z84gGFYSUc8zZdLn6/e8c=; h=Date:From:Subject:To:Reply-To; b=x7ojePSZrrhFzYYvSL/3v9FsvRVhi5eH1+iDfk8qh3qW3Sg8RRkIL8ZNKfMNdyfuG Z6n/nM6nLc5fPgOqcmSI/lPotyl118MrtMtYWxSijS+wabxs/kKZF0bNN1lTjfg/N4 O2D0XbPuIPsGUm5v6JqYNBf84wKaldr1wGSVrWPs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C907FA42; Sat, 10 Feb 2024 09:55:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707558958270650" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 09:55:58 +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: <20240210095558.8C907FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707558958270650 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:55:58 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated inputmethod/rime-wubi to 0.0.0.20231025 To generate a diff of this commit: cvs rdiff -u -r1.1102 -r1.1103 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707558958270650 Content-Disposition: inline Content-Length: 783 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.1102 pkgsrc/doc/CHANGES-2024:1.1103 --- pkgsrc/doc/CHANGES-2024:1.1102 Sat Feb 10 09:54:26 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 10 09:55:58 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1102 2024/02/10 09:54:26 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.1103 2024/02/10 09:55:58 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1852,3 +1852,4 @@ Changes to the packages collection and i Updated inputmethod/rime-prelude to 0.0.0.20220410 [ryoon 2024-02-10] Updated inputmethod/rime-terra-pinyin to 0.0.0.20230207 [ryoon 2024-02-10] Updated inputmethod/librime to 1.9.0 [ryoon 2024-02-10] + Updated inputmethod/rime-wubi to 0.0.0.20231025 [ryoon 2024-02-10] --_----------=_1707558958270650--