pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/js2-mode



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep 13 12:56:36 UTC 2018

Modified Files:
        pkgsrc/devel/js2-mode: Makefile

Log Message:
js2-mode: Support emacs26.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/js2-mode/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/js2-mode/Makefile
diff -u pkgsrc/devel/js2-mode/Makefile:1.11 pkgsrc/devel/js2-mode/Makefile:1.12
--- pkgsrc/devel/js2-mode/Makefile:1.11 Thu Jan  4 16:36:53 2018
+++ pkgsrc/devel/js2-mode/Makefile      Thu Sep 13 12:56:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/01/04 16:36:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2018/09/13 12:56:36 jperkin Exp $
 
 DISTNAME=      js2-20080406
 PKGREVISION=   2
@@ -16,6 +16,7 @@ MESSAGE_SUBST+=       LISPDIR=${EMACS_LISPPREF
 
 # no xemacs at all; emacs21 doesn't support full functionality
 EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox
+EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox
 
 do-build:
        cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el



Home | Main Index | Thread Index | Old Index