summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-10-07 18:25:29 +0000
committeradam <adam@pkgsrc.org>2016-10-07 18:25:29 +0000
commit309f52102f498d309d64f1c316185e60163af7ea (patch)
tree6a91600d2e9992ecb5a3c8f22aede48b0a49e089 /inputmethod
parentc976dd16205d02b73ba6e811b1f95295922b08e8 (diff)
downloadpkgsrc-309f52102f498d309d64f1c316185e60163af7ea.tar.gz
Revbump post 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
-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 b2352439543..b3963b598db 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.30 2016/10/07 18:25:56 adam Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
diff --git a/inputmethod/ibus-rime/Makefile b/inputmethod/ibus-rime/Makefile
index 3964112be42..1b5c3e0d401 100644
--- a/inputmethod/ibus-rime/Makefile
+++ b/inputmethod/ibus-rime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/08/03 10:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:56 adam Exp $
DISTNAME= ibus-rime-1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile
index 2267ecb7fb9..a5a983fe025 100644
--- a/inputmethod/librime/Makefile
+++ b/inputmethod/librime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/04/17 15:52:57 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:32 adam Exp $
DISTNAME= librime-1.0
-PKGREVISION= 2
+PKGREVISION= 3
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 f60932efb80..e34695b4b0a 100644
--- a/inputmethod/librime/buildlink3.mk
+++ b/inputmethod/librime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2015/04/17 15:52:57 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2016/10/07 18:25:32 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.0nb2
+BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb3
BUILDLINK_PKGSRCDIR.librime?= ../../inputmethod/librime
.include "../../converters/opencc/buildlink3.mk"
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index b55d26f2eab..674adf72387 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2016/08/03 10:23:00 adam Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/07 18:25:56 adam Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= inputmethod editors
EMACS_MODULES= base leim
diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile
index a4261493101..c8476101806 100644
--- a/inputmethod/mozc-renderer/Makefile
+++ b/inputmethod/mozc-renderer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2016/08/03 10:23:00 adam Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/07 18:25:57 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
-PKGREVISION= 1
+PKGREVISION= 2
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile
index bdc86b569b6..fd1d33f6282 100644
--- a/inputmethod/mozc-server/Makefile
+++ b/inputmethod/mozc-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2016/08/03 10:23:00 adam Exp $
+# $NetBSD: Makefile,v 1.28 2016/10/07 18:25:57 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
-PKGREVISION= 1
+PKGREVISION= 2
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile
index 1085c596d3e..5d700fdc27c 100644
--- a/inputmethod/mozc-tool/Makefile
+++ b/inputmethod/mozc-tool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2016/08/03 10:23:00 adam Exp $
+# $NetBSD: Makefile,v 1.25 2016/10/07 18:25:57 adam Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
-PKGREVISION= 1
+PKGREVISION= 2
INSTALLATION_DIRS+= libexec
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index 8db37e6ff50..0d9fd5d2142 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2016/08/03 10:23:02 adam Exp $
+# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:57 adam Exp $
PKGNAME= uim-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CONFLICTS+= ibus-mozc<=1.13.1651.102
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index d760659f147..7a8ba374428 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.118 2016/08/03 10:23:02 adam Exp $
+# $NetBSD: Makefile,v 1.119 2016/10/07 18:25:57 adam Exp $
#
.include "../../inputmethod/uim/Makefile.common"
-PKGREVISION= 31
+PKGREVISION= 32
COMMENT= Multilingual input method library
#LICENSE= See ${WRKSRC}/COPYING