Date: Mon, 2 Aug 2010 23:30:11 GMT From: Daniel Lin <linpct@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/149200: [PATCH] textproc/ibus-table: update to 1.3.0.20100621 Message-ID: <201008022330.o72NUBIr062919@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/149200; it has been noted by GNATS. From: Daniel Lin <linpct@gmail.com> To: Nikola Lecic <nikola.lecic@anthesphoria.net> Cc: bug-followup@freebsd.org Subject: Re: ports/149200: [PATCH] textproc/ibus-table: update to 1.3.0.20100621 Date: Tue, 3 Aug 2010 06:55:39 +0800 --0016e68ee005744291048cdf1946 Content-Type: text/plain; charset=ISO-8859-1 Dear Nikola, Thanks, I've learned. :-) On Tue, Aug 3, 2010 at 6:06 AM, Nikola Lecic <nikola.lecic@anthesphoria.net>wrote: > Thank you. The patch needs two corrections: > > (1) pkg-plist is incomplete (NLS stuff is missing); > (2) ibus/component should be under @dirrmtry since all IBus engines > share it (thanks for spotting that line is missing, though). > > To the committer: please apply the following patch instead: > > --- ibus-table-1.3.0.20100621-b.patch begins here --- > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/textproc/ibus-table/Makefile,v > retrieving revision 1.5 > diff -u -r1.5 Makefile > --- Makefile 10 Jun 2010 18:06:37 -0000 1.5 > +++ Makefile 2 Aug 2010 23:13:45 -0000 > @@ -6,8 +6,7 @@ > # > > PORTNAME= ibus-table > -PORTVERSION= 1.2.0.20091113 > -PORTREVISION= 4 > +PORTVERSION= 1.3.0.20100621 > CATEGORIES= textproc > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > http://anthesphoria.net/FreeBSD/ports/distfiles/ > Index: distinfo > =================================================================== > RCS file: /home/ncvs/ports/textproc/ibus-table/distinfo,v > retrieving revision 1.1 > diff -u -r1.1 distinfo > --- distinfo 22 Nov 2009 13:21:29 -0000 1.1 > +++ distinfo 2 Aug 2010 23:13:45 -0000 > @@ -1,3 +1,3 @@ > -MD5 (ibus-table-1.2.0.20091113.tar.gz) = 9e48e3844b61a5985802cd203e31aca0 > -SHA256 (ibus-table-1.2.0.20091113.tar.gz) = > b1858883e54b5dbe25b408af62cebbf6d543a8f34c5ca66ee5ae406e1818228e > -SIZE (ibus-table-1.2.0.20091113.tar.gz) = 412864 > +MD5 (ibus-table-1.3.0.20100621.tar.gz) = 0fd5812197400f7b586480fca1a0c082 > +SHA256 (ibus-table-1.3.0.20100621.tar.gz) = > c2c9604082bd3c50e76c2cd8494855485845147a6b9fe05d4fa1c4a2f6fd3324 > +SIZE (ibus-table-1.3.0.20100621.tar.gz) = 421845 > Index: pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/textproc/ibus-table/pkg-plist,v > retrieving revision 1.1 > diff -u -r1.1 pkg-plist > --- pkg-plist 22 Nov 2009 13:21:29 -0000 1.1 > +++ pkg-plist 2 Aug 2010 23:46:59 -0000 > @@ -47,6 +47,7 @@ > %%DATADIR%%/tables/compose.db > %%DATADIR%%/tables/latex.db > %%DATADIR%%/tables/template.txt > +@dirrmtry share/ibus/component > @dirrm %%DATADIR%%/data > @dirrm %%DATADIR%%/engine > @dirrm %%DATADIR%%/icons > --- ibus-table-1.3.0.20100621-b.patch ends here --- > > -- > Nikola Lecic > fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B > -- Daniel Lin (pct) --0016e68ee005744291048cdf1946 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear=A0Nikola,<div><br></div><div>=A0=A0 =A0Thanks, I've learned. :-)<b= r><br><div class=3D"gmail_quote">On Tue, Aug 3, 2010 at 6:06 AM, Nikola Lec= ic <span dir=3D"ltr"><<a href=3D"mailto:nikola.lecic@anthesphoria.net">n= ikola.lecic@anthesphoria.net</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex;">Thank you. The patch needs two corrections:= <br> <br> (1) pkg-plist is incomplete (NLS stuff is missing);<br> (2) ibus/component should be under @dirrmtry since all IBus engines<br> =A0 =A0share it (thanks for spotting that line is missing, though).<br> <br> To the committer: please apply the following patch instead:<br> <br> --- ibus-table-1.3.0.20100621-b.patch begins here ---<br> Index: Makefile<br> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br> RCS file: /home/ncvs/ports/textproc/ibus-table/Makefile,v<br> retrieving revision 1.5<br> diff -u -r1.5 Makefile<br> --- Makefile =A0 =A010 Jun 2010 18:06:37 -0000 =A0 =A0 =A01.5<br> +++ Makefile =A0 =A02 Aug 2010 23:13:45 -0000<br> @@ -6,8 +6,7 @@<br> =A0#<br> <br> =A0PORTNAME=3D =A0 =A0 =A0ibus-table<br> -PORTVERSION=3D =A0 1.2.0.20091113<br> -PORTREVISION=3D =A04<br> +PORTVERSION=3D =A0 1.3.0.20100621<br> =A0CATEGORIES=3D =A0 =A0textproc<br> =A0MASTER_SITES=3D =A0${MASTER_SITE_GOOGLE_CODE} \<br> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<a href=3D"http://anthesphoria.net/FreeBSD/= ports/distfiles/" target=3D"_blank">http://anthesphoria.net/FreeBSD/ports/d= istfiles/</a><br> Index: distinfo<br> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br> RCS file: /home/ncvs/ports/textproc/ibus-table/distinfo,v<br> retrieving revision 1.1<br> diff -u -r1.1 distinfo<br> --- distinfo =A0 =A022 Nov 2009 13:21:29 -0000 =A0 =A0 =A01.1<br> +++ distinfo =A0 =A02 Aug 2010 23:13:45 -0000<br> @@ -1,3 +1,3 @@<br> -MD5 (ibus-table-1.2.0.20091113.tar.gz) =3D 9e48e3844b61a5985802cd203e31aca= 0<br> -SHA256 (ibus-table-1.2.0.20091113.tar.gz) =3D b1858883e54b5dbe25b408af62ce= bbf6d543a8f34c5ca66ee5ae406e1818228e<br> -SIZE (ibus-table-1.2.0.20091113.tar.gz) =3D 412864<br> +MD5 (ibus-table-1.3.0.20100621.tar.gz) =3D 0fd5812197400f7b586480fca1a0c08= 2<br> +SHA256 (ibus-table-1.3.0.20100621.tar.gz) =3D c2c9604082bd3c50e76c2cd84948= 55485845147a6b9fe05d4fa1c4a2f6fd3324<br> +SIZE (ibus-table-1.3.0.20100621.tar.gz) =3D 421845<br> Index: pkg-plist<br> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br> RCS file: /home/ncvs/ports/textproc/ibus-table/pkg-plist,v<br> retrieving revision 1.1<br> diff -u -r1.1 pkg-plist<br> --- pkg-plist =A0 22 Nov 2009 13:21:29 -0000 =A0 =A0 =A01.1<br> +++ pkg-plist =A0 2 Aug 2010 23:46:59 -0000<br> @@ -47,6 +47,7 @@<br> =A0%%DATADIR%%/tables/compose.db<br> =A0%%DATADIR%%/tables/latex.db<br> =A0%%DATADIR%%/tables/template.txt<br> +@dirrmtry share/ibus/component<br> =A0@dirrm %%DATADIR%%/data<br> =A0@dirrm %%DATADIR%%/engine<br> =A0@dirrm %%DATADIR%%/icons<br> --- ibus-table-1.3.0.20100621-b.patch ends here ---<br> <font color=3D"#888888"><br> --<br> Nikola Lecic<br> fingerprint : FEF3 66AF C90E EDC3 D878 =A07CDC 956D F4AB A377 1C9B<br> </font></blockquote></div><br><br clear=3D"all"><br>-- <br>Daniel Lin (pct)= <br> </div> --0016e68ee005744291048cdf1946--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008022330.o72NUBIr062919>