Received: by mail.netbsd.org (Postfix, from userid 605) id BEEFE84D62; Sat, 27 Feb 2021 04:23:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 039B184D54 for ; Sat, 27 Feb 2021 04:23:36 +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 trkHKPaWwJkM for ; Sat, 27 Feb 2021 04:23:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 85FF684C71 for ; Sat, 27 Feb 2021 04:23:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78767FA95; Sat, 27 Feb 2021 04:23:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614399815157750" MIME-Version: 1.0 Date: Sat, 27 Feb 2021 04:23:35 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-mozc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210227042335.78767FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614399815157750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 27 04:23:35 UTC 2021 Modified Files: pkgsrc/inputmethod/fcitx5-mozc: Makefile Log Message: fcitx5-mozc: Bump PKGREVISION. Use devel/protobuf as external library To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-mozc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614399815157750 Content-Disposition: inline Content-Length: 569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-mozc/Makefile diff -u pkgsrc/inputmethod/fcitx5-mozc/Makefile:1.1 pkgsrc/inputmethod/fcitx5-mozc/Makefile:1.2 --- pkgsrc/inputmethod/fcitx5-mozc/Makefile:1.1 Wed Feb 17 15:29:51 2021 +++ pkgsrc/inputmethod/fcitx5-mozc/Makefile Sat Feb 27 04:23:35 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/02/17 15:29:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2021/02/27 04:23:35 ryoon Exp $ PKGNAME= ${DISTNAME:S/fcitx-/fcitx5-/} +PKGREVISION= 1 INSTALLATION_DIRS+= lib/fcitx5 INSTALLATION_DIRS+= share/fcitx5/addon --_----------=_1614399815157750--