svn commit: r357741 - in head/textproc/ibus-table: . files
Martin Wilke
miwi at FreeBSD.org
Sat Jun 14 05:47:31 UTC 2014
Author: miwi
Date: Sat Jun 14 05:47:29 2014
New Revision: 357741
URL: http://svnweb.freebsd.org/changeset/ports/357741
QAT: https://qat.redports.org/buildarchive/r357741/
Log:
* add stage support
* update to 1.5.0
* correct use of LIB_DEPENDS
* reduce MASTER_SITES
PR: 190911
Added:
head/textproc/ibus-table/files/
head/textproc/ibus-table/files/patch-configure (contents, props changed)
Modified:
head/textproc/ibus-table/Makefile
head/textproc/ibus-table/distinfo
head/textproc/ibus-table/pkg-plist
Modified: head/textproc/ibus-table/Makefile
==============================================================================
--- head/textproc/ibus-table/Makefile Sat Jun 14 04:42:46 2014 (r357740)
+++ head/textproc/ibus-table/Makefile Sat Jun 14 05:47:29 2014 (r357741)
@@ -2,17 +2,15 @@
# $FreeBSD$
PORTNAME= ibus-table
-PORTVERSION= 1.3.9.20110827
-PORTREVISION= 2
+PORTVERSION= 1.5.0
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
- http://anthesphoria.net/FreeBSD/ports/distfiles/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= nikola.lecic at anthesphoria.net
COMMENT= Table based input method framework for IBus
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
-LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
USE_PYTHON= yes
@@ -23,8 +21,6 @@ GNU_CONFIGURE= yes
PROJECTHOST= ibus
-NO_STAGE= yes
-
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
Modified: head/textproc/ibus-table/distinfo
==============================================================================
--- head/textproc/ibus-table/distinfo Sat Jun 14 04:42:46 2014 (r357740)
+++ head/textproc/ibus-table/distinfo Sat Jun 14 05:47:29 2014 (r357741)
@@ -1,2 +1,2 @@
-SHA256 (ibus-table-1.3.9.20110827.tar.gz) = 99c5eee5175233d8ee5678d3a16ef3ed76c029eaeb9792d811345a02652f0401
-SIZE (ibus-table-1.3.9.20110827.tar.gz) = 428810
+SHA256 (ibus-table-1.5.0.tar.gz) = 6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184
+SIZE (ibus-table-1.5.0.tar.gz) = 432844
Added: head/textproc/ibus-table/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/ibus-table/files/patch-configure Sat Jun 14 05:47:29 2014 (r357741)
@@ -0,0 +1,12 @@
+--- configure~ 2013-01-15 22:54:43.000000000 +0100
++++ configure 2014-06-10 03:27:20.000000000 +0400
+@@ -5594,8 +5594,7 @@
+ fi
+ fi
+
+- if test "$gt_use_preinstalled_gnugettext" = "yes" \
+- || test "$nls_cv_use_gnu_gettext" = "yes"; then
++ if test "$USE_NLS" = "yes"; then
+
+ $as_echo "#define ENABLE_NLS 1" >>confdefs.h
+
Modified: head/textproc/ibus-table/pkg-plist
==============================================================================
--- head/textproc/ibus-table/pkg-plist Sat Jun 14 04:42:46 2014 (r357740)
+++ head/textproc/ibus-table/pkg-plist Sat Jun 14 05:47:29 2014 (r357741)
@@ -2,6 +2,7 @@ bin/ibus-table-createdb
libdata/pkgconfig/ibus-table.pc
libexec/ibus-engine-table
share/ibus/component/table.xml
+%%NLS%%share/locale/de/LC_MESSAGES/ibus-table.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-table.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus-table.mo
%%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus-table.mo
@@ -27,14 +28,12 @@ share/ibus/component/table.xml
%%DATADIR%%/icons/acommit.svg
%%DATADIR%%/icons/cb-mode.svg
%%DATADIR%%/icons/chinese.svg
-%%DATADIR%%/icons/compose.svg
%%DATADIR%%/icons/english.svg
%%DATADIR%%/icons/full-letter.svg
%%DATADIR%%/icons/full-punct.svg
%%DATADIR%%/icons/half-letter.svg
%%DATADIR%%/icons/half-punct.svg
%%DATADIR%%/icons/ibus-table.svg
-%%DATADIR%%/icons/latex.png
%%DATADIR%%/icons/ncommit.svg
%%DATADIR%%/icons/onechar.svg
%%DATADIR%%/icons/phrase.svg
@@ -44,8 +43,6 @@ share/ibus/component/table.xml
%%DATADIR%%/icons/tab-mode.svg
%%DATADIR%%/icons/tc-mode.svg
%%DATADIR%%/icons/tcb-mode.svg
-%%DATADIR%%/tables/compose.db
-%%DATADIR%%/tables/latex.db
%%DATADIR%%/tables/template.txt
@dirrmtry share/ibus/component
@dirrm %%DATADIR%%/data
More information about the svn-ports-all
mailing list