git: aecd9018f053 - main - textproc/fcitx5-qt: Update to 5.0.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Dec 2021 00:46:23 UTC
The branch main has been updated by khng (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=aecd9018f05340f56982e3b8582bc5c78306b01c commit aecd9018f05340f56982e3b8582bc5c78306b01c Author: Ka Ho Ng <khng@FreeBSD.org> AuthorDate: 2021-12-08 19:37:20 +0000 Commit: Ka Ho Ng <khng@FreeBSD.org> CommitDate: 2021-12-09 00:45:35 +0000 textproc/fcitx5-qt: Update to 5.0.8 Fix the following error when building on CURRENT as well: /wrkdirs/usr/ports/textproc/fcitx5-qt/work/fcitx5-qt-5.0.7/qt5/platforminputcontext/qfcitxplatforminputcontext.cpp:973:31: error: implicit instantiation of undefined template 'std::array<char, 256>' std::array<char, 256> buffer; Sponsored by: The FreeBSD Foundation Approved by: ygy --- textproc/fcitx5-qt/Makefile | 5 ++++- textproc/fcitx5-qt/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/textproc/fcitx5-qt/Makefile b/textproc/fcitx5-qt/Makefile index 05b9bbad14fd..0a3f24638eab 100644 --- a/textproc/fcitx5-qt/Makefile +++ b/textproc/fcitx5-qt/Makefile @@ -1,9 +1,12 @@ # Created by: Ka Ho Ng <khng300@gmail.com> PORTNAME= fcitx5-qt -DISTVERSION= 5.0.7 +DISTVERSION= 5.0.8 CATEGORIES= textproc +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= f7f983e1e709.patch:-p1 + MAINTAINER= khng@FreeBSD.org COMMENT= Fcitx support for Qt5 diff --git a/textproc/fcitx5-qt/distinfo b/textproc/fcitx5-qt/distinfo index 61f82cb1cebd..c8972fb77d47 100644 --- a/textproc/fcitx5-qt/distinfo +++ b/textproc/fcitx5-qt/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1637876559 -SHA256 (fcitx-fcitx5-qt-5.0.7_GH0.tar.gz) = 4df59feeee60d792f4ef1d8c1ea392fe24b623a2f5b8dc0bfa0a57343ac6101d -SIZE (fcitx-fcitx5-qt-5.0.7_GH0.tar.gz) = 125327 +TIMESTAMP = 1638997683 +SHA256 (fcitx-fcitx5-qt-5.0.8_GH0.tar.gz) = 6a5141d25e39ec7843b69cf4dac6b16b1301a9db42b9ad140a9d002c5c6a0bf8 +SIZE (fcitx-fcitx5-qt-5.0.8_GH0.tar.gz) = 127492 +SHA256 (f7f983e1e709.patch) = fdde230d40bf4d4593ee2fcfe9eabe99bfe48c00cba65a7126e814a71beebdcb +SIZE (f7f983e1e709.patch) = 1280