git: 61c8ce2d8e99 - main - chinese/fcitx5-mcbopomofo: Update to 2.8

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Tue, 22 Oct 2024 13:01:35 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61c8ce2d8e999615357cfe7cb5ef5b7aa7c66e0d

commit 61c8ce2d8e999615357cfe7cb5ef5b7aa7c66e0d
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2024-10-22 13:00:19 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-10-22 13:00:19 +0000

    chinese/fcitx5-mcbopomofo: Update to 2.8
    
    ChangeLog: https://github.com/openvanilla/fcitx5-mcbopomofo/releases/tag/2.8
---
 chinese/fcitx5-mcbopomofo/Makefile                       |  5 +++--
 chinese/fcitx5-mcbopomofo/distinfo                       |  6 +++---
 chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp | 10 ----------
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/chinese/fcitx5-mcbopomofo/Makefile b/chinese/fcitx5-mcbopomofo/Makefile
index 18abe1c65a11..c7b499035876 100644
--- a/chinese/fcitx5-mcbopomofo/Makefile
+++ b/chinese/fcitx5-mcbopomofo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fcitx5-mcbopomofo
-DISTVERSION=	2.7
+DISTVERSION=	2.8
 CATEGORIES=	chinese textproc
 
 MAINTAINER=	lwhsu@FreeBSD.org
@@ -11,7 +11,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libFcitx5Core.so:textproc/fcitx5 \
 		libfmt.so:devel/libfmt \
-		libicuuc.so:devel/icu
+		libicuuc.so:devel/icu \
+		libjson-c.so:devel/json-c
 
 USES=		cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig
 
diff --git a/chinese/fcitx5-mcbopomofo/distinfo b/chinese/fcitx5-mcbopomofo/distinfo
index ba5b65599f5b..5aecd1f4e47f 100644
--- a/chinese/fcitx5-mcbopomofo/distinfo
+++ b/chinese/fcitx5-mcbopomofo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714963387
-SHA256 (openvanilla-fcitx5-mcbopomofo-2.7_GH0.tar.gz) = 9dc6ea3e6d70f5950437679b21d1956bfdc755a2c72a50c4eec125fcb643ef8e
-SIZE (openvanilla-fcitx5-mcbopomofo-2.7_GH0.tar.gz) = 2711754
+TIMESTAMP = 1729599041
+SHA256 (openvanilla-fcitx5-mcbopomofo-2.8_GH0.tar.gz) = 2069466aa9c8d96e488b4dd80b7ca849b75a323918b537c62da060507ab7b6cc
+SIZE (openvanilla-fcitx5-mcbopomofo-2.8_GH0.tar.gz) = 2723875
diff --git a/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp
deleted file mode 100644
index 5a06d228faae..000000000000
--- a/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/KeyHandler.cpp.orig	2024-05-06 03:07:04 UTC
-+++ src/KeyHandler.cpp
-@@ -25,6 +25,7 @@
- 
- #include <algorithm>
- #include <chrono>
-+#include <sstream>
- #include <utility>
- 
- #include "ChineseNumbers/ChineseNumbers.h"