diff options
author | taca <taca@pkgsrc.org> | 2022-01-16 14:29:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-01-16 14:29:47 +0000 |
commit | 6192b45c012e2838da94d35f5bad0b403f96233b (patch) | |
tree | e7cb26fb0c5b2fb3425bd4dd001f28d2512a5045 | |
parent | 9cc7b85b39329af9fc9e42db3f4bc1da75686af6 (diff) | |
download | pkgsrc-6192b45c012e2838da94d35f5bad0b403f96233b.tar.gz |
Allow build with Ruby 3.1.
-rw-r--r-- | games/ruby-squib/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-ohai/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ruby-chef/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/ruby-squib/Makefile b/games/ruby-squib/Makefile index becc0ba7492..173bcef191a 100644 --- a/games/ruby-squib/Makefile +++ b/games/ruby-squib/Makefile @@ -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}-rsvg2>=3.4<4:../../graphics/ruby-rsvg2 #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 --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index 8450757e0de..2914d7a2b72 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -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 @@ DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0<2:../../devel/ruby-wmi-lite USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 27 30 +RUBY_VERSIONS_ACCEPTED= 27 30 31 RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile index c654e467575..525cf7c44c7 100644 --- a/sysutils/ruby-chef/Makefile +++ b/sysutils/ruby-chef/Makefile @@ -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 @@ DEPENDS+= ${RUBY_PKGPREFIX}-vault>=0.16<1:../../security/ruby-vault USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 27 30 +RUBY_VERSIONS_ACCEPTED= 27 30 31 RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" |