pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-mode Switch to use ruby 2.2.2's ruby-mode.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0947b4cc250
branches: trunk
changeset: 650189:a0947b4cc250
user: taca <taca%pkgsrc.org@localhost>
date: Sun Apr 19 16:29:49 2015 +0000
description:
Switch to use ruby 2.2.2's ruby-mode.
* ruby-encode-unicode has added. It convert non-ascii string in the given
region to \\u{} form.
diffstat:
devel/ruby-mode/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8eb277f63c20 -r a0947b4cc250 devel/ruby-mode/Makefile
--- a/devel/ruby-mode/Makefile Sun Apr 19 16:26:08 2015 +0000
+++ b/devel/ruby-mode/Makefile Sun Apr 19 16:29:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2014/03/14 19:51:00 taca Exp $
+# $NetBSD: Makefile,v 1.32 2015/04/19 16:29:49 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -13,7 +13,7 @@
DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
WRKSRC= ${RUBY_WRKSRC}/misc
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/misc
-RUBY_VERSION_SUPPORTED= 21
+RUBY_VERSION_SUPPORTED= 22
RUBY_NOVERSION= yes
NO_CONFIGURE= yes
SRCS= inf-ruby.el ruby-electric.el ruby-mode.el \
Home |
Main Index |
Thread Index |
Old Index