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:           Wed Jan 11 15:03:34 UTC 2023

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

Log Message:
sysutils/ruby-chef: drop ruby30

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/sysutils/ruby-chef/Makefile:1.35
--- pkgsrc/sysutils/ruby-chef/Makefile:1.34     Mon Jan  9 13:03:17 2023
+++ pkgsrc/sysutils/ruby-chef/Makefile  Wed Jan 11 15:03:34 2023
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-vault>=0.16<
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        30 31
+RUBY_VERSIONS_ACCEPTED=        31
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index