diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-20 22:45:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-20 22:45:58 +0000 |
commit | 9403f6fbe5a093adf06148a269cd909666a24749 (patch) | |
tree | 15cc516253d0c47f1d1d9768638eece91ee9b7a0 /inputmethod | |
parent | 081dad3f7c91f8080645abd47a3320c7065af42c (diff) | |
download | pkgsrc-9403f6fbe5a093adf06148a269cd909666a24749.tar.gz |
*: recursive bump for nettle 3.5.1
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-mozc/Makefile | 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 |
7 files changed, 14 insertions, 14 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile index ac5a94dd390..1bfe1dfacab 100644 --- a/inputmethod/ibus-mozc/Makefile +++ b/inputmethod/ibus-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2019/07/01 04:08:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2019/07/20 22:46:26 wiz Exp $ PKGNAME= ibus-${DISTNAME} -PKGREVISION= 14 +PKGREVISION= 15 INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \ share/ibus-mozc diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index 08a6ccb50de..05c1f2c23fd 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2019/07/01 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.40 2019/07/20 22:46:26 wiz Exp $ PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= inputmethod editors EMACS_MODULES= base leim diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile index 156175d6a7e..67b57d663d1 100644 --- a/inputmethod/mozc-renderer/Makefile +++ b/inputmethod/mozc-renderer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2019/07/01 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2019/07/20 22:46:26 wiz Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/} -PKGREVISION= 14 +PKGREVISION= 15 CONFLICTS+= ibus-mozc<=1.13.1651.102 diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile index eabfa09ec87..e1e09dc985d 100644 --- a/inputmethod/mozc-server/Makefile +++ b/inputmethod/mozc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2019/07/01 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2019/07/20 22:46:27 wiz Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/} -PKGREVISION= 14 +PKGREVISION= 15 INSTALLATION_DIRS+= libexec diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile index 424219b8a6f..5f36db3ec6a 100644 --- a/inputmethod/mozc-tool/Makefile +++ b/inputmethod/mozc-tool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2019/07/01 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2019/07/20 22:46:27 wiz Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/} -PKGREVISION= 14 +PKGREVISION= 15 INSTALLATION_DIRS+= libexec diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile index 539772b032f..98a4bd91ba9 100644 --- a/inputmethod/uim-mozc/Makefile +++ b/inputmethod/uim-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2019/07/01 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2019/07/20 22:46:27 wiz Exp $ PKGNAME= uim-${DISTNAME} -PKGREVISION= 14 +PKGREVISION= 15 CONFLICTS+= ibus-mozc<=1.13.1651.102 diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index f742c877bea..a5c6813d909 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.149 2019/07/01 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.150 2019/07/20 22:46:27 wiz Exp $ # .include "../../inputmethod/uim/Makefile.common" -PKGREVISION= 61 +PKGREVISION= 62 COMMENT= Multilingual input method library #LICENSE= See ${WRKSRC}/COPYING |