aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-28 08:05:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-28 08:20:14 +0000
commitd0833d76bb573f8694627e82fe44e56df049d252 (patch)
treea01a9f23df1088a533338d8ed5052e4e1df00692 /UPDATING
parent779b65a24d4857099a9929bf46a226f2e54fe756 (diff)
downloadports-d0833d76bb573f8694627e82fe44e56df049d252.tar.gz
ports-d0833d76bb573f8694627e82fe44e56df049d252.zip
*/ruby: Switch DEFAULT to 3.2
BREAKING CHANGES: www/redmine50 will stop working. At the moment there is no redmine 5.1.X in the tree. So users of redmine should utilize the following in their relevant make.conf file: DEFAULT_VERSIONS=ruby=3.1 PR: 244427 Approved by: portmgr (exp-run)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
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