Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dsJvOCyE; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mmfXDCMF Received: by mail.netbsd.org (Postfix, from userid 605) id AD9F784D14; Sat, 20 Apr 2024 18:27:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713637631; bh=fk1LFB7aWy2IisQ+bEWZHrW246UGn/ejbvMPMViTPIo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dsJvOCyEWr5wWlkXk6/gGsia728e0V30Lt/2/5f1PgJ8Z9Mq0e4hUM+umPEaxA+kj 2qfyUD9TW3bxdvvSs/74LmsDiTI4VAPrv6FGylqvFu4q8bsk+4LfdECC9O9aMF1MvN DWvCbV9qeMxr/VxpZXOXFwbMy5hSL2LHqk/3LSiY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77554DC0AD for ; Sat, 20 Apr 2024 09:30:50 +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 PkDYARdZLWHv for ; Sat, 20 Apr 2024 09:30:50 +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 DB851D95F4 for ; Sat, 20 Apr 2024 09:23:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713605016; bh=fk1LFB7aWy2IisQ+bEWZHrW246UGn/ejbvMPMViTPIo=; h=Date:From:Subject:To:Reply-To; b=mmfXDCMFxj0Wr01ihhd+boCUj9+mxAg4/zh0uVCKIGVgDK5hk8GNsJZt28XEu3Wdz CJpCDHFOROLgTyQzotfMkWPSIxxF8G5ZJpzfbRzZInonSbIMEAOXfaZvbkj1ZdqHIJ rf6dSKvjZ2rCJIOi9Pr3dQiKKS7S0s+TDSaXrI7E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4BA2FA2C; Sat, 20 Apr 2024 09:23:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713605015262680" MIME-Version: 1.0 Date: Sat, 20 Apr 2024 09:23:35 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20240420092335.D4BA2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713605015262680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Apr 20 09:23:35 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added inputmethod/uim-mozc226 version 2.26.4282.100nb24 To generate a diff of this commit: cvs rdiff -u -r1.2601 -r1.2602 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713605015262680 Content-Disposition: inline Content-Length: 756 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.2601 pkgsrc/doc/CHANGES-2024:1.2602 --- pkgsrc/doc/CHANGES-2024:1.2601 Fri Apr 19 19:45:47 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Apr 20 09:23:35 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2601 2024/04/19 19:45:47 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2602 2024/04/20 09:23:35 tsutsui Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4290,3 +4290,4 @@ Changes to the packages collection and i Updated devel/py-traitlets to 5.14.3 [adam 2024-04-19] Updated devel/py-ruff to 0.4.1 [adam 2024-04-19] Updated textproc/py-validators to 0.28.1 [adam 2024-04-19] + Added inputmethod/uim-mozc226 version 2.26.4282.100nb24 [tsutsui 2024-04-20] --_----------=_1713605015262680--