Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 21:06:26 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523261 - head/textproc/ibus-typing-booster
Message-ID:  <202001162106.00GL6Qnr032975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Thu Jan 16 21:06:26 2020
New Revision: 523261
URL: https://svnweb.freebsd.org/changeset/ports/523261

Log:
  Upgrade to 2.7.6.
  
  Release notes at
  <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.7.6>.

Modified:
  head/textproc/ibus-typing-booster/Makefile
  head/textproc/ibus-typing-booster/distinfo
  head/textproc/ibus-typing-booster/pkg-plist

Modified: head/textproc/ibus-typing-booster/Makefile
==============================================================================
--- head/textproc/ibus-typing-booster/Makefile	Thu Jan 16 21:03:39 2020	(r523260)
+++ head/textproc/ibus-typing-booster/Makefile	Thu Jan 16 21:06:26 2020	(r523261)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ibus-typing-booster
-PORTVERSION=	2.7.5
+PORTVERSION=	2.7.6
 CATEGORIES=	textproc
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -46,13 +46,15 @@ OPTIONS_DEFAULT=HUNSPELL
 
 HUNSPELL_RUN_DEPENDS=	hunspell:textproc/hunspell
 
-SPELL2FIX=	engine/hunspell_suggest.py setup/user_transliteration.py	\
+SPELL2FIX=	engine/itb_util.py setup/user_transliteration.py
+PY2FIX=		setup/user_transliteration.py tests/test_m17n_db_info.py	\
+		tests/test_itb.py tests/test_compose_sequences.py		\
+		tests/test_hunspell_suggest.py tests/test_keyvals_to_keycodes.py\
+		tests/test_m17n_translit.py tests/test_emoji_unicode_version.py	\
+		tests/test_emoji_similar.py tests/test_emoji_candidates.py
+SHR2FIX=	engine/itb_util.py engine/itb_emoji.py engine/hunspell_table.py	\
+		tests/test_compose_sequences.py typing-booster.appdata.xml	\
 		setup/user_transliteration.py
-DATA2FIX=	setup/main.py engine/tabsqlitedb.py engine/main.py
-PY2FIX=		setup/user_transliteration.py
-M17N2FIX=	setup/main.py engine/itb_util.py engine/hunspell_table.py
-SHR2FIX=	engine/tabsqlitedb.py engine/itb_util.py engine/itb_emoji.py	\
-		engine/hunspell_table.py engine/main.py setup/user_transliteration.py
 COMP2DEL=	engine/Makefile setup/Makefile
 
 pre-configure:
@@ -63,15 +65,8 @@ pre-configure:
 .for f in ${PY2FIX}
 	${REINPLACE_CMD} -e 's|/usr/bin/python3| ${PYTHON_CMD}|' ${WRKSRC}/${f}
 .endfor
-.for f in ${DATA2FIX}
-	${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/${f}
-.endfor
-.for f in ${M17N2FIX}
-	${REINPLACE_CMD} -e 's|/usr/share/m17n|${LOCALBASE}/share/m17n|'	\
-		${WRKSRC}/${f}
-.endfor
 	${REINPLACE_CMD} -e 's|/usr/libexec|${PREFIX}/libexec|'	\
-		${WRKSRC}/engine/main.py
+		${WRKSRC}/typing-booster.appdata.xml
 .for f in ${SHR2FIX}
 	${REINPLACE_CMD} -e 's|/usr/share/ibus-typing-booster|${DATADIR}|'	\
 		-e 's|/usr/share|${LOCALBASE}/share|' ${WRKSRC}/${f}

Modified: head/textproc/ibus-typing-booster/distinfo
==============================================================================
--- head/textproc/ibus-typing-booster/distinfo	Thu Jan 16 21:03:39 2020	(r523260)
+++ head/textproc/ibus-typing-booster/distinfo	Thu Jan 16 21:06:26 2020	(r523261)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578246750
-SHA256 (mike-fabian-ibus-typing-booster-2.7.5_GH0.tar.gz) = 9e058495bce943779890fd041a2dd24f2e069103b94e23b8ed10a5aef84f13a9
-SIZE (mike-fabian-ibus-typing-booster-2.7.5_GH0.tar.gz) = 7441558
+TIMESTAMP = 1579206369
+SHA256 (mike-fabian-ibus-typing-booster-2.7.6_GH0.tar.gz) = 759420b4ed68f28f775f7359a93b7b00ea2fec66114bd43d75140cf98dbb3a4b
+SIZE (mike-fabian-ibus-typing-booster-2.7.6_GH0.tar.gz) = 7717398

Modified: head/textproc/ibus-typing-booster/pkg-plist
==============================================================================
--- head/textproc/ibus-typing-booster/pkg-plist	Thu Jan 16 21:03:39 2020	(r523260)
+++ head/textproc/ibus-typing-booster/pkg-plist	Thu Jan 16 21:06:26 2020	(r523261)
@@ -861,6 +861,7 @@ share/applications/ibus-setup-typing-booster.desktop
 %%DATADIR%%/data/emoji-variation-sequences.txt
 %%DATADIR%%/data/emoji-zwj-sequences.txt
 %%DATADIR%%/data/emojione.json
+%%DATADIR%%/data/fi_FI.dic
 %%DATADIR%%/engine/__pycache__/emoji_picker.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%DATADIR%%/engine/__pycache__/emoji_picker.cpython-%%PYTHON_SUFFIX%%.pyc
 %%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001162106.00GL6Qnr032975>