View | Details | Raw Unified | Return to bug 268586 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/ruby.mk (-2 / +2 lines)
Lines 156-168 RUBY_PORTREVISION= 0 Link Here
156
# Ruby 3.0
156
# Ruby 3.0
157
#
157
#
158
RUBY_DISTVERSION=	3.0.5
158
RUBY_DISTVERSION=	3.0.5
159
RUBY_PORTREVISION=	0
159
RUBY_PORTREVISION=	1
160
.      elif ${RUBY_VER} == 3.1
160
.      elif ${RUBY_VER} == 3.1
161
#
161
#
162
# Ruby 3.1
162
# Ruby 3.1
163
#
163
#
164
RUBY_DISTVERSION=	3.1.3
164
RUBY_DISTVERSION=	3.1.3
165
RUBY_PORTREVISION=	1
165
RUBY_PORTREVISION=	2
166
166
167
.      elif ${RUBY_VER} == 3.2
167
.      elif ${RUBY_VER} == 3.2
168
#
168
#
(-)b/Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 123-129 PYTHON2_DEFAULT?= 2.7 Link Here
123
# Possible values: 3.7, 3.8, 3.9, 3.10, 3.11
123
# Possible values: 3.7, 3.8, 3.9, 3.10, 3.11
124
PYTHON3_DEFAULT?=	3.9
124
PYTHON3_DEFAULT?=	3.9
125
# Possible values: 2.7, 3.0, 3.1, 3.2
125
# Possible values: 2.7, 3.0, 3.1, 3.2
126
RUBY_DEFAULT?=		3.0
126
RUBY_DEFAULT?=		3.1
127
# Possible values: rust, rust-nightly
127
# Possible values: rust, rust-nightly
128
RUST_DEFAULT?=		rust
128
RUST_DEFAULT?=		rust
129
# Possible values: 4.13, 4.16
129
# Possible values: 4.13, 4.16
(-)b/UPDATING (-1 / +24 lines)
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
- 

Return to bug 268586