summaryrefslogtreecommitdiff
path: root/devel/ruby-mode
diff options
context:
space:
mode:
authortaca <taca>2015-04-19 16:29:49 +0000
committertaca <taca>2015-04-19 16:29:49 +0000
commit497d34e597468bad8e6dcd8cb51e032de35939e3 (patch)
treee569697ed0f81b71e838627736aad43846415ab5 /devel/ruby-mode
parentf5932012614716f8e00f7b80f2736ed34a115a98 (diff)
downloadpkgsrc-497d34e597468bad8e6dcd8cb51e032de35939e3.tar.gz
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 (limited to 'devel/ruby-mode')
-rw-r--r--devel/ruby-mode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-mode/Makefile b/devel/ruby-mode/Makefile
index b8656912464..91c29fe812a 100644
--- a/devel/ruby-mode/Makefile
+++ b/devel/ruby-mode/Makefile
@@ -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 @@ COMMENT= Ruby editing mode for Emacs
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 \