From owner-svn-ports-all@freebsd.org Sun Jun 24 21:24:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F0D3101309A; Sun, 24 Jun 2018 21:24:46 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF7847C8AA; Sun, 24 Jun 2018 21:24:45 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90A4D241BE; Sun, 24 Jun 2018 21:24:45 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5OLOjmO094905; Sun, 24 Jun 2018 21:24:45 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5OLOjXP094900; Sun, 24 Jun 2018 21:24:45 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201806242124.w5OLOjXP094900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 24 Jun 2018 21:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473279 - head/textproc/ibus-typing-booster X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/ibus-typing-booster X-SVN-Commit-Revision: 473279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 21:24:46 -0000 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 . 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