Lines 5-10
they are unavoidable.
Link Here
|
5 |
You should get into the habit of checking this file for changes each time |
5 |
You should get into the habit of checking this file for changes each time |
6 |
you update your ports collection, before attempting any port upgrades. |
6 |
you update your ports collection, before attempting any port upgrades. |
7 |
|
7 |
|
|
|
8 |
20230227: |
9 |
AFFECTS: users of lang/ruby30 |
10 |
AUTHOR: yasu@FreeBSD.org |
11 |
|
12 |
The default ruby version has been updated from 3.0 to 3.1. |
13 |
|
14 |
If you compile your own ports you may keep 3.0 as the default version by |
15 |
adding the following lines to your /etc/make.conf file: |
16 |
|
17 |
# |
18 |
# Keep ruby 3.0 as default version |
19 |
# |
20 |
DEFAULT_VERSIONS+=ruby=3.0 |
21 |
|
22 |
If you wish to update to the new default version, you need to first stop any |
23 |
software that uses ruby. Then, you will need to follow these steps, depending |
24 |
upon how you manage your system. |
25 |
|
26 |
If you use pkg, simply upgrade: |
27 |
# pkg upgrade |
28 |
|
29 |
If you do not use pkg, please check entry 20190420. |
30 |
The description there should also work for this version. |
31 |
|
8 |
20230227: |
32 |
20230227: |
9 |
AFFECTS: users of mail/py-spf-engine |
33 |
AFFECTS: users of mail/py-spf-engine |
10 |
AUTHOR: yasu@FreeBSD.org |
34 |
AUTHOR: yasu@FreeBSD.org |
11 |
- |
|
|