diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-03-05 13:08:26 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-04-21 23:08:24 +0900 |
commit | eca58e3768122a0ef093f62ad91760e4341f5df1 (patch) | |
tree | 2814dfd1bce5fa56f397f6a0a9fe91062d8196b8 /UPDATING | |
parent | 72cd936929be68ab2d4a7a56eb6ca3d019905a5a (diff) | |
download | freebsd-ports-eca58e3768122a0ef093f62ad91760e4341f5df1.zip |
Mk/bsd.default-versions.mk: Switch default version of Ruby from 2.7 to 3.0
How to upgrade is described in the entry of 20220421 in UPDATING.
PR: 262350
Exp-run by: antoine
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -5,6 +5,30 @@ 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. +20220421: + AFFECTS: users of lang/ruby27 + AUTHOR: yasu@FreeBSD.org + + The default ruby version has been updated from 2.7 to 3.0. + + If you compile your own ports you may keep 2.7 as the default version by + adding the following lines to your /etc/make.conf file: + + # + # Keep ruby 2.7 as default version + # + DEFAULT_VERSIONS+=ruby=2.7 + + If you wish to update to the new default version, you need to first stop any + software that uses ruby. Then, you will need to follow these steps, depending + upon how you manage your system. + + If you use pkg, simply upgrade: + # pkg upgrade + + If you do not use pkg, please check entry 20190420. + The description there should also work for this version. + 20220413: AFFECTS: users of net-im/py-matrix-synapse AUTHOR: ports@skyforge.at |