diff options
author | taca <taca@pkgsrc.org> | 2017-09-19 16:36:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-09-19 16:36:07 +0000 |
commit | 8ce0a0f19f0be738c27e762c7d44c1ff944e2a05 (patch) | |
tree | 3ab630e65cfab915399aca2a18926d8d15e9c079 | |
parent | 573af5eaa2fb88b64627d862f6757f51a8acd417 (diff) | |
download | pkgsrc-8ce0a0f19f0be738c27e762c7d44c1ff944e2a05.tar.gz |
cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED
Remove unnecessary RUBY_VERSIONS_ACCEPTED since ruby21 removed.
-rw-r--r-- | devel/ruby-dep/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-openid/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-rack-openid/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-http_router/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-jekyll-archives/Makefile | 5 | ||||
-rw-r--r-- | www/ruby-jekyll-watch/Makefile | 5 | ||||
-rw-r--r-- | www/ruby-jekyll/Makefile | 5 | ||||
-rw-r--r-- | www/ruby-padrino-contrib/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-padrino/Makefile.common | 4 | ||||
-rw-r--r-- | www/ruby-rack-contrib/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-rack/Makefile | 4 |
11 files changed, 11 insertions, 36 deletions
diff --git a/devel/ruby-dep/Makefile b/devel/ruby-dep/Makefile index ff288f9c280..56eafaecbd1 100644 --- a/devel/ruby-dep/Makefile +++ b/devel/ruby-dep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/06/18 13:48:53 taca Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/19 16:36:07 taca Exp $ DISTNAME= ruby_dep-${VERS} PKGNAME= ${RUBY_PKGPREFIX}-dep-${VERS} @@ -11,7 +11,5 @@ LICENSE= mit VERS= 1.5.0 -RUBY_VERSIONS_ACCEPTED= 22 23 24 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-openid/Makefile b/security/ruby-openid/Makefile index 8213b6660c1..7d96d892e4d 100644 --- a/security/ruby-openid/Makefile +++ b/security/ruby-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:07 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/19 16:36:07 taca Exp $ DISTNAME= openid-0.0.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -11,7 +11,5 @@ LICENSE= gnu-lgpl-v2.1 OR ruby-license USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 23 22 24 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-rack-openid/Makefile b/security/ruby-rack-openid/Makefile index 578a83d5f50..2ba0d875ae1 100644 --- a/security/ruby-rack-openid/Makefile +++ b/security/ruby-rack-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/19 16:36:07 taca Exp $ DISTNAME= rack-openid-1.4.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -14,7 +14,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ruby-openid>=2.1.8:../../security/ruby-ruby-openid USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack - .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 78ea86e8bff..916b9e39a80 100644 --- a/www/ruby-http_router/Makefile +++ b/www/ruby-http_router/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:54 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/19 16:36:07 taca Exp $ DISTNAME= http_router-0.11.2 CATEGORIES= www @@ -11,7 +11,5 @@ 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 24 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-jekyll-archives/Makefile b/www/ruby-jekyll-archives/Makefile index b475c80b017..bf6ad8467cc 100644 --- a/www/ruby-jekyll-archives/Makefile +++ b/www/ruby-jekyll-archives/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/06/18 13:48:54 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/19 16:36:07 taca Exp $ DISTNAME= jekyll-archives-2.1.1 PKGREVISION= 1 @@ -11,8 +11,5 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll -# restricted by ruby-jekyll -RUBY_VERSIONS_ACCEPTED= 22 23 24 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-jekyll-watch/Makefile b/www/ruby-jekyll-watch/Makefile index 5cb68f61924..84225c1011c 100644 --- a/www/ruby-jekyll-watch/Makefile +++ b/www/ruby-jekyll-watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/06/18 13:48:54 taca Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/19 16:36:07 taca Exp $ DISTNAME= jekyll-watch-1.5.0 PKGREVISION= 1 @@ -9,9 +9,6 @@ HOMEPAGE= https://github.com/jekyll/jekyll-watch COMMENT= Rebuild your Jekyll site when a file changes LICENSE= mit -# restricted by ruby-dep and ruby-listen -RUBY_VERSIONS_ACCEPTED= 22 23 24 - DEPENDS+= ${RUBY_PKGPREFIX}-listen>=3.0<4:../../sysutils/ruby-listen OVERRIDE_GEMSPEC+= listen>=3.0 diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile index fef8b5817a8..91a79627a49 100644 --- a/www/ruby-jekyll/Makefile +++ b/www/ruby-jekyll/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/09/11 16:02:12 taca Exp $ +# $NetBSD: Makefile,v 1.27 2017/09/19 16:36:07 taca Exp $ DISTNAME= jekyll-3.5.2 CATEGORIES= www @@ -24,8 +24,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed RUBYGEM_OPTIONS+= --format-executable -# restricted by ruby-jekyll-watch through ruby-dep and ruby-listen -RUBY_VERSIONS_ACCEPTED= 22 23 24 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-padrino-contrib/Makefile b/www/ruby-padrino-contrib/Makefile index 9148052e7a8..d00b21cfc3b 100644 --- a/www/ruby-padrino-contrib/Makefile +++ b/www/ruby-padrino-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/06/18 13:48:54 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/19 16:36:07 taca Exp $ DISTNAME= padrino-contrib-0.2.0 CATEGORIES= www @@ -10,7 +10,5 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=0.12.3:../../www/ruby-padrino-core -RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack via www/ruby-padrino-core - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-padrino/Makefile.common b/www/ruby-padrino/Makefile.common index 3a69030a076..e1782231c33 100644 --- a/www/ruby-padrino/Makefile.common +++ b/www/ruby-padrino/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2017/06/18 13:48:54 taca Exp $ +# $NetBSD: Makefile.common,v 1.16 2017/09/19 16:36:07 taca Exp $ # # used by www/ruby-padrino/Makefile # used by www/ruby-padrino-admin/Makefile @@ -11,5 +11,3 @@ RUBY_PADRINO_VERS= 0.14.1.1 RUBY_PADRINO_SITE= http://www.padrinorb.com/ - -RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack diff --git a/www/ruby-rack-contrib/Makefile b/www/ruby-rack-contrib/Makefile index 1df04c43ebf..3cd28d3d69f 100644 --- a/www/ruby-rack-contrib/Makefile +++ b/www/ruby-rack-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/11 15:43:46 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/19 16:36:07 taca Exp $ DISTNAME= rack-contrib-1.6.0 CATEGORIES= www @@ -10,7 +10,5 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4:../../www/ruby-rack15 -RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-rack/Makefile b/www/ruby-rack/Makefile index c82db9bed8c..4882e856ac0 100644 --- a/www/ruby-rack/Makefile +++ b/www/ruby-rack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/06/18 13:48:54 taca Exp $ +# $NetBSD: Makefile,v 1.25 2017/09/19 16:36:07 taca Exp $ DISTNAME= rack-2.0.3 CATEGORIES= www @@ -8,8 +8,6 @@ HOMEPAGE= http://rack.github.io/ COMMENT= Modular Ruby webserver interface LICENSE= mit -# Rack 2.0.3 requires Ruby 2.2.2 or later -RUBY_VERSIONS_ACCEPTED= 23 22 24 OVERRIDE_GEMSPEC= :executables rackup=rackup20 \ :files bin/rackup=bin/rackup20 RUBYGEM_OPTIONS+= --format-executable |