pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc *: remove references to ruby 2.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d6c0bf2c269
branches: trunk
changeset: 332524:3d6c0bf2c269
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 15 06:11:32 2019 +0000
description:
*: remove references to ruby 2.3
diffstat:
archivers/ruby-xz/Makefile | 4 ++--
misc/ruby-bundler/Makefile | 4 ++--
misc/ruby-ohai/Makefile | 4 ++--
pkgtools/pkglint/files/pkglint_test.go | 2 +-
www/ruby-capybara/Makefile | 4 ++--
www/ruby-jekyll-archives/Makefile | 4 ++--
www/ruby-jekyll-feed/Makefile | 4 ++--
www/ruby-jekyll-minima/Makefile | 4 ++--
www/ruby-jekyll-seo-tag/Makefile | 4 ++--
www/ruby-jekyll/Makefile | 4 ++--
10 files changed, 19 insertions(+), 19 deletions(-)
diffs (174 lines):
diff -r 1e8e86979335 -r 3d6c0bf2c269 archivers/ruby-xz/Makefile
--- a/archivers/ruby-xz/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/archivers/ruby-xz/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/02/03 13:45:06 taca Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/15 06:11:32 wiz Exp $
DISTNAME= ruby-xz-1.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,7 @@
DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-configure
diff -r 1e8e86979335 -r 3d6c0bf2c269 misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/misc/ruby-bundler/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/02/06 15:06:34 taca Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/15 06:11:32 wiz Exp $
DISTNAME= bundler-1.17.3
CATEGORIES= misc
@@ -11,7 +11,7 @@
#
# Currently, ruby26-base has the same version of bundler.
#
-RUBY_VERSIONS_ACCEPTED= 23 24 25
+RUBY_VERSIONS_ACCEPTED= 24 25
RUBYGEM_OPTIONS+= --format-executable
diff -r 1e8e86979335 -r 3d6c0bf2c269 misc/ruby-ohai/Makefile
--- a/misc/ruby-ohai/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/misc/ruby-ohai/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/02/03 16:15:26 taca Exp $
+# $NetBSD: Makefile,v 1.26 2019/04/15 06:11:32 wiz Exp $
DISTNAME= ohai-14.8.10
CATEGORIES= misc
@@ -22,7 +22,7 @@
USE_LANGUAGES= # none
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
RUBYGEM_OPTIONS+= --format-executable
diff -r 1e8e86979335 -r 3d6c0bf2c269 pkgtools/pkglint/files/pkglint_test.go
--- a/pkgtools/pkglint/files/pkglint_test.go Sun Apr 14 21:53:28 2019 +0000
+++ b/pkgtools/pkglint/files/pkglint_test.go Mon Apr 15 06:11:32 2019 +0000
@@ -1034,7 +1034,7 @@
pkg := t.SetUpPackage("category/package",
".include \"../../mk/bsd.prefs.mk\"",
"",
- "RUBY_VERSIONS_ACCEPTED=\t22 23 24 25", // As of 2018.
+ "RUBY_VERSIONS_ACCEPTED=\t22 24 25 26", // As of 2018.
".for rv in ${RUBY_VERSIONS_ACCEPTED}",
"RUBY_VER?=\t\t${rv}",
".endfor",
diff -r 1e8e86979335 -r 3d6c0bf2c269 www/ruby-capybara/Makefile
--- a/www/ruby-capybara/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/www/ruby-capybara/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/02/03 13:45:07 taca Exp $
+# $NetBSD: Makefile,v 1.21 2019/04/15 06:11:32 wiz Exp $
DISTNAME= capybara-3.12.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@
USE_LANGUAGES= # none
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1e8e86979335 -r 3d6c0bf2c269 www/ruby-jekyll-archives/Makefile
--- a/www/ruby-jekyll-archives/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/www/ruby-jekyll-archives/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/02/03 13:45:07 taca Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/15 06:11:32 wiz Exp $
DISTNAME= jekyll-archives-2.1.1
PKGREVISION= 1
@@ -11,7 +11,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1e8e86979335 -r 3d6c0bf2c269 www/ruby-jekyll-feed/Makefile
--- a/www/ruby-jekyll-feed/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/www/ruby-jekyll-feed/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/02/03 13:45:07 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/15 06:11:32 wiz Exp $
DISTNAME= jekyll-feed-0.11.0
CATEGORIES= www
@@ -12,7 +12,7 @@
# gemspec says dependency, but this package is really part of jekyll.
#DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1e8e86979335 -r 3d6c0bf2c269 www/ruby-jekyll-minima/Makefile
--- a/www/ruby-jekyll-minima/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/www/ruby-jekyll-minima/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/02/03 13:45:07 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/15 06:11:33 wiz Exp $
DISTNAME= minima-2.5.0
PKGNAME= ${RUBY_PKGPREFIX}-jekyll-${DISTNAME}
@@ -15,7 +15,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-seo-tag>=2.1<3:../../www/ruby-jekyll-seo-tag
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1e8e86979335 -r 3d6c0bf2c269 www/ruby-jekyll-seo-tag/Makefile
--- a/www/ruby-jekyll-seo-tag/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/www/ruby-jekyll-seo-tag/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/02/03 13:45:07 taca Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/15 06:11:33 wiz Exp $
DISTNAME= jekyll-seo-tag-2.5.0
CATEGORIES= www
@@ -10,7 +10,7 @@
#DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1e8e86979335 -r 3d6c0bf2c269 www/ruby-jekyll/Makefile
--- a/www/ruby-jekyll/Makefile Sun Apr 14 21:53:28 2019 +0000
+++ b/www/ruby-jekyll/Makefile Mon Apr 15 06:11:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/02/06 14:51:37 taca Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/15 06:11:33 wiz Exp $
DISTNAME= jekyll-3.8.5
CATEGORIES= www
@@ -25,7 +25,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-minima>=2.1.1:../../www/ruby-jekyll-minima
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed
-RUBY_VERSIONS_ACCEPTED= 23 24 25 26
+RUBY_VERSIONS_ACCEPTED= 24 25 26
RUBYGEM_OPTIONS+= --format-executable
Home |
Main Index |
Thread Index |
Old Index