Date: Sun, 24 Jun 2018 21:24:45 +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: r473279 - head/textproc/ibus-typing-booster Message-ID: <201806242124.w5OLOjXP094900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sun Jun 24 21:24:44 2018 New Revision: 473279 URL: https://svnweb.freebsd.org/changeset/ports/473279 Log: Upgrade to 2.0.1. Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.0.1>. 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 Sun Jun 24 21:23:06 2018 (r473278) +++ head/textproc/ibus-typing-booster/Makefile Sun Jun 24 21:24:44 2018 (r473279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org @@ -18,12 +18,15 @@ LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/Menu.py:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/bus.py:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/hunspell.so:textproc/py-hunspell@${PY_FLAVOR} \ - ${LOCALBASE}/share/unicode/ucd/Index.txt:textproc/UCD \ - ${LOCALBASE}/share/unicode/cldr/readme.html:textproc/CLDR\ + ${LOCALBASE}/share/unicode/ucd/Index.txt:textproc/UCD \ + ${LOCALBASE}/share/unicode/cldr/readme.html:textproc/CLDR \ ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR} -TEST_DEPENDS= ${LOCALBASE}/share/hunspell/de_DE.dic:german/hunspell \ - ${LOCALBASE}/share/hunspell/ko_KR.aff:korean/hunspell \ - ${LOCALBASE}/share/hunspell/en_US.aff:textproc/en-hunspell +TEST_DEPENDS= ${LOCALBASE}/share/hunspell/de_DE.dic:german/hunspell \ + ${LOCALBASE}/share/hunspell/ko_KR.aff:korean/hunspell \ + ${LOCALBASE}/libexec/ibus-engine-m17n:textproc/ibus-m17n \ + ${LOCALBASE}/share/hunspell/en_US.aff:textproc/en-hunspell \ + ${LOCALBASE}/share/m17n/hi-inscript2.mim:devel/m17n-inscript2 \ + gmake:devel/gmake USE_GITHUB= yes GH_ACCOUNT= mike-fabian @@ -34,6 +37,7 @@ GNU_CONFIGURE= yes NO_ARCH= yes INSTALLS_ICONS= yes TEST_TARGET= check +TEST_ENV= MAKE_CMD=${LOCALBASE}/bin/gmake LC_ALL=en_US.UTF-8 OPTIONS_DEFINE= HUNSPELL OPTIONS_DEFAULT=HUNSPELL @@ -44,7 +48,7 @@ SPELL2FIX= engine/hunspell_suggest.py setup/user_trans setup/user_transliteration.py DATA2FIX= setup/main.py engine/tabsqlitedb.py engine/main.py PY2FIX= setup/user_transliteration.py -M17N2FIX= setup/main.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 Modified: head/textproc/ibus-typing-booster/distinfo ============================================================================== --- head/textproc/ibus-typing-booster/distinfo Sun Jun 24 21:23:06 2018 (r473278) +++ head/textproc/ibus-typing-booster/distinfo Sun Jun 24 21:24:44 2018 (r473279) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527613028 -SHA256 (mike-fabian-ibus-typing-booster-2.0.0_GH0.tar.gz) = f05af1fe8bfed176e7228ad466a5362a480919031b37ea3be3f327cafa1f7495 -SIZE (mike-fabian-ibus-typing-booster-2.0.0_GH0.tar.gz) = 5610595 +TIMESTAMP = 1529873875 +SHA256 (mike-fabian-ibus-typing-booster-2.0.1_GH0.tar.gz) = f9fbb9b766102765f2e266ec9d24b4688cc03a4aea36ef321f1ab38175eb650c +SIZE (mike-fabian-ibus-typing-booster-2.0.1_GH0.tar.gz) = 5979215 Modified: head/textproc/ibus-typing-booster/pkg-plist ============================================================================== --- head/textproc/ibus-typing-booster/pkg-plist Sun Jun 24 21:23:06 2018 (r473278) +++ head/textproc/ibus-typing-booster/pkg-plist Sun Jun 24 21:24:44 2018 (r473279) @@ -823,8 +823,10 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/annotationsDerived/sk.xml %%DATADIR%%/data/annotationsDerived/sl.xml %%DATADIR%%/data/annotationsDerived/sq.xml -%%DATADIR%%/data/annotationsDerived/sr.xml +%%DATADIR%%/data/annotationsDerived/sr_Cyrl_BA.xml +%%DATADIR%%/data/annotationsDerived/sr_Cyrl.xml %%DATADIR%%/data/annotationsDerived/sr_Latn.xml +%%DATADIR%%/data/annotationsDerived/sr.xml %%DATADIR%%/data/annotationsDerived/sv.xml %%DATADIR%%/data/annotationsDerived/sw.xml %%DATADIR%%/data/annotationsDerived/ta.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806242124.w5OLOjXP094900>