diff options
author | adam <adam@pkgsrc.org> | 2020-05-22 10:55:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-22 10:55:42 +0000 |
commit | f3153023cc18876abb15863ed34a46650c6f96f2 (patch) | |
tree | 4b68c9871ede30042a4e9db5f7d034b015f0aa0c /inputmethod | |
parent | f6179fac736ac405700fbf7f9a2f3b44f4d92bc2 (diff) | |
download | pkgsrc-f3153023cc18876abb15863ed34a46650c6f96f2.tar.gz |
revbump after updating security/nettle
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 |
6 files changed, 12 insertions, 12 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile index d8d48378056..02400bc9bc8 100644 --- a/inputmethod/ibus-mozc/Makefile +++ b/inputmethod/ibus-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2020/05/06 14:04:43 adam Exp $ +# $NetBSD: Makefile,v 1.60 2020/05/22 10:56:14 adam Exp $ PKGNAME= ibus-${DISTNAME} -PKGREVISION= 23 +PKGREVISION= 24 INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \ share/ibus-mozc diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index 32814718b65..ce8d302a38f 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2020/05/06 14:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.49 2020/05/22 10:56:14 adam Exp $ PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= inputmethod editors EMACS_MODULES= base leim diff --git a/inputmethod/mozc-renderer/Makefile b/inputmethod/mozc-renderer/Makefile index d6e097a6294..f76cde5190c 100644 --- a/inputmethod/mozc-renderer/Makefile +++ b/inputmethod/mozc-renderer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2020/05/06 14:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.41 2020/05/22 10:56:15 adam Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/} -PKGREVISION= 23 +PKGREVISION= 24 CONFLICTS+= ibus-mozc<=1.13.1651.102 diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile index c0a572cf84b..305ad4cbffe 100644 --- a/inputmethod/mozc-server/Makefile +++ b/inputmethod/mozc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2020/05/06 14:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.58 2020/05/22 10:56:15 adam Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/} -PKGREVISION= 23 +PKGREVISION= 24 INSTALLATION_DIRS+= libexec diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile index 64025100eba..87f623f7116 100644 --- a/inputmethod/mozc-tool/Makefile +++ b/inputmethod/mozc-tool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2020/05/06 14:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.55 2020/05/22 10:56:15 adam Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/} -PKGREVISION= 23 +PKGREVISION= 24 INSTALLATION_DIRS+= libexec diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile index 963e5458108..69296daad53 100644 --- a/inputmethod/uim-mozc/Makefile +++ b/inputmethod/uim-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2020/05/06 14:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.43 2020/05/22 10:56:15 adam Exp $ PKGNAME= uim-${DISTNAME} -PKGREVISION= 23 +PKGREVISION= 24 CONFLICTS+= ibus-mozc<=1.13.1651.102 |