pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dffd8831986f
branches:  trunk
changeset: 368877:dffd8831986f
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Sep 19 16:36:07 2017 +0000

description:
cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED

Remove unnecessary RUBY_VERSIONS_ACCEPTED since ruby21 removed.

diffstat:

 devel/ruby-dep/Makefile            |  4 +---
 security/ruby-openid/Makefile      |  4 +---
 security/ruby-rack-openid/Makefile |  4 +---
 www/ruby-http_router/Makefile      |  4 +---
 www/ruby-jekyll-archives/Makefile  |  5 +----
 www/ruby-jekyll-watch/Makefile     |  5 +----
 www/ruby-jekyll/Makefile           |  5 +----
 www/ruby-padrino-contrib/Makefile  |  4 +---
 www/ruby-padrino/Makefile.common   |  4 +---
 www/ruby-rack-contrib/Makefile     |  4 +---
 www/ruby-rack/Makefile             |  4 +---
 11 files changed, 11 insertions(+), 36 deletions(-)

diffs (190 lines):

diff -r 0902ed06d88a -r dffd8831986f devel/ruby-dep/Makefile
--- a/devel/ruby-dep/Makefile   Tue Sep 19 16:34:55 2017 +0000
+++ b/devel/ruby-dep/Makefile   Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 VERS=          1.5.0
 
-RUBY_VERSIONS_ACCEPTED= 22 23 24
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0902ed06d88a -r dffd8831986f security/ruby-openid/Makefile
--- a/security/ruby-openid/Makefile     Tue Sep 19 16:34:55 2017 +0000
+++ b/security/ruby-openid/Makefile     Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        23 22 24
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0902ed06d88a -r dffd8831986f security/ruby-rack-openid/Makefile
--- a/security/ruby-rack-openid/Makefile        Tue Sep 19 16:34:55 2017 +0000
+++ b/security/ruby-rack-openid/Makefile        Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        22 23 24        # www/ruby-rack
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0902ed06d88a -r dffd8831986f www/ruby-http_router/Makefile
--- a/www/ruby-http_router/Makefile     Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-http_router/Makefile     Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 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 -r 0902ed06d88a -r dffd8831986f www/ruby-jekyll-archives/Makefile
--- a/www/ruby-jekyll-archives/Makefile Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-jekyll-archives/Makefile Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 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 -r 0902ed06d88a -r dffd8831986f www/ruby-jekyll-watch/Makefile
--- a/www/ruby-jekyll-watch/Makefile    Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-jekyll-watch/Makefile    Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 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 -r 0902ed06d88a -r dffd8831986f www/ruby-jekyll/Makefile
--- a/www/ruby-jekyll/Makefile  Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-jekyll/Makefile  Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 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 -r 0902ed06d88a -r dffd8831986f www/ruby-padrino-contrib/Makefile
--- a/www/ruby-padrino-contrib/Makefile Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-padrino-contrib/Makefile Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 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 -r 0902ed06d88a -r dffd8831986f www/ruby-padrino/Makefile.common
--- a/www/ruby-padrino/Makefile.common  Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-padrino/Makefile.common  Tue Sep 19 16:36:07 2017 +0000
@@ -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 -r 0902ed06d88a -r dffd8831986f www/ruby-rack-contrib/Makefile
--- a/www/ruby-rack-contrib/Makefile    Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-rack-contrib/Makefile    Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 
 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 -r 0902ed06d88a -r dffd8831986f www/ruby-rack/Makefile
--- a/www/ruby-rack/Makefile    Tue Sep 19 16:34:55 2017 +0000
+++ b/www/ruby-rack/Makefile    Tue Sep 19 16:36:07 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index