Received: by mail.netbsd.org (Postfix, from userid 605) id 5CF1584D67; Sat, 6 Mar 2021 04:28:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9744784D62 for ; Sat, 6 Mar 2021 04:28:15 +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 Ugiw2sXrLsLI for ; Sat, 6 Mar 2021 04:28:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E84C84CD9 for ; Sat, 6 Mar 2021 04:28:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B821FA95; Sat, 6 Mar 2021 04:28:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615004895257930" MIME-Version: 1.0 Date: Sat, 6 Mar 2021 04:28:15 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210306042815.2B821FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615004895257930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Mar 6 04:28:15 UTC 2021 Modified Files: pkgsrc/inputmethod: Makefile Log Message: inputmethod: Enable fcitx5-kkc To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/inputmethod/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615004895257930 Content-Disposition: inline Content-Length: 646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.104 pkgsrc/inputmethod/Makefile:1.105 --- pkgsrc/inputmethod/Makefile:1.104 Sat Feb 20 21:53:53 2021 +++ pkgsrc/inputmethod/Makefile Sat Mar 6 04:28:15 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2021/02/20 21:53:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.105 2021/03/06 04:28:15 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -23,6 +23,7 @@ SUBDIR+= fcitx5-chinese-addons SUBDIR+= fcitx5-configtool SUBDIR+= fcitx5-gtk SUBDIR+= fcitx5-hangul +SUBDIR+= fcitx5-kkc SUBDIR+= fcitx5-libthai SUBDIR+= fcitx5-lua SUBDIR+= fcitx5-m17n --_----------=_1615004895257930--