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:   pho
Date:           Fri Apr 14 00:31:41 UTC 2017

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

Log Message:
js2-mode works perfectly fine on emacs25


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/js2-mode/Makefile:1.8
--- pkgsrc/devel/js2-mode/Makefile:1.7  Sun Feb 17 19:17:59 2013
+++ pkgsrc/devel/js2-mode/Makefile      Fri Apr 14 00:31:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/02/17 19:17:59 dholland Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/14 00:31:41 pho Exp $
 #
 
 DISTNAME=      js2-20080406
@@ -16,7 +16,7 @@ USE_LANGUAGES=        # none
 MESSAGE_SUBST+=        LISPDIR=${EMACS_LISPPREFIX:Q}
 
 # no xemacs at all; emacs21 doesn't support full functionality
-EMACS_VERSIONS_ACCEPTED=       emacs24 emacs23 emacs22 emacs22nox
+EMACS_VERSIONS_ACCEPTED=       emacs25 emacs24 emacs23 emacs22 emacs22nox
 
 do-build:
        cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el



Home | Main Index | Thread Index | Old Index