From owner-svn-ports-all@freebsd.org Mon Sep 21 04:56:55 2015 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 3C118A058D7; Mon, 21 Sep 2015 04:56:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0F03A1647; Mon, 21 Sep 2015 04:56:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8L4usME000532; Mon, 21 Sep 2015 04:56:54 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8L4usCh000529; Mon, 21 Sep 2015 04:56:54 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201509210456.t8L4usCh000529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 21 Sep 2015 04:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397477 - head/textproc/ibus 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.20 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: Mon, 21 Sep 2015 04:56:55 -0000 Author: delphij Date: Mon Sep 21 04:56:53 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 Modified: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/pkg-plist Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Mon Sep 21 01:51:25 2015 (r397476) +++ head/textproc/ibus/Makefile Mon Sep 21 04:56:53 2015 (r397477) @@ -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}/ Modified: head/textproc/ibus/distinfo ============================================================================== --- head/textproc/ibus/distinfo Mon Sep 21 01:51:25 2015 (r397476) +++ head/textproc/ibus/distinfo Mon Sep 21 04:56:53 2015 (r397477) @@ -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 Modified: head/textproc/ibus/pkg-plist ============================================================================== --- head/textproc/ibus/pkg-plist Mon Sep 21 01:51:25 2015 (r397476) +++ head/textproc/ibus/pkg-plist Mon Sep 21 04:56:53 2015 (r397477) @@ -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