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 /misc/rubygems | |
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 'misc/rubygems')
-rw-r--r-- | misc/rubygems/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index ca800429776..2ea8bb3e8e6 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2016/04/10 16:39:28 joerg Exp $ +# $NetBSD: Makefile,v 1.60 2016/09/08 15:19:18 joerg Exp $ DISTNAME= rubygems-${RUBY_GEMS_PKGSRC_VERS} CATEGORIES= misc ruby @@ -15,7 +15,7 @@ CONFLICTS+= rubygems-[0-9]* .include "../../mk/bsd.prefs.mk" # Modern ruby bundles rubygems. -RUBY_VERSION_SUPPORTED= 18 +RUBY_VERSIONS_ACCEPTED= 18 NO_CONFIGURE= yes NO_BUILD= yes |