summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-07 16:25:56 +0000
committertaca <taca@pkgsrc.org>2015-06-07 16:25:56 +0000
commit56b7181ac847fa04337adf1e0efed005b1729d9a (patch)
treeff920a8066eaa2aa6278b3cbfe0ca6e258feeac5 /misc
parent61dc571160fa38e530a63d149c5a94af0bbecef5 (diff)
downloadpkgsrc-56b7181ac847fa04337adf1e0efed005b1729d9a.tar.gz
Allow this package build on Ruby 2.2.
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-progressbar/Makefile4
-rw-r--r--misc/ruby-rainbow/Makefile4
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"