summaryrefslogtreecommitdiff
path: root/devel/ruby-mode
diff options
context:
space:
mode:
authorjoerg <joerg>2016-09-08 15:19:16 +0000
committerjoerg <joerg>2016-09-08 15:19:16 +0000
commit1a9da159a82fdc4726350583d0fe8f61c662b3b2 (patch)
tree2e22eacdcdfe6cc73c0ed56e14421f55e8f6094f /devel/ruby-mode
parentcec09306c29b97bf9a9ccf524ffaefeac05e53ee (diff)
downloadpkgsrc-1a9da159a82fdc4726350583d0fe8f61c662b3b2.tar.gz
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
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 6a92849cbf5..c72c59fece8 100644
--- a/devel/ruby-mode/Makefile
+++ b/devel/ruby-mode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/12/30 15:42:33 taca Exp $
+# $NetBSD: Makefile,v 1.34 2016/09/08 15:19:17 joerg 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= 23
+RUBY_VERSIONS_ACCEPTED= 23
RUBY_NOVERSION= yes
NO_CONFIGURE= yes
SRCS= inf-ruby.el ruby-electric.el ruby-mode.el \