Index: Makefile =================================================================== --- Makefile (revision 396449) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ibus -PORTVERSION= 1.5.9 -PORTREVISION= 2 +PORTVERSION= 1.5.11 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \ http://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ Index: distinfo =================================================================== --- distinfo (revision 396449) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ibus-1.5.9.tar.gz) = ad41014aa3cb961854ee0aa392a5abd7452fab2c6b77d8ff2d736b7405b48ac6 -SIZE (ibus-1.5.9.tar.gz) = 2128459 +SHA256 (ibus-1.5.11.tar.gz) = 49995a298a39a137e65c6ee77811b030850ff344b875f29d4ed088f623a546bc +SIZE (ibus-1.5.11.tar.gz) = 2177026 Index: pkg-plist =================================================================== --- pkg-plist (revision 396449) +++ pkg-plist (working copy) @@ -51,7 +51,7 @@ include/ibus-1.0/ibusenginesimple.h %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so lib/libibus-1.0.so lib/libibus-1.0.so.5 -lib/libibus-1.0.so.5.0.509 +lib/libibus-1.0.so.5.0.511 %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.py %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyc %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyo @@ -175,6 +175,7 @@ share/applications/ibus-setup.desktop %%PORTDOCS%%%%DOCSDIR%%/IBusConfigService.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngine.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngineDesc.html +%%PORTDOCS%%%%DOCSDIR%%/IBusEngineSimple.html %%PORTDOCS%%%%DOCSDIR%%/IBusFactory.html %%PORTDOCS%%%%DOCSDIR%%/IBusHotkeyProfile.html %%PORTDOCS%%%%DOCSDIR%%/IBusInputContext.html @@ -204,7 +205,6 @@ share/applications/ibus-setup.desktop %%PORTDOCS%%%%DOCSDIR%%/ibus-ibustypes.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusversion.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusxml.html -%%PORTDOCS%%%%DOCSDIR%%/ibus-IBusEngineSimple.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuskeys.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuskeysyms-compat.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusutil.html
Created attachment 160913 [details] Proposed patch
* make check-plist: PASS * make stage-qa: PASS * make deinstall & install: PASS * GTK im module test (with ibus-pinyin): PASS * QT4 im module test (with ibus-pinyin): PASS * XIM test (with ibus-pinyin): PASS All tests passed, please commit it!
A commit references this bug: Author: delphij Date: Mon Sep 21 04:56:55 UTC 2015 New revision: 397477 URL: https://svnweb.freebsd.org/changeset/ports/397477 Log: Update to 1.5.11. PR: ports/203028 Approved by: maintainer (Henry Hu) MFH: 2015Q3 Changes: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/pkg-plist