diff options
author | adam <adam@pkgsrc.org> | 2017-01-01 16:05:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-01-01 16:05:55 +0000 |
commit | e0aee5b9970ffeacf210584563df8eece4cff149 (patch) | |
tree | 0828ea9792b0384707d029eac24e0dda899fb396 /inputmethod | |
parent | 4628d8f735304b80a6d473ea6184fc441581bd92 (diff) | |
download | pkgsrc-e0aee5b9970ffeacf210584563df8eece4cff149.tar.gz |
Revbump after boost 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 b3963b598db..25ec6109946 100644 --- a/inputmethod/ibus-mozc/Makefile +++ b/inputmethod/ibus-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2016/10/07 18:25:56 adam Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/01 16:06:23 adam Exp $ PKGNAME= ibus-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \ share/ibus-mozc diff --git a/inputmethod/ibus-rime/Makefile b/inputmethod/ibus-rime/Makefile index 1b5c3e0d401..beda21a5e74 100644 --- a/inputmethod/ibus-rime/Makefile +++ b/inputmethod/ibus-rime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:56 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 16:06:23 adam Exp $ DISTNAME= ibus-rime-1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= inputmethod chinese MASTER_SITES= http://rimeime.googlecode.com/files/ diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile index a5a983fe025..96748cf4168 100644 --- a/inputmethod/librime/Makefile +++ b/inputmethod/librime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:32 adam Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 16:05:58 adam Exp $ DISTNAME= librime-1.0 -PKGREVISION= 3 +PKGREVISION= 4 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 e34695b4b0a..e664de11c28 100644 --- a/inputmethod/librime/buildlink3.mk +++ b/inputmethod/librime/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2016/10/07 18:25:32 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2017/01/01 16:05:58 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.0nb3 +BUILDLINK_ABI_DEPENDS.librime?= librime>=1.0nb4 BUILDLINK_PKGSRCDIR.librime?= ../../inputmethod/librime .include "../../converters/opencc/buildlink3.mk" diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index 674adf72387..7a454c61988 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/10/07 18:25:56 adam Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 16:06:23 adam Exp $ # PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= inputmethod editors EMACS_MODULES= base leim diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile index c8476101806..971d8fc202f 100644 --- a/inputmethod/mozc-renderer/Makefile +++ b/inputmethod/mozc-renderer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2016/10/07 18:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 16:06:23 adam Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/} -PKGREVISION= 2 +PKGREVISION= 3 CONFLICTS+= ibus-mozc<=1.13.1651.102 diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile index fd1d33f6282..2f63e78092d 100644 --- a/inputmethod/mozc-server/Makefile +++ b/inputmethod/mozc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2016/10/07 18:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.29 2017/01/01 16:06:23 adam Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/} -PKGREVISION= 2 +PKGREVISION= 3 INSTALLATION_DIRS+= libexec diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile index 5d700fdc27c..34cfbeb2044 100644 --- a/inputmethod/mozc-tool/Makefile +++ b/inputmethod/mozc-tool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2016/10/07 18:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/01 16:06:23 adam Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/} -PKGREVISION= 2 +PKGREVISION= 3 INSTALLATION_DIRS+= libexec diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile index 0d9fd5d2142..2dd5263cdc2 100644 --- a/inputmethod/uim-mozc/Makefile +++ b/inputmethod/uim-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 16:06:23 adam Exp $ PKGNAME= uim-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CONFLICTS+= ibus-mozc<=1.13.1651.102 diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index de26dc0932b..12a32820e41 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.120 2016/12/04 05:17:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2017/01/01 16:06:23 adam Exp $ # .include "../../inputmethod/uim/Makefile.common" -PKGREVISION= 33 +PKGREVISION= 34 COMMENT= Multilingual input method library #LICENSE= See ${WRKSRC}/COPYING |