Date: Sat, 4 Oct 2025 13:54:31 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 43a9bc3a3dc7 - main - textproc/ibus-typing-booster: upgrade to 2.28.0 Message-ID: <202510041354.594DsV9C037656@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=43a9bc3a3dc76d60b8d6281773433ceb91dce633 commit 43a9bc3a3dc76d60b8d6281773433ceb91dce633 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-10-03 15:10:19 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-10-04 13:53:19 +0000 textproc/ibus-typing-booster: upgrade to 2.28.0 Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.28.0 --- textproc/ibus-typing-booster/Makefile | 6 +++--- textproc/ibus-typing-booster/distinfo | 6 +++--- textproc/ibus-typing-booster/pkg-plist | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 82e46152189f..3db873a7b579 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,5 +1,5 @@ PORTNAME= ibus-typing-booster -PORTVERSION= 2.27.74 +PORTVERSION= 2.28.0 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org @@ -21,7 +21,8 @@ RUN_DEPENDS= CLDR>0:textproc/CLDR \ ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycountry>0:textproc/py-pycountry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -TEST_DEPENDS= ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \ +TEST_DEPENDS= m17n-db:devel/m17n-db \ + ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \ ${LOCALBASE}/share/hunspell/de_DE.dic:german/hunspell \ ${LOCALBASE}/share/hunspell/en_US.aff:textproc/en-hunspell \ ${LOCALBASE}/share/hunspell/es_ES.dic:textproc/es-hunspell \ @@ -29,7 +30,6 @@ TEST_DEPENDS= ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \ ${LOCALBASE}/share/hunspell/ko_KR.aff:korean/hunspell \ ${LOCALBASE}/share/hunspell/sv_SE.dic:textproc/sv-hunspell \ ${LOCALBASE}/libexec/ibus-engine-m17n:textproc/ibus-m17n \ - ${LOCALBASE}/share/m17n/hi-inscript2.mim:devel/m17n-inscript2 \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ gmake:devel/gmake diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index 7e12f8215ce9..f91a81bd5933 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757956185 -SHA256 (mike-fabian-ibus-typing-booster-2.27.74_GH0.tar.gz) = 1691415d7440531c26412b7b7e55428ebdf7b7c1b5d0a90424cca8707062340b -SIZE (mike-fabian-ibus-typing-booster-2.27.74_GH0.tar.gz) = 14321882 +TIMESTAMP = 1759501767 +SHA256 (mike-fabian-ibus-typing-booster-2.28.0_GH0.tar.gz) = f03bd5a34761279e483534ec426fda50f0a18c9ee290174c041a904b302df187 +SIZE (mike-fabian-ibus-typing-booster-2.28.0_GH0.tar.gz) = 14348488 diff --git a/textproc/ibus-typing-booster/pkg-plist b/textproc/ibus-typing-booster/pkg-plist index 74a4c44201a9..b2792e1f041b 100644 --- a/textproc/ibus-typing-booster/pkg-plist +++ b/textproc/ibus-typing-booster/pkg-plist @@ -2,6 +2,7 @@ bin/emoji-picker libexec/ibus-engine-typing-booster libexec/ibus-setup-typing-booster share/applications/emoji-picker.desktop +share/applications/ibus-setup-tb.desktop share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/Blocks.txt %%DATADIR%%/data/DerivedAge.txt @@ -387,10 +388,13 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/engine/__pycache__/m17n_translit%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/main%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/main%%PYTHON_TAG%%.pyc +%%DATADIR%%/engine/__pycache__/ollama_pull%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/ollama_pull%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/tabsqlitedb%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/tabsqlitedb%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/tabstatistics%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/tabstatistics%%PYTHON_TAG%%.pyc +%%DATADIR%%/engine/ollama_pull.py %%DATADIR%%/engine/emoji_picker.py %%DATADIR%%/engine/factory.py %%DATADIR%%/engine/get_clipboard_gtk4.pyhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510041354.594DsV9C037656>
