freebsd-ports/lang/elixir-devel/pkg-message
Dave Cottlehuber b6e292ec9e lang/elixir-devel: update to 1.16.0
- https://elixir-lang.org/blog/2023/12/22/elixir-v1-16-0-released
- require OTP26 for build and runtime

In the past, the Elixir compiler performance was largely
independent of the version of Erlang/OTP used to build
Elixir itself. This is no longer the case, so the OTP
version has been bumped, and users will need to use
the latest OTP version for this -devel port.
2024-01-03 16:18:17 +00:00

24 lines
518 B
Plaintext

[
{ type: install
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed:
- lang/erlang-runtime26 or newer
Note that lang/erlang, erlang-runtime24 and 25 are no longer compatible.
EOM
}
{ type: upgrade
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed, as you prefer:
- lang/erlang-runtime26 or newer
Note that lang/erlang, erlang-runtime24 and 25 are no longer compatible.
EOM
}
]