git: 7ce1664fb019 - main - textproc/ibus-typing-booster: upgrade to 2.14.4
Thierry Thomas
thierry at FreeBSD.org
Tue Aug 24 17:25:56 UTC 2021
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ce1664fb0194dc089437e938b994e809842c818
commit 7ce1664fb0194dc089437e938b994e809842c818
Author: Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-08-24 17:20:45 +0000
Commit: Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-08-24 17:25:49 +0000
textproc/ibus-typing-booster: upgrade to 2.14.4
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.14.4>.
---
textproc/ibus-typing-booster/Makefile | 10 ++++++++--
textproc/ibus-typing-booster/distinfo | 6 +++---
textproc/ibus-typing-booster/pkg-plist | 1 +
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile
index db50a2432f36..b9315ef948ff 100644
--- a/textproc/ibus-typing-booster/Makefile
+++ b/textproc/ibus-typing-booster/Makefile
@@ -1,7 +1,7 @@
# Created by: Thierry Thomas <thierry at pompo.net>
PORTNAME= ibus-typing-booster
-PORTVERSION= 2.14.0
+PORTVERSION= 2.14.4
CATEGORIES= textproc
MAINTAINER= thierry at FreeBSD.org
@@ -35,7 +35,13 @@ TEST_DEPENDS= ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \
USE_GITHUB= yes
GH_ACCOUNT= mike-fabian
-USES= autoreconf gettext gmake gnome iconv pathfix pkgconfig python:3.6+
+USES= autoreconf gettext gmake gnome iconv pathfix pkgconfig \
+ python:3.7+ shebangfix
+SHEBANG_FILES= engine/emoji-picker.in engine/ibus-engine-typing-booster.in \
+ setup/ibus-setup-typing-booster.in
+SHEBANG_LANG= sh
+sh_OLD_CMD= /usr/bin/sh
+sh_CMD= ${SH}
USE_GNOME= glib20 gtk30 pygobject3
USE_LOCALE= en_US.UTF-8
GNU_CONFIGURE= yes
diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo
index cbae32b51dac..d82aff4a3ed7 100644
--- a/textproc/ibus-typing-booster/distinfo
+++ b/textproc/ibus-typing-booster/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628789435
-SHA256 (mike-fabian-ibus-typing-booster-2.14.0_GH0.tar.gz) = 33f55308b352ad30a0f8711f24be4d221e3a5434be87dfce306381fada05b20e
-SIZE (mike-fabian-ibus-typing-booster-2.14.0_GH0.tar.gz) = 9979962
+TIMESTAMP = 1629821921
+SHA256 (mike-fabian-ibus-typing-booster-2.14.4_GH0.tar.gz) = 5a95a4183c817482e64411cc2d7775a85365c18e119b178dda43defe900b44f7
+SIZE (mike-fabian-ibus-typing-booster-2.14.4_GH0.tar.gz) = 9977786
diff --git a/textproc/ibus-typing-booster/pkg-plist b/textproc/ibus-typing-booster/pkg-plist
index d2d4a19a9466..f9a206083ee1 100644
--- a/textproc/ibus-typing-booster/pkg-plist
+++ b/textproc/ibus-typing-booster/pkg-plist
@@ -111,6 +111,7 @@ share/applications/ibus-setup-typing-booster.desktop
%%DATADIR%%/data/annotations/rw.xml
%%DATADIR%%/data/annotations/sa.xml
%%DATADIR%%/data/annotations/sat.xml
+%%DATADIR%%/data/annotations/sc.xml
%%DATADIR%%/data/annotations/sd.xml
%%DATADIR%%/data/annotations/si.xml
%%DATADIR%%/data/annotations/sk.xml
More information about the dev-commits-ports-all
mailing list