diff options
author | delphij <delphij@FreeBSD.org> | 2010-06-11 02:51:16 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-06-11 02:51:16 +0800 |
commit | 25a3e52ca2e838c415fed0da2d0789d46084e6d1 (patch) | |
tree | 76c0ad2cf2165a5a67b39bfbff9376908ff8736b /textproc | |
parent | ad4eae4247467570bb3bada1894358f25a76a620 (diff) | |
download | freebsd-ports-gnome-25a3e52ca2e838c415fed0da2d0789d46084e6d1.tar.gz freebsd-ports-gnome-25a3e52ca2e838c415fed0da2d0789d46084e6d1.tar.zst freebsd-ports-gnome-25a3e52ca2e838c415fed0da2d0789d46084e6d1.zip |
Update to 1.3.0.
Submitted by: maintainer
PR: ports/147761
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-m17n/Makefile | 9 | ||||
-rw-r--r-- | textproc/ibus-m17n/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index b75eda83e678..5a21121afbd1 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ 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 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \ + ${WRKSRC}/src/m17n.xml.in* + .include <bsd.port.mk> diff --git a/textproc/ibus-m17n/distinfo b/textproc/ibus-m17n/distinfo index 715aa09f5715..44ff984cfbb4 100644 --- a/textproc/ibus-m17n/distinfo +++ b/textproc/ibus-m17n/distinfo @@ -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 |