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:           Tue Mar 31 14:44:03 UTC 2026

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

Log Message:
lang/ruby: fix build problem of ruby34

Fix build problem of ruby34, correcting version of pstore gem.


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 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.316 pkgsrc/lang/ruby/rubyversion.mk:1.317
--- pkgsrc/lang/ruby/rubyversion.mk:1.316       Sat Mar 28 14:38:33 2026
+++ pkgsrc/lang/ruby/rubyversion.mk     Tue Mar 31 14:44:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.316 2026/03/28 14:38:33 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.317 2026/03/31 14:44:03 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -491,7 +491,7 @@ RUBY_OSTRUCT_VER=           0.6.1
 RUBY_PP_VER=                   0.6.2
 RUBY_PRETTYPRINT_VER=          0.2.0
 RUBY_PRISM_VER=                        1.5.2
-RUBY_PSTORE_VER=               0.2.1
+RUBY_PSTORE_VER=               0.1.4
 RUBY_RDOC_VER=                 6.14.0
 RUBY_READLINE_VER=             0.0.4
 RUBY_RELINE_VER=               0.6.0



Home | Main Index | Thread Index | Old Index