From owner-svn-ports-all@freebsd.org Tue Apr 4 05:04:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DFD1D2B1DD; Tue, 4 Apr 2017 05:04:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id DA1EAA7C; Tue, 4 Apr 2017 05:04:51 +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 v3454ogK079494; Tue, 4 Apr 2017 05:04:50 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3454oCR079491; Tue, 4 Apr 2017 05:04:50 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201704040504.v3454oCR079491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 4 Apr 2017 05:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437679 - head/textproc/ibus-typing-booster X-SVN-Group: ports-head 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.23 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: Tue, 04 Apr 2017 05:04:52 -0000 Author: thierry Date: Tue Apr 4 05:04:50 2017 New Revision: 437679 URL: https://svnweb.freebsd.org/changeset/ports/437679 Log: Upgrade to 1.5.30. Release notes at: https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.30 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 Tue Apr 4 02:27:15 2017 (r437678) +++ head/textproc/ibus-typing-booster/Makefile Tue Apr 4 05:04:50 2017 (r437679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 1.5.29 +PORTVERSION= 1.5.30 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org Modified: head/textproc/ibus-typing-booster/distinfo ============================================================================== --- head/textproc/ibus-typing-booster/distinfo Tue Apr 4 02:27:15 2017 (r437678) +++ head/textproc/ibus-typing-booster/distinfo Tue Apr 4 05:04:50 2017 (r437679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490130439 -SHA256 (mike-fabian-ibus-typing-booster-1.5.29_GH0.tar.gz) = a5b5201fba2b17011314e9666dd760a7e4173b36dd66092304343dea09fadcb6 -SIZE (mike-fabian-ibus-typing-booster-1.5.29_GH0.tar.gz) = 4868126 +TIMESTAMP = 1491250997 +SHA256 (mike-fabian-ibus-typing-booster-1.5.30_GH0.tar.gz) = 92408ac25556ed9883bfa035e44f409f01e5e981e8254648fe7dbc3f8af92874 +SIZE (mike-fabian-ibus-typing-booster-1.5.30_GH0.tar.gz) = 3614040 Modified: head/textproc/ibus-typing-booster/pkg-plist ============================================================================== --- head/textproc/ibus-typing-booster/pkg-plist Tue Apr 4 02:27:15 2017 (r437678) +++ head/textproc/ibus-typing-booster/pkg-plist Tue Apr 4 05:04:50 2017 (r437679) @@ -105,6 +105,8 @@ share/applications/ibus-setup-typing-boo %%DATADIR%%/engine/__pycache__/itb_emoji.cpython-35.pyc %%DATADIR%%/engine/__pycache__/itb_nltk.cpython-35.%%PYTHON_PYOEXTENSION%% %%DATADIR%%/engine/__pycache__/itb_nltk.cpython-35.pyc +%%DATADIR%%/engine/__pycache__/itb_pango.cpython-35.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/itb_pango.cpython-35.pyc %%DATADIR%%/engine/__pycache__/itb_util.cpython-35.%%PYTHON_PYOEXTENSION%% %%DATADIR%%/engine/__pycache__/itb_util.cpython-35.pyc %%DATADIR%%/engine/__pycache__/m17n_translit.cpython-35.%%PYTHON_PYOEXTENSION%% @@ -121,6 +123,7 @@ share/applications/ibus-setup-typing-boo %%DATADIR%%/engine/hunspell_table.py %%DATADIR%%/engine/itb_emoji.py %%DATADIR%%/engine/itb_nltk.py +%%DATADIR%%/engine/itb_pango.py %%DATADIR%%/engine/itb_util.py %%DATADIR%%/engine/m17n_translit.py %%DATADIR%%/engine/main.py