Re: git: d0833d76bb57 - main - */ruby: Switch DEFAULT to 3.2

From: Moin Rahman <bofh_at_freebsd.org>
Date: Wed, 28 Feb 2024 08:23:04 UTC

> On Feb 28, 2024, at 9:21 AM, Muhammad Moinur Rahman <bofh@FreeBSD.org> wrote:
> 
> The branch main has been updated by bofh:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=d0833d76bb573f8694627e82fe44e56df049d252
> 
> commit d0833d76bb573f8694627e82fe44e56df049d252
> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2024-02-28 08:05:29 +0000
> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2024-02-28 08:20:14 +0000
> 
>    */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)
> ---
> Mk/bsd.default-versions.mk |  2 +-
> UPDATING                   | 14 ++++++++++++++
> 2 files changed, 15 insertions(+), 1 deletion(-)
> 
> diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
> index b7968889e5ae..b10a1d07ad68 100644
> --- a/Mk/bsd.default-versions.mk
> +++ b/Mk/bsd.default-versions.mk
> @@ -139,7 +139,7 @@ PYTHON_DEFAULT?= 3.9
> # Possible values: 2.7
> PYTHON2_DEFAULT?= 2.7
> # Possible values: 3.0, 3.1, 3.2, 3.3
> -RUBY_DEFAULT?= 3.1
> +RUBY_DEFAULT?= 3.2
> # Possible values: rust, rust-nightly
> RUST_DEFAULT?= rust
> # Possible values: 4.13, 4.16, 4.19
> 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


The PR should be:
276466