Bug 182526 - [PATCH] Update textproc/ibus to 1.4.2
Summary: [PATCH] Update textproc/ibus to 1.4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 22:20 UTC by Xin LI
Modified: 2013-10-03 02:20 UTC (History)
1 user (show)

See Also:


Attachments
ibus-1.4.2.diff (2.67 KB, patch)
2013-09-30 22:20 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2013-09-30 22:20:00 UTC
	This attached patch would update textproc/ibus to 1.4.2.

How-To-Repeat: 	Not applicable.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-30 22:20:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-30 22:20:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Henry Hu 2013-10-03 01:30:59 UTC
Approved. I've tested the patch and it works.

-- 
Cheers,
Henry
Comment 4 Xin LI freebsd_committer freebsd_triage 2013-10-03 02:09:59 UTC
State Changed
From-To: feedback->closed

Committed with maintainer approval.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-03 02:10:02 UTC
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"