pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jul  7 16:11:57 UTC 2021

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

Log Message:
lang/ruby: make sure to update ruby30's version


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/lang/ruby/rubyversion.mk

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

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.234 pkgsrc/lang/ruby/rubyversion.mk:1.235
--- pkgsrc/lang/ruby/rubyversion.mk:1.234       Wed Jul  7 16:10:01 2021
+++ pkgsrc/lang/ruby/rubyversion.mk     Wed Jul  7 16:11:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.234 2021/07/07 16:10:01 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.235 2021/07/07 16:11:57 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
 # current supported Ruby's version
 RUBY26_VERSION=                2.6.8
 RUBY27_VERSION=                2.7.4
-RUBY30_VERSION=                3.0.1
+RUBY30_VERSION=                3.0.2
 
 # current API compatible version; used for version of shared library
 RUBY26_API_VERSION=    2.6.0



Home | Main Index | Thread Index | Old Index