diff options
author | adam <adam@pkgsrc.org> | 2018-04-29 21:31:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-29 21:31:17 +0000 |
commit | 665219472649e8266444bd432e37c906569a30dd (patch) | |
tree | 1271f14eea592c12f277404fe23631b1005e47e9 /inputmethod | |
parent | cac3dde6b2dfa742366998b8beb7051fcd934d1b (diff) | |
download | pkgsrc-665219472649e8266444bd432e37c906569a30dd.tar.gz |
revbump for boost-libs update
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-mozc/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-rime/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/librime/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/librime/buildlink3.mk | 4 | ||||
-rw-r--r-- | inputmethod/mozc-elisp/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/mozc-renderer/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/mozc-server/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/mozc-tool/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/uim-mozc/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/uim/Makefile | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile index 0574ad7e587..0b7664010f6 100644 --- a/inputmethod/ibus-mozc/Makefile +++ b/inputmethod/ibus-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2018/04/16 14:34:44 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/04/29 21:31:48 adam 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 159d02f329e..394aa6b9259 100644 --- a/inputmethod/ibus-rime/Makefile +++ b/inputmethod/ibus-rime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2018/01/01 21:18:37 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/04/29 21:31:48 adam Exp $ DISTNAME= ibus-rime-1.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= inputmethod chinese MASTER_SITES= http://rimeime.googlecode.com/files/ diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile index 329896f0d45..de97ff82c0e 100644 --- a/inputmethod/librime/Makefile +++ b/inputmethod/librime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2018/03/07 11:57:31 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/04/29 21:31:21 adam Exp $ DISTNAME= librime-1.0 -PKGREVISION= 9 +PKGREVISION= 10 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 9570c98a929..40e413c928f 100644 --- a/inputmethod/librime/buildlink3.mk +++ b/inputmethod/librime/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2018/01/01 21:18:09 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2018/04/29 21:31:21 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.0nb7 +BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb10 BUILDLINK_PKGSRCDIR.librime?= ../../inputmethod/librime .include "../../converters/opencc/buildlink3.mk" diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index f17156a020d..cbf96171d38 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/04/29 21:31:48 adam Exp $ PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= inputmethod editors EMACS_MODULES= base leim diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile index 87a36543031..3d890bdc663 100644 --- a/inputmethod/mozc-renderer/Makefile +++ b/inputmethod/mozc-renderer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/04/29 21:31:49 adam 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 b488d9af2b6..e2849a2b0bd 100644 --- a/inputmethod/mozc-server/Makefile +++ b/inputmethod/mozc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2018/04/29 21:31:49 adam 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 eea3a2770a5..447ee102db3 100644 --- a/inputmethod/mozc-tool/Makefile +++ b/inputmethod/mozc-tool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/04/29 21:31:49 adam 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 9f3f00394ab..a56652141a8 100644 --- a/inputmethod/uim-mozc/Makefile +++ b/inputmethod/uim-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2018/04/16 14:34:47 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/04/29 21:31:49 adam 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 2734facb101..ea5a3a56fe0 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.137 2018/04/16 14:34:47 wiz Exp $ +# $NetBSD: Makefile,v 1.138 2018/04/29 21:31:49 adam Exp $ # .include "../../inputmethod/uim/Makefile.common" -PKGREVISION= 49 +PKGREVISION= 50 COMMENT= Multilingual input method library #LICENSE= See ${WRKSRC}/COPYING |