summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortnn <tnn>2016-03-14 00:59:05 +0000
committertnn <tnn>2016-03-14 00:59:05 +0000
commit315e44178ffa867dfe3d0dfd872e4c22c903667b (patch)
tree772402e786294100fd0e6f16f857d3caa2cf0b6e /misc
parentdbeaf5ff61394cc272cd03cfd4397e90f8b5dc27 (diff)
downloadpkgsrc-315e44178ffa867dfe3d0dfd872e4c22c903667b.tar.gz
remove references to ruby200
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-progressbar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile
index a48a61214b7..b96d686683f 100644
--- a/misc/ruby-progressbar/Makefile
+++ b/misc/ruby-progressbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/01/24 08:17:45 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/03/14 00:59:06 tnn 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 200 21 22 23
+RUBY_VERSION_SUPPORTED= 18 21 22 23
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"