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 Sep 18 13:59:24 UTC 2016

Modified Files:
        pkgsrc/inputmethod/skk: Makefile

Log Message:
Add emacs 25 support


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/inputmethod/skk/Makefile:1.31
--- pkgsrc/inputmethod/skk/Makefile:1.30        Mon Nov 24 02:08:51 2014
+++ pkgsrc/inputmethod/skk/Makefile     Sun Sep 18 13:59:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/11/24 02:08:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2016/09/18 13:59:24 ryoon Exp $
 #
 
 DISTNAME=      ddskk-15.2
@@ -17,7 +17,8 @@ CONFLICTS=    ddskk-[0-9]*
 EMACS_MODULES+=        base leim
 EMACS_BUILDLINK=YES
 
-EMACS_VERSIONS_ACCEPTED=       emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox
+EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox emacs24 emacs24nox
+EMACS_VERSIONS_ACCEPTED+=      emacs23 emacs23nox emacs22 emacs22nox
 
 MAKE_FLAGS+=   EMACS=${EMACS_BIN:Q}
 MAKE_ENV=      prefix=${DESTDIR:Q}${PREFIX:Q} \



Home | Main Index | Thread Index | Old Index