summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-06 14:04:05 +0000
committeradam <adam@pkgsrc.org>2020-05-06 14:04:05 +0000
commit6970defbb2f9e26c73129c4c8cfc20803b109467 (patch)
treec81d648805b099d82983eab8e643d64ab9cdb13f /inputmethod
parent5d40b7bcb0767de3a1d3ce1a480ed9035b4b97c1 (diff)
downloadpkgsrc-6970defbb2f9e26c73129c4c8cfc20803b109467.tar.gz
revbump after boost update
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-mozc/Makefile4
-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/Makefile4
-rw-r--r--inputmethod/mozc-renderer/Makefile4
-rw-r--r--inputmethod/mozc-server/Makefile4
-rw-r--r--inputmethod/mozc-tool/Makefile4
-rw-r--r--inputmethod/uim-mozc/Makefile4
9 files changed, 18 insertions, 18 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index a66710991fb..d8d48378056 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2020/04/12 08:28:52 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/05/06 14:04:43 adam Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 22
+PKGREVISION= 23
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
diff --git a/inputmethod/ibus-rime/Makefile b/inputmethod/ibus-rime/Makefile
index bbcbee1ff6e..0befbb60335 100644
--- a/inputmethod/ibus-rime/Makefile
+++ b/inputmethod/ibus-rime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2020/03/08 16:50:14 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/06 14:04:43 adam Exp $
DISTNAME= ibus-rime-1.0
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile
index 233e073e9e1..a987736cbbd 100644
--- a/inputmethod/librime/Makefile
+++ b/inputmethod/librime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:25 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/06 14:04:09 adam Exp $
DISTNAME= librime-1.0
-PKGREVISION= 15
+PKGREVISION= 16
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 a3b0360ee45..913f3f5aca8 100644
--- a/inputmethod/librime/buildlink3.mk
+++ b/inputmethod/librime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2020/01/12 20:19:56 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2020/05/06 14:04: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.0nb15
+BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb16
BUILDLINK_PKGSRCDIR.librime?= ../../inputmethod/librime
.include "../../converters/opencc/buildlink3.mk"
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index 7fe103f7796..32814718b65 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2020/04/12 08:28:53 adam Exp $
+# $NetBSD: Makefile,v 1.48 2020/05/06 14:04:44 adam Exp $
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= inputmethod editors
EMACS_MODULES= base leim
diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile
index ca9275cea8a..d6e097a6294 100644
--- a/inputmethod/mozc-renderer/Makefile
+++ b/inputmethod/mozc-renderer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2020/04/12 08:28:53 adam Exp $
+# $NetBSD: Makefile,v 1.40 2020/05/06 14:04:44 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
-PKGREVISION= 22
+PKGREVISION= 23
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile
index 9ad642a32b8..c0a572cf84b 100644
--- a/inputmethod/mozc-server/Makefile
+++ b/inputmethod/mozc-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2020/04/12 08:28:53 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/05/06 14:04:44 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
-PKGREVISION= 22
+PKGREVISION= 23
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile
index 6e1796267e0..64025100eba 100644
--- a/inputmethod/mozc-tool/Makefile
+++ b/inputmethod/mozc-tool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2020/04/12 08:28:53 adam Exp $
+# $NetBSD: Makefile,v 1.54 2020/05/06 14:04:44 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
-PKGREVISION= 22
+PKGREVISION= 23
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index 28ec6fdece4..963e5458108 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2020/04/12 08:28:54 adam Exp $
+# $NetBSD: Makefile,v 1.42 2020/05/06 14:04:44 adam Exp $
PKGNAME= uim-${DISTNAME}
-PKGREVISION= 22
+PKGREVISION= 23
CONFLICTS+= ibus-mozc<=1.13.1651.102