diff options
author | wen <wen@FreeBSD.org> | 2011-01-13 10:44:25 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-13 10:44:25 +0800 |
commit | 9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2 (patch) | |
tree | 39856262d5d1ddf14485fdff2d124f8e144c2e8b /textproc/ibus | |
parent | b8bcc40dced9724cf272555afeb052f4fe6e8423 (diff) | |
download | freebsd-ports-gnome-9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2.tar.gz freebsd-ports-gnome-9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2.tar.zst freebsd-ports-gnome-9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2.zip |
- Update to 1.3.9
PR: ports/153906
Submitted by: "Charlie &" <linpct@gmail.com>"
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'textproc/ibus')
-rw-r--r-- | textproc/ibus/Makefile | 14 | ||||
-rw-r--r-- | textproc/ibus/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 7102089c160d..81143b4fa3a9 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ibus -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -61,13 +61,13 @@ PLIST_SUB+= VALA="@comment " .endif .if defined(WITH_GINTRO) -BUILD_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection -CONFIGURE_ARGS+= --enable-introspection=yes -PLIST_SUB+= GINTRO="" +BUILD_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection +RUN_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection +CONFIGURE_ARGS+= --enable-introspection=yes +PLIST_SUB+= GINTRO="" .else -CONFIGURE_ARGS+= --enable-introspection=no -PLIST_SUB+= GINTRO="@comment " +CONFIGURE_ARGS+= --enable-introspection=no +PLIST_SUB+= GINTRO="@comment " .endif post-patch: diff --git a/textproc/ibus/distinfo b/textproc/ibus/distinfo index c5badbd0c6c0..8ee42ef5802a 100644 --- a/textproc/ibus/distinfo +++ b/textproc/ibus/distinfo @@ -1,2 +1,2 @@ -SHA256 (ibus-1.3.8.tar.gz) = d8507517f5e5ba454b2663581b1133df21fdba74a077902259e18845cdd2468d -SIZE (ibus-1.3.8.tar.gz) = 1379038 +SHA256 (ibus-1.3.9.tar.gz) = b2784a668666efa8ae04e6f1cff5749917cd18add0a39a1d020ecc9f3df5285d +SIZE (ibus-1.3.9.tar.gz) = 1380081 |