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: drop ruby30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f7adde39270
branches:  trunk
changeset: 391647:1f7adde39270
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jan 11 15:03:34 2023 +0000

description:
sysutils/ruby-chef: drop ruby30

Dose not support Ruby 3.0 any more.  Noted from wiz@ via private e-mail.

diffstat:

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

diffs (18 lines):

diff -r c9163e86a830 -r 1f7adde39270 sysutils/ruby-chef/Makefile
--- a/sysutils/ruby-chef/Makefile       Wed Jan 11 12:25:17 2023 +0000
+++ b/sysutils/ruby-chef/Makefile       Wed Jan 11 15:03:34 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/01/09 13:03:17 taca Exp $
+# $NetBSD: Makefile,v 1.35 2023/01/11 15:03:34 taca Exp $
 
 DISTNAME=      chef-18.1.0
 CATEGORIES=    sysutils
@@ -44,7 +44,7 @@
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        30 31
+RUBY_VERSIONS_ACCEPTED=        31
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index