Received: by mail.netbsd.org (Postfix, from userid 605) id 63FE184D6A; Sat, 6 Mar 2021 05:04:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F4EB84D44 for ; Sat, 6 Mar 2021 05:04:30 +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 Vn2I-ZLD4fz1 for ; Sat, 6 Mar 2021 05:04:30 +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 386B184CF1 for ; Sat, 6 Mar 2021 05:04:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 353CAFA95; Sat, 6 Mar 2021 05:04:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615007070236810" MIME-Version: 1.0 Date: Sat, 6 Mar 2021 05:04:30 +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: <20210306050430.353CAFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615007070236810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Mar 6 05:04:30 UTC 2021 Modified Files: pkgsrc/inputmethod: Makefile Log Message: inputmethod: Enable rime-soutzoe To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 pkgsrc/inputmethod/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615007070236810 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.116 pkgsrc/inputmethod/Makefile:1.117 --- pkgsrc/inputmethod/Makefile:1.116 Sat Mar 6 05:02:41 2021 +++ pkgsrc/inputmethod/Makefile Sat Mar 6 05:04:30 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2021/03/06 05:02:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.117 2021/03/06 05:04:30 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -104,6 +104,7 @@ SUBDIR+= rime-pinyin-simp SUBDIR+= rime-prelude SUBDIR+= rime-quick SUBDIR+= rime-scj +SUBDIR+= rime-soutzoe SUBDIR+= rime-terra-pinyin SUBDIR+= ruby-zinnia SUBDIR+= scim --_----------=_1615007070236810--