summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-12 22:57:42 +0000
committertaca <taca@pkgsrc.org>2015-06-12 22:57:42 +0000
commit802b1cbad3c5fd057145c94a1f1a9eb3e69f9cfa (patch)
tree6251263a3b43ae65771db3f664bb074ef641655b
parent665d808f099d3614f4afb062bda5b0cac6cd2a58 (diff)
downloadpkgsrc-802b1cbad3c5fd057145c94a1f1a9eb3e69f9cfa.tar.gz
Allow build on Ruby 2.2.
-rw-r--r--archivers/ruby-zip/Makefile4
-rw-r--r--devel/ruby-test-unit-notify/Makefile4
-rw-r--r--www/ruby-jekyll/Makefile3
3 files changed, 4 insertions, 7 deletions
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile
index bfd98dc9e3a..d2bfcebf3d3 100644
--- a/archivers/ruby-zip/Makefile
+++ b/archivers/ruby-zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/05/17 13:02:56 sevan Exp $
+# $NetBSD: Makefile,v 1.15 2015/06/12 22:57:42 taca Exp $
DISTNAME= rubyzip-1.1.7
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
@@ -9,8 +9,6 @@ HOMEPAGE= https://github.com/aussiegeek/rubyzip
COMMENT= Ruby module for reading and writing zip files
LICENSE= ruby-license
-RUBY_VERSION_SUPPORTED= 193 200 21 22
-
pre-configure:
${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb
diff --git a/devel/ruby-test-unit-notify/Makefile b/devel/ruby-test-unit-notify/Makefile
index d1ffde2d6dd..d92935ac7a5 100644
--- a/devel/ruby-test-unit-notify/Makefile
+++ b/devel/ruby-test-unit-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/03/15 18:46:55 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/12 22:58:25 taca Exp $
DISTNAME= test-unit-notify-1.0.4
CATEGORIES= devel
@@ -8,7 +8,7 @@ HOMEPAGE= http://test-unit.rubyforge.org/
COMMENT= Test result notify extension for Ruby Test::Util
LICENSE= gnu-lgpl-v2.1 # or later
-RUBY_VERSION_SUPPORTED= 200 21
+RUBY_VERSION_SUPPORTED= 200 21 22
DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile
index 1213288a8d3..be74dbd1429 100644
--- a/www/ruby-jekyll/Makefile
+++ b/www/ruby-jekyll/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/03/13 16:53:12 taca Exp $
+# $NetBSD: Makefile,v 1.12 2015/06/12 22:59:26 taca Exp $
DISTNAME= jekyll-2.5.3
CATEGORIES= www
@@ -23,7 +23,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-sass-converter>=1.0<2:../../www/ruby-jekyll-s
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-watch>=1.1<2:../../www/ruby-jekyll-watch
DEPENDS+= ${RUBY_PKGPREFIX}-classifier-reborn>=2.0<3:../../textproc/ruby-classifier-reborn
-RUBY_VERSION_SUPPORTED= 200 193 21
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"