aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-10-08 09:17:47 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-10-08 09:40:40 +0000
commit85db42c262f23cfdf52b7b87b411c7cf7b8b0332 (patch)
tree6f8eaf12de2355bca3110bb58ac3c137a9b4651b
parent4cabb777e1f92057f56bfecbda8b44318f18abde (diff)
downloadports-85db42c262f23cfdf52b7b87b411c7cf7b8b0332.tar.gz
ports-85db42c262f23cfdf52b7b87b411c7cf7b8b0332.zip
textproc/fcitx5: Fix compatibility with fmt 10+
Backport upstream commit 7fb3a5500270877d93b61b11b2a17b9b8f6a506b to fix build with fmt 10+ Reference: https://github.com/fcitx/fcitx5/commit/7fb3a5500270877d93b61b11b2a17b9b8f6a506b PR: 273876 Approved by: portmgr (maintainer timeout, 3+ weeks) Sponsored by: Blinkinblox
-rw-r--r--textproc/fcitx5/Makefile3
-rw-r--r--textproc/fcitx5/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/textproc/fcitx5/Makefile b/textproc/fcitx5/Makefile
index 42c1dbc0710d..c3bdf2030f59 100644
--- a/textproc/fcitx5/Makefile
+++ b/textproc/fcitx5/Makefile
@@ -8,6 +8,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+PATCH_SITES= https://github.com/fcitx/${PORTNAME}/commit/
+PATCHFILES= 7fb3a5500270877d93b61b11b2a17b9b8f6a506b.patch:-p1
+
MAINTAINER= khng@FreeBSD.org
COMMENT= New implementation of the Fcitx IME framework
WWW= https://github.com/fcitx/fcitx5
diff --git a/textproc/fcitx5/distinfo b/textproc/fcitx5/distinfo
index bee13efc5da0..77078922073e 100644
--- a/textproc/fcitx5/distinfo
+++ b/textproc/fcitx5/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1679321384
+TIMESTAMP = 1694898050
SHA256 (fcitx5/fcitx5-5.0.23.tar.xz) = 04f209a6406225ce19785f8d9d3bdb253944586edcfa9601414fcdda8a1b13a0
SIZE (fcitx5/fcitx5-5.0.23.tar.xz) = 6828856
SHA256 (fcitx5/en_dict-20121020.tar.gz) = c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb
SIZE (fcitx5/en_dict-20121020.tar.gz) = 630491
+SHA256 (fcitx5/7fb3a5500270877d93b61b11b2a17b9b8f6a506b.patch) = 5f41695e85f45fb18e090605c3ad4b6d4682c835419d423e7fdf3758f268d3c8
+SIZE (fcitx5/7fb3a5500270877d93b61b11b2a17b9b8f6a506b.patch) = 1139