From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 15 20:05:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3D616A501; Tue, 15 Aug 2006 20:05:28 +0000 (UTC) (envelope-from yinjieh@alumni.csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6C243D45; Tue, 15 Aug 2006 20:05:28 +0000 (GMT) (envelope-from yinjieh@alumni.csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) by alumni.csie.nctu.edu.tw (8.13.6/8.13.6) with ESMTP id k7FK5RQw018525; Wed, 16 Aug 2006 04:05:27 +0800 (CST) (envelope-from yinjieh@alumni.csie.nctu.edu.tw) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.13.6/8.13.6/Submit) id k7FK5Q4B018524; Wed, 16 Aug 2006 04:05:26 +0800 (CST) (envelope-from yinjieh) Date: Wed, 16 Aug 2006 04:05:26 +0800 From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20060815200526.GB59945@alumni.csie.nctu.edu.tw> References: <200608151741.k7FHfMRx000153@alumni.csie.nctu.edu.tw> <200608151750.k7FHoNWB050767@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608151750.k7FHoNWB050767@freefall.freebsd.org> User-Agent: Mutt/1.5.11 Cc: Subject: Re: ports/102105: [MAINTAINER] chinese/scim-chewing: update to 0.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 20:05:29 -0000 Apply the following patch instead, thanks! Index: Makefile =================================================================== RCS file: /home/pcvs/ports/chinese/scim-chewing/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 20 May 2006 00:40:39 -0000 1.16 +++ Makefile 15 Aug 2006 19:50:50 -0000 @@ -6,16 +6,17 @@ # PORTNAME= scim-chewing -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= chinese MASTER_SITES= http://chewing.csie.net/download/scim/ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= SCIM chewing Chinese input methods -BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_X_PREFIX= yes USE_GMAKE= yes @@ -25,6 +26,7 @@ post-patch: @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's,@DATADIRNAME@,share,g' ${WRKSRC}/po/Makefile.in.in post-install: @${CAT} ${PKGMESSAGE} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/chinese/scim-chewing/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 17 May 2006 03:21:32 -0000 1.5 +++ distinfo 15 Aug 2006 19:50:50 -0000 @@ -1,3 +1,3 @@ -MD5 (scim-chewing-0.3.0.tar.gz) = fd0d1faca7ce21d6966a2e4bbf68e542 -SHA256 (scim-chewing-0.3.0.tar.gz) = c38be62823e3f70ef5a6f8ee66bd29e720a864773ef2ec23ee0d12a47868e756 -SIZE (scim-chewing-0.3.0.tar.gz) = 425729 +MD5 (scim-chewing-0.3.1.tar.gz) = 7231e143e408b96f8374be9026ce6184 +SHA256 (scim-chewing-0.3.1.tar.gz) = ee88aa2e9ed6b970b01938d1fc8aeca200b866eee380f03623973820f45d75cb +SIZE (scim-chewing-0.3.1.tar.gz) = 434230 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/chinese/scim-chewing/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 17 May 2006 03:21:32 -0000 1.5 +++ pkg-plist 15 Aug 2006 19:50:50 -0000 @@ -4,7 +4,8 @@ lib/scim-1.0/SetupUI/chewing-imengine-setup.a lib/scim-1.0/SetupUI/chewing-imengine-setup.la lib/scim-1.0/SetupUI/chewing-imengine-setup.so -share/scim/icons/scim-chewing.png +share/locale/zh_TW/LC_MESSAGES/scim-chewing.mo share/scim/icons/scim-chewing-swap-colors.png +share/scim/icons/scim-chewing.png @dirrmtry lib/scim-1.0/IMEngine @dirrmtry lib/scim-1.0/SetupUI On Tue, Aug 15, 2006 at 05:50:23PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/102105'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=102105 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [MAINTAINER] chinese/scim-chewing: update to 0.3.1 > >Arrival-Date: Tue Aug 15 17:50:23 GMT 2006