pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-chef



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Dec  8 13:08:06 UTC 2022

Modified Files:
        pkgsrc/sysutils/ruby-chef: Makefile

Log Message:
sysutils/ruby-chef: stop buliding with ruby27

chef require Ruby 3.0.3 and later.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/ruby-chef/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ruby-chef/Makefile
diff -u pkgsrc/sysutils/ruby-chef/Makefile:1.32 pkgsrc/sysutils/ruby-chef/Makefile:1.33
--- pkgsrc/sysutils/ruby-chef/Makefile:1.32     Sun Dec  4 15:20:03 2022
+++ pkgsrc/sysutils/ruby-chef/Makefile  Thu Dec  8 13:08:06 2022
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-vault>=0.16<
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_ACCEPTED=        30 31
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index