Received: by mail.netbsd.org (Postfix, from userid 605) id C9C3584DCA; Sat, 27 Feb 2021 19:37:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0FE7F84DB1 for ; Sat, 27 Feb 2021 19:37:32 +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 YBY8T9Qwai6u for ; Sat, 27 Feb 2021 19:37:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A93584CE9 for ; Sat, 27 Feb 2021 19:37:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83798FA95; Sat, 27 Feb 2021 19:37:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614454651236940" MIME-Version: 1.0 Date: Sat, 27 Feb 2021 19:37:31 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-qt To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210227193731.83798FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614454651236940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 27 19:37:31 UTC 2021 Modified Files: pkgsrc/inputmethod/fcitx5-qt: Makefile distinfo Log Message: fcitx5-qt: Update to 5.0.3 Changelog: * Improve qt5 compatibility. * Update translations. * Improve UI rendering. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-qt/Makefile \ pkgsrc/inputmethod/fcitx5-qt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614454651236940 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-qt/Makefile diff -u pkgsrc/inputmethod/fcitx5-qt/Makefile:1.1 pkgsrc/inputmethod/fcitx5-qt/Makefile:1.2 --- pkgsrc/inputmethod/fcitx5-qt/Makefile:1.1 Wed Feb 17 15:23:49 2021 +++ pkgsrc/inputmethod/fcitx5-qt/Makefile Sat Feb 27 19:37:31 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/02/17 15:23:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2021/02/27 19:37:31 ryoon Exp $ -DISTNAME= fcitx5-qt-5.0.2 +DISTNAME= fcitx5-qt-5.0.3 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-qt/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/inputmethod/fcitx5-qt/distinfo diff -u pkgsrc/inputmethod/fcitx5-qt/distinfo:1.1 pkgsrc/inputmethod/fcitx5-qt/distinfo:1.2 --- pkgsrc/inputmethod/fcitx5-qt/distinfo:1.1 Wed Feb 17 15:23:49 2021 +++ pkgsrc/inputmethod/fcitx5-qt/distinfo Sat Feb 27 19:37:31 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/02/17 15:23:49 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2021/02/27 19:37:31 ryoon Exp $ -SHA1 (fcitx5-qt-5.0.2.tar.xz) = 812fe12c07ceaed3ba0781601a994ad5eadc04c2 -RMD160 (fcitx5-qt-5.0.2.tar.xz) = 28e8af9cc39712f7daaa89ea033e07a205c38e35 -SHA512 (fcitx5-qt-5.0.2.tar.xz) = 7fc5be56987fe37fd2141e6026c5db55180e4c4dcd394943e702649839cb0c87434d7d4a33c6c925eea24f2837329c816f996e4b72395a74db3f944aeb246936 -Size (fcitx5-qt-5.0.2.tar.xz) = 72532 bytes +SHA1 (fcitx5-qt-5.0.3.tar.xz) = 5b5fe5550f72dd5b6b5097ef7e71ee0f48b9f8a2 +RMD160 (fcitx5-qt-5.0.3.tar.xz) = 4d14bc3eaff8430323b5b6dc7345e3459761d678 +SHA512 (fcitx5-qt-5.0.3.tar.xz) = 993d5ad7cd698c2f8f966f933c50fdbc8517389273afc4fd656f71755a05534b859a7b13682f966581170d8c51f4574538f8277f3507aa8f83c4091e7e95687b +Size (fcitx5-qt-5.0.3.tar.xz) = 81240 bytes --_----------=_1614454651236940--