This attached patch would update textproc/ibus to 1.4.2. How-To-Repeat: Not applicable.
Maintainer of textproc/ibus, Please note that PR ports/182526 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182526 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved. I've tested the patch and it works. -- Cheers, Henry
State Changed From-To: feedback->closed Committed with maintainer approval.
Author: delphij Date: Thu Oct 3 01:09:54 2013 New Revision: 329135 URL: http://svnweb.freebsd.org/changeset/ports/329135 Log: Update to 1.4.2. PR: ports/182526 Approved by: Henry Hu (maintainer) Deleted: head/textproc/ibus/files/patch-src-Makefile_in Modified: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/files/patch-ibus-common.py head/textproc/ibus/pkg-plist Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Thu Oct 3 00:50:12 2013 (r329134) +++ head/textproc/ibus/Makefile Thu Oct 3 01:09:54 2013 (r329135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} Modified: head/textproc/ibus/distinfo ============================================================================== --- head/textproc/ibus/distinfo Thu Oct 3 00:50:12 2013 (r329134) +++ head/textproc/ibus/distinfo Thu Oct 3 01:09:54 2013 (r329135) @@ -1,2 +1,2 @@ -SHA256 (ibus-1.4.1.tar.gz) = 2f46de279ef3c0a48d3f52061794cfc6544ad8cfe3f04d9d12b251d119a180d6 -SIZE (ibus-1.4.1.tar.gz) = 1479412 +SHA256 (ibus-1.4.2.tar.gz) = 2418d9960d177c0ce7d3dc5ef8ab75cfc00e30f5e2c730b7d82f4f22666a04d7 +SIZE (ibus-1.4.2.tar.gz) = 1489482 Modified: head/textproc/ibus/files/patch-ibus-common.py ============================================================================== --- head/textproc/ibus/files/patch-ibus-common.py Thu Oct 3 00:50:12 2013 (r329134) +++ head/textproc/ibus/files/patch-ibus-common.py Thu Oct 3 01:09:54 2013 (r329135) @@ -5,7 +5,7 @@ # return address -libibus = ctypes.CDLL("libibus-1.0.so.0") -+libibus = ctypes.CDLL("libibus-1.0.so.401") ++libibus = ctypes.CDLL("libibus-1.0.so.402") get_address = libibus.ibus_get_address get_address.restype=ctypes.c_char_p Modified: head/textproc/ibus/pkg-plist ============================================================================== --- head/textproc/ibus/pkg-plist Thu Oct 3 00:50:12 2013 (r329134) +++ head/textproc/ibus/pkg-plist Thu Oct 3 01:09:54 2013 (r329135) @@ -42,7 +42,7 @@ lib/gtk-2.0/2.10.0/immodules/im-ibus.so %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so lib/libibus-1.0.la lib/libibus-1.0.so -lib/libibus-1.0.so.401 +lib/libibus-1.0.so.402 %%PYTHON_SITELIBDIR%%/ibus/__init__.py %%PYTHON_SITELIBDIR%%/ibus/__init__.pyc %%PYTHON_SITELIBDIR%%/ibus/__init__.pyo _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"