Received: by mail.netbsd.org (Postfix, from userid 605) id 4837884DBE; Sat, 20 Feb 2021 21:00:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8160D84DBC for ; Sat, 20 Feb 2021 21:00:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 eAY1GxrQ9nKL for ; Sat, 20 Feb 2021 21:00:11 +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 182C584D99 for ; Sat, 20 Feb 2021 21:00:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14D35FA95; Sat, 20 Feb 2021 21:00:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613854811122840" MIME-Version: 1.0 Date: Sat, 20 Feb 2021 21:00:11 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/meta-pkgs To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210220210011.14D35FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613854811122840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 20 21:00:11 UTC 2021 Modified Files: pkgsrc/meta-pkgs: Makefile Log Message: meta-pkgs: Enable rime-data To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 pkgsrc/meta-pkgs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613854811122840 Content-Disposition: inline Content-Length: 648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/Makefile diff -u pkgsrc/meta-pkgs/Makefile:1.109 pkgsrc/meta-pkgs/Makefile:1.110 --- pkgsrc/meta-pkgs/Makefile:1.109 Sun Jan 3 15:15:48 2021 +++ pkgsrc/meta-pkgs/Makefile Sat Feb 20 21:00:10 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2021/01/03 15:15:48 taca Exp $ +# $NetBSD: Makefile,v 1.110 2021/02/20 21:00:10 ryoon Exp $ # COMMENT= Collections of other packages @@ -43,6 +43,7 @@ SUBDIR+= pkgsrc-guide-tools SUBDIR+= pulseaudio-tools SUBDIR+= py-tryton-platform SUBDIR+= qmail-server +SUBDIR+= rime-data SUBDIR+= ruby-gnome SUBDIR+= ruby-redmine-plugins SUBDIR+= ruby-redmine-themes --_----------=_1613854811122840--