pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-mode Update ruby-mode to 2.0.0p247.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/825dd5dfd26a
branches:  trunk
changeset: 621934:825dd5dfd26a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 21 03:00:37 2013 +0000

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

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

diffs (18 lines):

diff -r a40709627430 -r 825dd5dfd26a devel/ruby-mode/Makefile
--- a/devel/ruby-mode/Makefile  Sun Jul 21 02:51:28 2013 +0000
+++ b/devel/ruby-mode/Makefile  Sun Jul 21 03:00:37 2013 +0000
@@ -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 @@
 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 \



Home | Main Index | Thread Index | Old Index