aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.default-versions.mk2
-rw-r--r--UPDATING14
2 files changed, 15 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index b7968889e5ae..b10a1d07ad68 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -139,7 +139,7 @@ PYTHON_DEFAULT?= 3.9
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7
# Possible values: 3.0, 3.1, 3.2, 3.3
-RUBY_DEFAULT?= 3.1
+RUBY_DEFAULT?= 3.2
# Possible values: rust, rust-nightly
RUST_DEFAULT?= rust
# Possible values: 4.13, 4.16, 4.19
diff --git a/UPDATING b/UPDATING
index 4bce54a71015..1d0516d4ee64 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20240228:
+ AFFECTS: users of www/redmine50
+ AUTHOR: bofh@FreeBSD.org
+
+ The default vesion of ruby has been switched from 3.1 to 3.2.
+
+ However www/redmine50 does not support ruby 3.2. Users should add the
+ following in their relevant make.conf file:
+
+ DEFAULT_VERSIONS+=ruby=3.1
+
+ Although redmin 5.1.X supports ruby 3.2 and later but so far there is
+ no redmine51 ports in the tree.
+
20240222:
AFFECTS: users of databases/xtrabackup8
AUTHOR: eugen@FreeBSD.org