Bug 149200 - [PATCH] textproc/ibus-table: update to 1.3.0.20100621
Summary: [PATCH] textproc/ibus-table: update to 1.3.0.20100621
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: 2010-08-02 16:30 UTC by linpct
Modified: 2010-08-04 14:50 UTC (History)
1 user (show)

See Also:


Attachments
ibus-table-1.3.0.20100621.patch (2.08 KB, patch)
2010-08-02 16:30 UTC, linpct
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description linpct 2010-08-02 16:30:08 UTC
- Update to 1.3.0.20100621

Port maintainer (nikola.lecic@anthesphoria.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-02 16:30:16 UTC
Maintainer of textproc/ibus-table,

Please note that PR ports/149200 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/149200

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-02 16:30:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Nikola Lečić 2010-08-02 23:06:46 UTC
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
Comment 4 linpct 2010-08-02 23:55:39 UTC
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)
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2010-08-03 00:06:48 UTC
State Changed
From-To: feedback->open

feedback received.
Comment 6 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-04 07:55:20 UTC
State Changed
From-To: open->feedback

Seems there is a permission issue need to fix: 
http://people.freebsd.org/~lwhsu/ibus-table-1.3.0.20100621.log
Comment 7 Nikola Lečić 2010-08-04 14:09:05 UTC
Right, I apologise. The corrected patch follows:

--- ibus-table-1.3.0.20100621-c.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/
@@ -39,5 +38,6 @@
 	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py
+	@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
 
 .include <bsd.port.mk>
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-c.patch ends here ---

-- 
Nikola Lecic
fingerprint : FEF3 66AF C90E EDC3 D878  7CDC 956D F4AB A377 1C9B
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-08-04 14:47:41 UTC
lwhsu       2010-08-04 13:47:32 UTC

  FreeBSD ports repository

  Modified files:
    textproc/ibus-table  Makefile distinfo pkg-plist 
  Log:
  - Update to 1.3.0.20100621
  
  PR:             ports/149200 (based on)
  Submitted by:   Jin-Sih Lin <linpct AT gmail.com>
  Approved by:    Nikola Lecic <nikola.lecic AT anthesphoria.net> (maintainer)
  
  Revision  Changes    Path
  1.6       +2 -2      ports/textproc/ibus-table/Makefile
  1.2       +3 -3      ports/textproc/ibus-table/distinfo
  1.2       +1 -0      ports/textproc/ibus-table/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-04 14:47:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!