aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKa Ho Ng <khng@FreeBSD.org>2021-12-08 19:37:20 +0000
committerKa Ho Ng <khng@FreeBSD.org>2021-12-09 00:45:35 +0000
commitaecd9018f05340f56982e3b8582bc5c78306b01c (patch)
tree55665c0ef82837350227e4acfed9942acad9cf61
parentbd228175dbbab30f9a0b4f9e1565c2c286290dff (diff)
downloadports-aecd9018f05340f56982e3b8582bc5c78306b01c.tar.gz
ports-aecd9018f05340f56982e3b8582bc5c78306b01c.zip
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
-rw-r--r--textproc/fcitx5-qt/Makefile5
-rw-r--r--textproc/fcitx5-qt/distinfo8
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