summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-01 21:18:06 +0000
committeradam <adam@pkgsrc.org>2018-01-01 21:18:06 +0000
commit1e78f2267b0c29f887835420620be6b8c4097838 (patch)
tree71bb5f6ae0e25c7f3ef13390b999b6e40126a958 /inputmethod
parentf7c0c932f21e259f3bba5702269d7b1ecd668be9 (diff)
downloadpkgsrc-1e78f2267b0c29f887835420620be6b8c4097838.tar.gz
Revbump after boost update
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-mozc/Makefile3
-rw-r--r--inputmethod/ibus-rime/Makefile4
-rw-r--r--inputmethod/librime/Makefile4
-rw-r--r--inputmethod/librime/buildlink3.mk4
-rw-r--r--inputmethod/mozc-elisp/Makefile3
-rw-r--r--inputmethod/mozc-renderer/Makefile3
-rw-r--r--inputmethod/mozc-server/Makefile3
-rw-r--r--inputmethod/mozc-tool/Makefile3
-rw-r--r--inputmethod/uim-mozc/Makefile3
-rw-r--r--inputmethod/uim/Makefile4
10 files changed, 20 insertions, 14 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index 7fae2bc72ac..338f914e0da 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2017/12/17 14:15:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.37 2018/01/01 21:18:37 adam Exp $
PKGNAME= ibus-${DISTNAME}
+PKGREVISION= 1
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
diff --git a/inputmethod/ibus-rime/Makefile b/inputmethod/ibus-rime/Makefile
index 411d56668d6..159d02f329e 100644
--- a/inputmethod/ibus-rime/Makefile
+++ b/inputmethod/ibus-rime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2017/08/24 20:03:26 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/01 21:18:37 adam Exp $
DISTNAME= ibus-rime-1.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile
index 5ab09aaaba7..57da7b3feec 100644
--- a/inputmethod/librime/Makefile
+++ b/inputmethod/librime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/08/24 20:02:59 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/01/01 21:18:09 adam Exp $
DISTNAME= librime-1.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
#MASTER_SITES= http://dl.bintray.com/lotem/rime/
diff --git a/inputmethod/librime/buildlink3.mk b/inputmethod/librime/buildlink3.mk
index fef47588406..9570c98a929 100644
--- a/inputmethod/librime/buildlink3.mk
+++ b/inputmethod/librime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2017/08/24 20:02:59 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2018/01/01 21:18:09 adam Exp $
#
BUILDLINK_TREE+= librime
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= librime
LIBRIME_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.librime+= librime>=1.0
-BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb6
+BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb7
BUILDLINK_PKGSRCDIR.librime?= ../../inputmethod/librime
.include "../../converters/opencc/buildlink3.mk"
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index 6245878ec77..5bdb1ca1423 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2017/12/17 14:15:43 tsutsui Exp $
+# $NetBSD: Makefile,v 1.27 2018/01/01 21:18:37 adam Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
+PKGREVISION= 1
CATEGORIES= inputmethod editors
EMACS_MODULES= base leim
diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile
index 834b6290cff..ec0c6646f4f 100644
--- a/inputmethod/mozc-renderer/Makefile
+++ b/inputmethod/mozc-renderer/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/12/17 14:15:43 tsutsui Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/01 21:18:37 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
+PKGREVISION= 1
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile
index 445049c2ad7..274dd18dec7 100644
--- a/inputmethod/mozc-server/Makefile
+++ b/inputmethod/mozc-server/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2017/12/17 14:15:43 tsutsui Exp $
+# $NetBSD: Makefile,v 1.35 2018/01/01 21:18:37 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
+PKGREVISION= 1
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile
index a30735ce8bf..64a3ae85b9b 100644
--- a/inputmethod/mozc-tool/Makefile
+++ b/inputmethod/mozc-tool/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2017/12/17 14:15:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.32 2018/01/01 21:18:37 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
+PKGREVISION= 1
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index dcb08766563..dc9ec558490 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2017/12/17 14:15:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/01 21:18:37 adam Exp $
PKGNAME= uim-${DISTNAME}
+PKGREVISION= 1
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index de7839ef2a2..63a329bf5f9 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.131 2017/11/30 16:45:27 adam Exp $
+# $NetBSD: Makefile,v 1.132 2018/01/01 21:18:37 adam Exp $
#
.include "../../inputmethod/uim/Makefile.common"
-PKGREVISION= 44
+PKGREVISION= 45
COMMENT= Multilingual input method library
#LICENSE= See ${WRKSRC}/COPYING