diff options
author | joerg <joerg@pkgsrc.org> | 2016-09-08 15:19:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-09-08 15:19:16 +0000 |
commit | e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287 (patch) | |
tree | a49d70a18801d0228d7d0914a0af73c9fc359476 /www/ap-ruby | |
parent | d06eaaffc87e3b0c0267382b88a56d184c3146ce (diff) | |
download | pkgsrc-e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287.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/ap-ruby')
-rw-r--r-- | www/ap-ruby/Makefile | 4 |
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 |