summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
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
-rw-r--r--inputmethod/uim/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index 0ca934ca182..a32c576970f 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2017/02/12 06:25:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2017/04/30 01:21:46 ryoon Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
diff --git a/inputmethod/ibus-rime/Makefile b/inputmethod/ibus-rime/Makefile
index beda21a5e74..bec1dd12c09 100644
--- a/inputmethod/ibus-rime/Makefile
+++ b/inputmethod/ibus-rime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 16:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/04/30 01:21:47 ryoon Exp $
DISTNAME= ibus-rime-1.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile
index 96748cf4168..189ac0030ba 100644
--- a/inputmethod/librime/Makefile
+++ b/inputmethod/librime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 16:05:58 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:23 ryoon Exp $
DISTNAME= librime-1.0
-PKGREVISION= 4
+PKGREVISION= 5
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 e664de11c28..bd07f3b6859 100644
--- a/inputmethod/librime/buildlink3.mk
+++ b/inputmethod/librime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2017/01/01 16:05:58 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/04/30 01:21:23 ryoon 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.0nb4
+BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb5
BUILDLINK_PKGSRCDIR.librime?= ../../inputmethod/librime
.include "../../converters/opencc/buildlink3.mk"
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index f5ed7d9c422..f5bf4e0feee 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2017/02/12 06:25:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2017/04/30 01:21:47 ryoon Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= inputmethod editors
EMACS_MODULES= base leim
diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile
index 92a026b6d87..e6a7bbdea00 100644
--- a/inputmethod/mozc-renderer/Makefile
+++ b/inputmethod/mozc-renderer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2017/02/12 06:25:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/04/30 01:21:47 ryoon Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
-PKGREVISION= 5
+PKGREVISION= 6
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile
index da13355ff12..ed2e8e957c3 100644
--- a/inputmethod/mozc-server/Makefile
+++ b/inputmethod/mozc-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2017/02/12 06:25:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2017/04/30 01:21:47 ryoon Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
-PKGREVISION= 5
+PKGREVISION= 6
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile
index bc951fc7969..d11c835a7cc 100644
--- a/inputmethod/mozc-tool/Makefile
+++ b/inputmethod/mozc-tool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2017/02/12 06:25:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/30 01:21:47 ryoon Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
-PKGREVISION= 5
+PKGREVISION= 6
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index dc17de60270..deae10c4f5c 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2017/02/12 06:25:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/04/30 01:21:47 ryoon Exp $
PKGNAME= uim-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 26d9f693815..564db43f205 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.125 2017/04/22 21:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.126 2017/04/30 01:21:47 ryoon Exp $
#
.include "../../inputmethod/uim/Makefile.common"
-PKGREVISION= 38
+PKGREVISION= 39
COMMENT= Multilingual input method library
#LICENSE= See ${WRKSRC}/COPYING