FreeBSD Bugzilla – Attachment 240075 Details for
Bug 268586
[exp-run] Mk/bsd.default-versions.mk: Change default version of Ruby
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch file
Mk_bsd.default-versions.mk.ruby.patch (text/plain), 1.42 KB, created by
Yasuhiro Kimura
on 2023-02-11 06:54:12 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-02-11 06:54:12 UTC
Size:
1.42 KB
patch
obsolete
>From 9079c54751360673760c04f4a5637128379c4440 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Tue, 27 Dec 2022 08:24:41 +0900 >Subject: [PATCH] Mk/bsd.default-versions.mk: Change default version of Ruby > >* Change default version of Ruby from 3.0 to 3.1. >* Bump PORTREVISION of lang/ruby3[01]. They need to be rebuilt as only > default ruby package includes ${PREFIX}/bin/ruby and > ${PREFIX}/man/man1/ruby.1.gz symlinks. >--- > Mk/Uses/ruby.mk | 4 ++-- > Mk/bsd.default-versions.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk >index 46b76fd7e423..ca35ffeb57e7 100644 >--- a/Mk/Uses/ruby.mk >+++ b/Mk/Uses/ruby.mk >@@ -156,13 +156,13 @@ RUBY_PORTREVISION= 0 > # Ruby 3.0 > # > RUBY_DISTVERSION= 3.0.5 >-RUBY_PORTREVISION= 0 >+RUBY_PORTREVISION= 1 > . elif ${RUBY_VER} == 3.1 > # > # Ruby 3.1 > # > RUBY_DISTVERSION= 3.1.3 >-RUBY_PORTREVISION= 1 >+RUBY_PORTREVISION= 2 > > . elif ${RUBY_VER} == 3.2 > # >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index a2f7d77ae4bf..f4cf57bf2e47 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -123,7 +123,7 @@ PYTHON2_DEFAULT?= 2.7 > # Possible values: 3.7, 3.8, 3.9, 3.10, 3.11 > PYTHON3_DEFAULT?= 3.9 > # Possible values: 2.7, 3.0, 3.1, 3.2 >-RUBY_DEFAULT?= 3.0 >+RUBY_DEFAULT?= 3.1 > # Possible values: rust, rust-nightly > RUST_DEFAULT?= rust > # Possible values: 4.13, 4.16 >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268586
:
239051
|
239069
|
240073
|
240075
|
240451