diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-04 21:47:32 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-04 21:47:32 +0800 |
commit | 14cd173166c227c52ad900deb67a1b26fa3bc542 (patch) | |
tree | bdf30d1b808a68f1f255fdae976ab7b3e8a6bbaf /textproc | |
parent | e9e248848bdbf8ddd0097768cddc63a440dd9226 (diff) | |
download | freebsd-ports-graphics-14cd173166c227c52ad900deb67a1b26fa3bc542.tar.gz freebsd-ports-graphics-14cd173166c227c52ad900deb67a1b26fa3bc542.tar.zst freebsd-ports-graphics-14cd173166c227c52ad900deb67a1b26fa3bc542.zip |
- 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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-table/Makefile | 4 | ||||
-rw-r--r-- | textproc/ibus-table/distinfo | 6 | ||||
-rw-r--r-- | textproc/ibus-table/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 8f02b5a2003..36ac8dd2199 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -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 @@ post-patch: @${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> diff --git a/textproc/ibus-table/distinfo b/textproc/ibus-table/distinfo index 01f0ed51bda..b9d6d757e09 100644 --- a/textproc/ibus-table/distinfo +++ b/textproc/ibus-table/distinfo @@ -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 diff --git a/textproc/ibus-table/pkg-plist b/textproc/ibus-table/pkg-plist index 3cd21063b1d..bb9477f4db5 100644 --- a/textproc/ibus-table/pkg-plist +++ b/textproc/ibus-table/pkg-plist @@ -47,6 +47,7 @@ share/ibus/component/table.xml %%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 |