pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Tue Sep 19 16:36:07 UTC 2017
Modified Files:
pkgsrc/devel/ruby-dep: Makefile
pkgsrc/security/ruby-openid: Makefile
pkgsrc/security/ruby-rack-openid: Makefile
pkgsrc/www/ruby-http_router: Makefile
pkgsrc/www/ruby-jekyll: Makefile
pkgsrc/www/ruby-jekyll-archives: Makefile
pkgsrc/www/ruby-jekyll-watch: Makefile
pkgsrc/www/ruby-padrino: Makefile.common
pkgsrc/www/ruby-padrino-contrib: Makefile
pkgsrc/www/ruby-rack: Makefile
pkgsrc/www/ruby-rack-contrib: Makefile
Log Message:
cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED
Remove unnecessary RUBY_VERSIONS_ACCEPTED since ruby21 removed.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-dep/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-openid/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-rack-openid/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-http_router/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/ruby-jekyll/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-jekyll-archives/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-jekyll-watch/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-padrino/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-padrino-contrib/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ruby-rack/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-rack-contrib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-dep/Makefile
diff -u pkgsrc/devel/ruby-dep/Makefile:1.3 pkgsrc/devel/ruby-dep/Makefile:1.4
--- pkgsrc/devel/ruby-dep/Makefile:1.3 Sun Jun 18 13:48:53 2017
+++ pkgsrc/devel/ruby-dep/Makefile Tue Sep 19 16:36:07 2017
@@ -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"
Index: pkgsrc/security/ruby-openid/Makefile
diff -u pkgsrc/security/ruby-openid/Makefile:1.7 pkgsrc/security/ruby-openid/Makefile:1.8
--- pkgsrc/security/ruby-openid/Makefile:1.7 Sat Sep 16 19:27:07 2017
+++ pkgsrc/security/ruby-openid/Makefile Tue Sep 19 16:36:07 2017
@@ -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"
Index: pkgsrc/security/ruby-rack-openid/Makefile
diff -u pkgsrc/security/ruby-rack-openid/Makefile:1.6 pkgsrc/security/ruby-rack-openid/Makefile:1.7
--- pkgsrc/security/ruby-rack-openid/Makefile:1.6 Sat Sep 16 19:27:07 2017
+++ pkgsrc/security/ruby-rack-openid/Makefile Tue Sep 19 16:36:07 2017
@@ -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>
USE_LANGUAGES= # none
-RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-http_router/Makefile
diff -u pkgsrc/www/ruby-http_router/Makefile:1.6 pkgsrc/www/ruby-http_router/Makefile:1.7
--- pkgsrc/www/ruby-http_router/Makefile:1.6 Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-http_router/Makefile Tue Sep 19 16:36:07 2017
@@ -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"
Index: pkgsrc/www/ruby-jekyll/Makefile
diff -u pkgsrc/www/ruby-jekyll/Makefile:1.26 pkgsrc/www/ruby-jekyll/Makefile:1.27
--- pkgsrc/www/ruby-jekyll/Makefile:1.26 Mon Sep 11 16:02:12 2017
+++ pkgsrc/www/ruby-jekyll/Makefile Tue Sep 19 16:36:07 2017
@@ -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>
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"
Index: pkgsrc/www/ruby-jekyll-archives/Makefile
diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.4 pkgsrc/www/ruby-jekyll-archives/Makefile:1.5
--- pkgsrc/www/ruby-jekyll-archives/Makefile:1.4 Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-jekyll-archives/Makefile Tue Sep 19 16:36:07 2017
@@ -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"
Index: pkgsrc/www/ruby-jekyll-watch/Makefile
diff -u pkgsrc/www/ruby-jekyll-watch/Makefile:1.7 pkgsrc/www/ruby-jekyll-watch/Makefile:1.8
--- pkgsrc/www/ruby-jekyll-watch/Makefile:1.7 Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-jekyll-watch/Makefile Tue Sep 19 16:36:07 2017
@@ -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/jeky
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
Index: pkgsrc/www/ruby-padrino/Makefile.common
diff -u pkgsrc/www/ruby-padrino/Makefile.common:1.15 pkgsrc/www/ruby-padrino/Makefile.common:1.16
--- pkgsrc/www/ruby-padrino/Makefile.common:1.15 Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-padrino/Makefile.common Tue Sep 19 16:36:07 2017
@@ -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
Index: pkgsrc/www/ruby-padrino-contrib/Makefile
diff -u pkgsrc/www/ruby-padrino-contrib/Makefile:1.4 pkgsrc/www/ruby-padrino-contrib/Makefile:1.5
--- pkgsrc/www/ruby-padrino-contrib/Makefile:1.4 Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-padrino-contrib/Makefile Tue Sep 19 16:36:07 2017
@@ -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"
Index: pkgsrc/www/ruby-rack/Makefile
diff -u pkgsrc/www/ruby-rack/Makefile:1.24 pkgsrc/www/ruby-rack/Makefile:1.25
--- pkgsrc/www/ruby-rack/Makefile:1.24 Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-rack/Makefile Tue Sep 19 16:36:07 2017
@@ -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
Index: pkgsrc/www/ruby-rack-contrib/Makefile
diff -u pkgsrc/www/ruby-rack-contrib/Makefile:1.6 pkgsrc/www/ruby-rack-contrib/Makefile:1.7
--- pkgsrc/www/ruby-rack-contrib/Makefile:1.6 Mon Sep 11 15:43:46 2017
+++ pkgsrc/www/ruby-rack-contrib/Makefile Tue Sep 19 16:36:07 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index