diff options
author | taca <taca@pkgsrc.org> | 2015-06-07 16:25:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-07 16:25:56 +0000 |
commit | 379c939cb06a7c40d60d8b9beb002bdcc51d14ff (patch) | |
tree | ff920a8066eaa2aa6278b3cbfe0ca6e258feeac5 /misc | |
parent | c5543a72e01cf5686ed363e74b06181df7dc9e74 (diff) | |
download | pkgsrc-379c939cb06a7c40d60d8b9beb002bdcc51d14ff.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-progressbar/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-rainbow/Makefile | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index ea4ffc59ca7..8bc5312445b 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 19:31:44 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.8 2015/06/07 16:26:37 taca Exp $ # DISTNAME= ruby-progressbar-0.9 @@ -12,7 +12,7 @@ HOMEPAGE= http://0xcc.net/ruby-progressbar/ COMMENT= Text Progress Bar Library for Ruby LICENSE= ruby-license -RUBY_VERSION_SUPPORTED= 200 193 18 21 +RUBY_VERSION_SUPPORTED= 200 193 18 21 22 USE_LANGUAGES= # none diff --git a/misc/ruby-rainbow/Makefile b/misc/ruby-rainbow/Makefile index 6c7c990b8b1..89f0fdca6dc 100644 --- a/misc/ruby-rainbow/Makefile +++ b/misc/ruby-rainbow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/04/17 20:19:35 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2015/06/07 16:25:56 taca Exp $ # DISTNAME= rainbow-2.0.0 @@ -11,7 +11,5 @@ LICENSE= mit USE_LANGUAGES= # none -RUBY_VERSION_SUPPORTED= 200 193 21 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |