diff options
author | joerg <joerg> | 2016-09-08 15:19:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-09-08 15:19:16 +0000 |
commit | b35178bd800591f8c877d123b7d210067f9eb32e (patch) | |
tree | 2e22eacdcdfe6cc73c0ed56e14421f55e8f6094f /misc | |
parent | 9d984a712113b371da7503585f7abf9ec0cbc59e (diff) | |
download | pkgsrc-b35178bd800591f8c877d123b7d210067f9eb32e.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')
-rw-r--r-- | misc/ruby-progressbar/Makefile | 4 | ||||
-rw-r--r-- | misc/rubygems/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index b96d686683f..9b8f7b6da0c 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/03/14 00:59:06 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $ DISTNAME= ruby-progressbar-1.7.5 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} @@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/jfelchner/ruby-progressbar COMMENT= Text Progress Bar Library for Ruby LICENSE= mit -RUBY_VERSION_SUPPORTED= 18 21 22 23 +RUBY_VERSIONS_ACCEPTED= 18 21 22 23 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" 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 |