summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-06-05 03:29:38 +0000
committertaca <taca@pkgsrc.org>2017-06-05 03:29:38 +0000
commitb6eebb604768554d7efad7c8e969ab1c583bfef9 (patch)
treef5e4765b17d594d04a67808ba4e338a34d9b0fa3
parent493d79fc85fd18397acedf2dbf6d8302665dc5f1 (diff)
downloadpkgsrc-b6eebb604768554d7efad7c8e969ab1c583bfef9.tar.gz
Restrict ruby's version to 22 and 23.
-rw-r--r--security/ruby-openid/Makefile4
-rw-r--r--www/ruby-http_router/Makefile4
-rw-r--r--www/ruby-rack-protection/Makefile4
-rw-r--r--www/ruby-sinatra-contrib/Makefile4
-rw-r--r--www/ruby-sinatra/Makefile4
-rw-r--r--www/ruby-url_mount/Makefile4
6 files changed, 18 insertions, 6 deletions
diff --git a/security/ruby-openid/Makefile b/security/ruby-openid/Makefile
index 688a3a59533..36b0e79f642 100644
--- a/security/ruby-openid/Makefile
+++ b/security/ruby-openid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/09/26 23:39:28 taca Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/05 03:29:38 taca Exp $
DISTNAME= openid-0.0.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,5 +11,7 @@ LICENSE= gnu-lgpl-v2.1 OR ruby-license
USE_LANGUAGES= # none
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-http_router/Makefile b/www/ruby-http_router/Makefile
index 547a50f629a..58d04abb9d2 100644
--- a/www/ruby-http_router/Makefile
+++ b/www/ruby-http_router/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/09/13 15:32:01 taca Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/05 03:29:38 taca Exp $
DISTNAME= http_router-0.11.2
CATEGORIES= www
@@ -11,5 +11,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-url_mount>=0.2.1<0.3:../../www/ruby-url_mount
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-rack-protection/Makefile b/www/ruby-rack-protection/Makefile
index 5a302948a81..7fcb8af91dd 100644
--- a/www/ruby-rack-protection/Makefile
+++ b/www/ruby-rack-protection/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/06/04 15:18:22 taca Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/05 03:29:38 taca Exp $
DISTNAME= rack-protection-2.0.0
CATEGORIES= www
@@ -10,5 +10,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-sinatra-contrib/Makefile b/www/ruby-sinatra-contrib/Makefile
index 1f0ce793d1b..2925504ab04 100644
--- a/www/ruby-sinatra-contrib/Makefile
+++ b/www/ruby-sinatra-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/06/04 15:30:10 taca Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/05 03:29:38 taca Exp $
DISTNAME= sinatra-contrib-2.0.0
CATEGORIES= www
@@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sinatra>=2.0<3:../../www/ruby-sinatra
DEPENDS+= ${RUBY_PKGPREFIX}-backports>=2.0:../../devel/ruby-backports
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile
index b7ce1ef8121..478a985b681 100644
--- a/www/ruby-sinatra/Makefile
+++ b/www/ruby-sinatra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/06/04 15:30:10 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/05 03:29:38 taca Exp $
DISTNAME= sinatra-2.0.0
CATEGORIES= www
@@ -13,5 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack-protection>=2.0.0:../../www/ruby-rack-protectio
DEPENDS+= ${RUBY_PKGPREFIX}-mustermann>=1.0<2:../../www/ruby-mustermann
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=2.0<3:../../textproc/ruby-tilt
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-url_mount/Makefile b/www/ruby-url_mount/Makefile
index 82725e03986..2f7e4f3ee1e 100644
--- a/www/ruby-url_mount/Makefile
+++ b/www/ruby-url_mount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/02/11 14:06:00 taca Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/05 03:29:38 taca Exp $
DISTNAME= url_mount-0.2.1
CATEGORIES= www
@@ -10,5 +10,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"