pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mode



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 18 14:08:25 UTC 2017

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

Log Message:
Update ruby-mode to 2.4.1.

* Support for `squiggly heredoc' syntax in ruby-mode.  [Fix GH-1372]


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-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/ruby-mode/Makefile
diff -u pkgsrc/devel/ruby-mode/Makefile:1.35 pkgsrc/devel/ruby-mode/Makefile:1.36
--- pkgsrc/devel/ruby-mode/Makefile:1.35        Tue May 30 15:46:21 2017
+++ pkgsrc/devel/ruby-mode/Makefile     Sun Jun 18 14:08:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/05/30 15:46:21 taca Exp $
+# $NetBSD: Makefile,v 1.36 2017/06/18 14:08:25 taca Exp $
 #
 
 DISTNAME=      ${RUBY_DISTNAME}
@@ -13,7 +13,7 @@ COMMENT=      Ruby editing mode for Emacs
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
 WRKSRC=                        ${RUBY_WRKSRC}/misc
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/misc
-RUBY_VERSIONS_ACCEPTED=        23
+RUBY_VERSIONS_ACCEPTED=        24
 RUBY_NOVERSION=                yes
 NO_CONFIGURE=          yes
 SRCS=                  inf-ruby.el ruby-electric.el ruby-mode.el \



Home | Main Index | Thread Index | Old Index