summaryrefslogtreecommitdiff
path: root/devel/ruby-mode
diff options
context:
space:
mode:
authortaca <taca>2013-07-21 03:00:37 +0000
committertaca <taca>2013-07-21 03:00:37 +0000
commita1c8284ac8c7343dbbbf73ca9554712a07ac6418 (patch)
tree7489e4aa20627242c10659b22f825843da1d1f0f /devel/ruby-mode
parent922ac9bdef41cc5765f187227d585ed5e54b12df (diff)
downloadpkgsrc-a1c8284ac8c7343dbbbf73ca9554712a07ac6418.tar.gz
Update ruby-mode to 2.0.0p247.
Various fixes. * Added misc/ruby-additional.el for emacs24 support. * misc/ruby-electric.el (ruby-electric-curlies): Automatically indent closing curly brackets when ruby-electric-newline-before-closing-bracket is true. * misc/ruby-electric.el (ruby-electric-curlies): Fix the bug where an open curly inserted in a string is always replaced with a hash sign.
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 b8b718baaa1..420d05fafcc 100644
--- a/devel/ruby-mode/Makefile
+++ b/devel/ruby-mode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/02/22 16:23:52 taca Exp $
+# $NetBSD: Makefile,v 1.30 2013/07/21 03:00:37 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= 193
+RUBY_VERSION_SUPPORTED= 200
RUBY_NOVERSION= yes
NO_CONFIGURE= yes
SRCS= inf-ruby.el ruby-electric.el ruby-mode.el \