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:           Wed Apr 30 12:40:42 UTC 2025

Modified Files:
        pkgsrc/inputmethod/skk: Makefile

Log Message:
inputmethod/skk: Add emacs30 support


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/inputmethod/skk/Makefile:1.45
--- pkgsrc/inputmethod/skk/Makefile:1.44        Wed Aug 30 20:25:30 2023
+++ pkgsrc/inputmethod/skk/Makefile     Wed Apr 30 12:40:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/08/30 20:25:30 gdt Exp $
+# $NetBSD: Makefile,v 1.45 2025/04/30 12:40:42 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=       emacs29 emacs29nox
+EMACS_VERSIONS_ACCEPTED=       emacs30 emacs30nox
+EMACS_VERSIONS_ACCEPTED+=      emacs29 emacs29nox
 EMACS_VERSIONS_ACCEPTED+=      emacs28 emacs28nox
 EMACS_VERSIONS_ACCEPTED+=      emacs27 emacs27nox
 EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox



Home | Main Index | Thread Index | Old Index