pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Allow build with Ruby 3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57d433826eb8
branches:  trunk
changeset: 371929:57d433826eb8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 16 14:29:47 2022 +0000

description:
Allow build with Ruby 3.1.

diffstat:

 games/ruby-squib/Makefile   |  4 ++--
 misc/ruby-ohai/Makefile     |  4 ++--
 sysutils/ruby-chef/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r dc2862ce6a41 -r 57d433826eb8 games/ruby-squib/Makefile
--- a/games/ruby-squib/Makefile Sun Jan 16 14:29:29 2022 +0000
+++ b/games/ruby-squib/Makefile Sun Jan 16 14:29:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2021/11/23 14:30:02 taca Exp $
+# $NetBSD: Makefile,v 1.24 2022/01/16 14:29:47 taca Exp $
 
 DISTNAME=      squib-0.18.0
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/}
@@ -24,7 +24,7 @@
 #DEPENDS+=     ${RUBY_PKGPREFIX}-gio2>=3.4<4:../../devel/ruby-gio2
 DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=2.0.3<2.1:../../devel/ruby-highline
 
-RUBY_VERSIONS_ACCEPTED=        27 30
+RUBY_VERSIONS_ACCEPTED=        27 30 31
 
 RUBYGEM_OPTIONS+=      --format-executable
 OVERRIDE_GEMSPEC+=     classy_hash>=0.2.1 mercenary>=0.4.0
diff -r dc2862ce6a41 -r 57d433826eb8 misc/ruby-ohai/Makefile
--- a/misc/ruby-ohai/Makefile   Sun Jan 16 14:29:29 2022 +0000
+++ b/misc/ruby-ohai/Makefile   Sun Jan 16 14:29:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/12/19 06:35:51 taca Exp $
+# $NetBSD: Makefile,v 1.38 2022/01/16 14:29:47 taca Exp $
 
 DISTNAME=      ohai-17.9.0
 CATEGORIES=    misc
@@ -23,7 +23,7 @@
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        27 30
+RUBY_VERSIONS_ACCEPTED=        27 30 31
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"
diff -r dc2862ce6a41 -r 57d433826eb8 sysutils/ruby-chef/Makefile
--- a/sysutils/ruby-chef/Makefile       Sun Jan 16 14:29:29 2022 +0000
+++ b/sysutils/ruby-chef/Makefile       Sun Jan 16 14:29:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/01/06 10:30:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/16 14:29:47 taca Exp $
 
 DISTNAME=      chef-17.8.25
 CATEGORIES=    sysutils
@@ -41,7 +41,7 @@
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        27 30
+RUBY_VERSIONS_ACCEPTED=        27 30 31
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index