pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/devel/js2-mode Pullup ticket #5284 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3733b0ad62dc
branches:  pkgsrc-2017Q1
changeset: 360258:3733b0ad62dc
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 16 15:32:08 2017 +0000

description:
Pullup ticket #5284 - requested by sevan
devel/js2-mode: bugfix

Revisions pulled up:
- devel/js2-mode/Makefile                                       1.8

---
   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

diffstat:

 devel/js2-mode/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34f39219d37a -r 3733b0ad62dc devel/js2-mode/Makefile
--- a/devel/js2-mode/Makefile   Sun Apr 16 15:30:57 2017 +0000
+++ b/devel/js2-mode/Makefile   Sun Apr 16 15:32:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/02/17 19:17:59 dholland Exp $
+# $NetBSD: Makefile,v 1.7.34.1 2017/04/16 15:32:08 bsiegert Exp $
 #
 
 DISTNAME=      js2-20080406
@@ -16,7 +16,7 @@
 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