Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1564C84D84 for ; Sun, 13 Aug 2023 14:04:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dr7aAkyR_89S for ; Sun, 13 Aug 2023 14:04:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6BC5484D14 for ; Sun, 13 Aug 2023 14:04:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F9FFFBDB; Sun, 13 Aug 2023 14:04:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691935494267830" MIME-Version: 1.0 Date: Sun, 13 Aug 2023 14:04:54 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/skk To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20230813140454.5F9FFFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691935494267830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Aug 13 14:04:54 UTC 2023 Modified Files: pkgsrc/inputmethod/skk: Makefile Log Message: skk: Add emacs29 and emacs29nox support To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/inputmethod/skk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691935494267830 Content-Disposition: inline Content-Length: 848 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/skk/Makefile diff -u pkgsrc/inputmethod/skk/Makefile:1.42 pkgsrc/inputmethod/skk/Makefile:1.43 --- pkgsrc/inputmethod/skk/Makefile:1.42 Mon Jul 4 14:40:40 2022 +++ pkgsrc/inputmethod/skk/Makefile Sun Aug 13 14:04:54 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2022/07/04 14:40:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2023/08/13 14:04:54 ryoon Exp $ DISTNAME= ddskk-ddskk-17.1_Neppu PKGNAME= ${EMACS_PKGNAME_PREFIX}skk-17.1 @@ -18,7 +18,8 @@ CONFLICTS= ddskk-[0-9]* EMACS_MODULES+= base leim EMACS_BUILDLINK= YES -EMACS_VERSIONS_ACCEPTED= emacs28 emacs28nox +EMACS_VERSIONS_ACCEPTED= emacs29 emacs29nox +EMACS_VERSIONS_ACCEPTED+= emacs28 emacs28nox EMACS_VERSIONS_ACCEPTED+= emacs27 emacs27nox EMACS_VERSIONS_ACCEPTED+= emacs26 emacs26nox EMACS_VERSIONS_ACCEPTED+= emacs25 emacs25nox --_----------=_1691935494267830--