summaryrefslogtreecommitdiff
path: root/www
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 /www
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 'www')
-rw-r--r--www/ap-ruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile
index e29ad97e01f..fb99f2d40ee 100644
--- a/www/ap-ruby/Makefile
+++ b/www/ap-ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2015/06/14 00:40:30 taca Exp $
+# $NetBSD: Makefile,v 1.42 2016/09/08 15:19:19 joerg Exp $
#
DISTNAME= mod_ruby-${VERSION}
@@ -11,7 +11,7 @@ HOMEPAGE= # http://www.modruby.net/
COMMENT= Apache module that embeds Ruby interpreter within
# textproc/ruby-eruby is restricted to 1.8
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
APACHE_MODULE= yes
PKG_APACHE_ACCEPTED= apache22