From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 10 11:20:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2BD8106567F for ; Thu, 10 Jun 2010 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D4F98FC1F for ; Thu, 10 Jun 2010 11:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5ABK54f068264 for ; Thu, 10 Jun 2010 11:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5ABK5Cc068263; Thu, 10 Jun 2010 11:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 Jun 2010 11:20:05 GMT Resent-Message-Id: <201006101120.o5ABK5Cc068263@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Lecic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39E901065673 for ; Thu, 10 Jun 2010 11:17:25 +0000 (UTC) (envelope-from nl@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id BD9BE8FC1C for ; Thu, 10 Jun 2010 11:17:24 +0000 (UTC) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by anthesphoria.net (8.14.3/8.14.3) with ESMTP id o5ABHOAj041899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Jun 2010 13:17:24 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.3/8.14.3/Submit) id o5ABHO8i041898; Thu, 10 Jun 2010 13:17:24 +0200 (CEST) (envelope-from nl) Message-Id: <201006101117.o5ABHO8i041898@anthesphoria.net> Date: Thu, 10 Jun 2010 13:17:24 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/147761: [Maintainer] textproc/ibus-m17n: Update to 1.3.0, catching up with recent IBus update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2010 11:20:05 -0000 >Number: 147761 >Category: ports >Synopsis: [Maintainer] textproc/ibus-m17n: Update to 1.3.0, catching up with recent IBus update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 10 11:20:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor.xx.ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor.xx.ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Log: * update ibus-m17n to 1.3.0; * catching up with recent IBus shlib update (ibus.1 -> ibus.2) >How-To-Repeat: >Fix: --- ibus-m17n-1.3.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-m17n/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 31 May 2010 02:01:13 -0000 1.9 +++ Makefile 10 Jun 2010 11:33:08 -0000 @@ -6,8 +6,7 @@ # PORTNAME= ibus-m17n -PORTVERSION= 1.2.0.20091217 -PORTREVISION= 4 +PORTVERSION= 1.3.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -15,7 +14,7 @@ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= The m17n IMEngine for IBus framework -LIB_DEPENDS= ibus.1:${PORTSDIR}/textproc/ibus \ +LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus \ m17n.4:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus @@ -32,4 +31,8 @@ PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \ + ${WRKSRC}/src/m17n.xml.in* + .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-m17n/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 31 Jan 2010 11:21:26 -0000 1.4 +++ distinfo 10 Jun 2010 10:32:08 -0000 @@ -1,3 +1,3 @@ -MD5 (ibus-m17n-1.2.0.20091217.tar.gz) = 9bcccb93c3385bda01172f846b716048 -SHA256 (ibus-m17n-1.2.0.20091217.tar.gz) = 92b8983d99078f5918ea6fcf931231687e9dab67eef30692b495b5a7e8371cc2 -SIZE (ibus-m17n-1.2.0.20091217.tar.gz) = 389820 +MD5 (ibus-m17n-1.3.0.tar.gz) = 898b5ce1a685df201f959ac8feeb5a82 +SHA256 (ibus-m17n-1.3.0.tar.gz) = 1ff7c870fa91f7fc207eab4e76bac3b6b54ea1e6fd9c0e745751425f5548c6bd +SIZE (ibus-m17n-1.3.0.tar.gz) = 391768 --- ibus-m17n-1.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: