Date: Sun, 8 Oct 2023 09:41:05 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85db42c262f2 - main - textproc/fcitx5: Fix compatibility with fmt 10+ Message-ID: <202310080941.3989f5dO012162@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=85db42c262f23cfdf52b7b87b411c7cf7b8b0332 commit 85db42c262f23cfdf52b7b87b411c7cf7b8b0332 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-08 09:17:47 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-08 09:40:40 +0000 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 --- textproc/fcitx5/Makefile | 3 +++ textproc/fcitx5/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310080941.3989f5dO012162>