pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/skk



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.

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



Home | Main Index | Thread Index | Old Index