Re: [Maintainer Update] lang/elixir 1.14.4

2023-04-10 Thread Rafael Sadowski
On Sun Apr 09, 2023 at 05:08:56PM +0200, Volker Schlecht wrote:
> Trivial diff to update elixir to 1.14.4
> 
> * Establishes compatibility with erlang/otp 26
> * Fixes a handful of bugs
> 
> https://github.com/elixir-lang/elixir/releases/tag/v1.14.4
> 
> Change to the port:
> 
> * Explicitly set CONFIGURE_STYLE=None to document that lang/elixir
> doesn't depend on rebar3 (which would be pulled in automatically by
> erlang.port.mk)
> 
> Builds and works fine on amd64, rebuilds net/rabbitmq

Committed, thanks



[Maintainer Update] lang/elixir 1.14.4

2023-04-09 Thread Volker Schlecht

Trivial diff to update elixir to 1.14.4

* Establishes compatibility with erlang/otp 26
* Fixes a handful of bugs

https://github.com/elixir-lang/elixir/releases/tag/v1.14.4

Change to the port:

* Explicitly set CONFIGURE_STYLE=None to document that lang/elixir
doesn't depend on rebar3 (which would be pulled in automatically by
erlang.port.mk)

Builds and works fine on amd64, rebuilds net/rabbitmqIndex: Makefile
===
RCS file: /cvs/ports/lang/elixir/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- Makefile	18 Jan 2023 09:33:59 -	1.66
+++ Makefile	9 Apr 2023 15:01:23 -
@@ -1,6 +1,6 @@
 COMMENT=		functional language for building scalable applications
 
-V=			1.14.3
+V=			1.14.4
 GH_ACCOUNT=		elixir-lang
 GH_PROJECT=		elixir
 GH_TAGNAME=		v$V
@@ -24,6 +24,8 @@ PORTHOME=		${WRKDIR}
 MAKE_FLAGS=		PREFIX="${PREFIX}" \
 			MAN_PREFIX="${PREFIX}/man" \
 			Q=""
+
+CONFIGURE_STYLE=	None
 
 # Needed because otherwise the bootstrapping step complains
 MAKE_ENV+=		LC_ALL="en_US.UTF-8"
Index: distinfo
===
RCS file: /cvs/ports/lang/elixir/distinfo,v
retrieving revision 1.56
diff -u -p -r1.56 distinfo
--- distinfo	18 Jan 2023 09:33:59 -	1.56
+++ distinfo	9 Apr 2023 15:01:23 -
@@ -1,2 +1,2 @@
-SHA256 (elixir-1.14.3.tar.gz) = vUZBRSV/Nr1k97qL7ZO2SZxQVxtBXEkbICZ9J9cDVwc=
-SIZE (elixir-1.14.3.tar.gz) = 3086297
+SHA256 (elixir-1.14.4.tar.gz) = B9Zs8UesrcIb0WefSG79b41kpzhW7Mg8cbXpAwgbRdI=
+SIZE (elixir-1.14.4.tar.gz) = 3076206