pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-chef sysutils/ruby-chef: stop buliding w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/947bcc3477e7
branches:  trunk
changeset: 389709:947bcc3477e7
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Dec 08 13:08:06 2022 +0000

description:
sysutils/ruby-chef: stop buliding with ruby27

chef require Ruby 3.0.3 and later.

diffstat:

 sysutils/ruby-chef/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 79a6ee30fcc5 -r 947bcc3477e7 sysutils/ruby-chef/Makefile
--- a/sysutils/ruby-chef/Makefile       Thu Dec 08 12:28:49 2022 +0000
+++ b/sysutils/ruby-chef/Makefile       Thu Dec 08 13:08:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2022/12/04 15:20:03 taca Exp $
+# $NetBSD: Makefile,v 1.33 2022/12/08 13:08:06 taca Exp $
 
 DISTNAME=      chef-18.0.185
 CATEGORIES=    sysutils
@@ -44,6 +44,8 @@
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_ACCEPTED=        30 31
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index