diff options
author | taca <taca@pkgsrc.org> | 2018-03-21 15:03:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-21 15:03:19 +0000 |
commit | fc3853274739b61effebc1fc8743094f403da9a8 (patch) | |
tree | b90fdf7a8e5960f060583610ec5f84d502607d62 /devel | |
parent | 9a2228439a7b43c5ea57ec7d3d0e3262a026084f (diff) | |
download | pkgsrc-fc3853274739b61effebc1fc8743094f403da9a8.tar.gz |
devel/ruby-mode: update to 2.5.0
* ruby-additional.el: shorten here-doc markers
* Import ruby-electric.el version 2.3.1 from upstream
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-mode/Makefile b/devel/ruby-mode/Makefile index 954ff194dbf..7d1cd176385 100644 --- a/devel/ruby-mode/Makefile +++ b/devel/ruby-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2017/06/18 14:08:25 taca Exp $ +# $NetBSD: Makefile,v 1.37 2018/03/21 15:03:19 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= 24 +RUBY_VERSIONS_ACCEPTED= 25 RUBY_NOVERSION= yes NO_CONFIGURE= yes SRCS= inf-ruby.el ruby-electric.el ruby-mode.el \ |