Update to lates elixir release. Drops patch that is now included upstream.
Builds, works and rebuilds net/rabbitmq, which is the only consumer
Index: Makefile =================================================================== RCS file: /cvs/ports/lang/elixir/Makefile,v retrieving revision 1.68 diff -u -p -r1.68 Makefile --- Makefile 6 Aug 2023 16:29:08 -0000 1.68 +++ Makefile 1 Sep 2023 14:58:01 -0000 @@ -1,6 +1,6 @@ COMMENT= functional language for building scalable applications -V= 1.15.4 +V= 1.15.5 GH_ACCOUNT= elixir-lang GH_PROJECT= elixir GH_TAGNAME= v$V Index: distinfo =================================================================== RCS file: /cvs/ports/lang/elixir/distinfo,v retrieving revision 1.58 diff -u -p -r1.58 distinfo --- distinfo 6 Aug 2023 16:29:08 -0000 1.58 +++ distinfo 1 Sep 2023 14:58:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (elixir-1.15.4.tar.gz) = MCv4Blq3kqiPbDoMAaa7WHN74+T8JWTIr9QYv5eSUBw= -SIZE (elixir-1.15.4.tar.gz) = 3146690 +SHA256 (elixir-1.15.5.tar.gz) = afYgPt7S1bLSRsgHUo+Jaz01IUHJzz4JV2J0jWd8cmA= +SIZE (elixir-1.15.5.tar.gz) = 3147002 Index: patches/patch-lib_mix_lib_mix_compilers_elixir_ex =================================================================== RCS file: patches/patch-lib_mix_lib_mix_compilers_elixir_ex diff -N patches/patch-lib_mix_lib_mix_compilers_elixir_ex --- patches/patch-lib_mix_lib_mix_compilers_elixir_ex 6 Aug 2023 16:29:10 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -Backport https://github.com/elixir-lang/elixir/commit/9b7b7d655d140203044af181842754db7bdbb7ef -Index: lib/mix/lib/mix/compilers/elixir.ex ---- lib/mix/lib/mix/compilers/elixir.ex.orig -+++ lib/mix/lib/mix/compilers/elixir.ex -@@ -454,6 +454,9 @@ defmodule Mix.Compilers.Elixir do - 8 -> :crypto.hash(:blake2b, contents) - _ -> :crypto.hash(:blake2s, contents) - end -+ rescue -+ # Blake may not be available on all OpenSSL distribution -+ _ -> :erlang.md5(contents) - end - - defp set_compiler_opts(opts) do
