Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/rebar3/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile 29 Jun 2023 15:02:00 -0000 1.11
+++ Makefile 1 Sep 2023 19:30:53 -0000
@@ -2,7 +2,7 @@ COMMENT = Erlang build tool
GH_ACCOUNT = erlang
GH_PROJECT = rebar3
-GH_TAGNAME = 3.22.0
+GH_TAGNAME = 3.22.1
CATEGORIES = devel
HOMEPAGE = https://www.rebar3.org
MAINTAINER = Volker Schlecht <openbsd-ports@schlecht.dev>
@@ -15,7 +15,7 @@ FLAVOR ?= erlang25
MASTER_SITES1 = https://repo.hex.pm/tarballs/
-.if ${FLAVOR:Merlang25} || ${FLAVOR:Merlang26}
+.if ${FLAVOR:Merlang25} || ${FLAVOR:Merlang26}
_EV = ${FLAVOR:C/.*([0-9][0-9]+\$)/\1/}
RUN_DEPENDS = lang/erlang/${_EV}
ERL_VERSION = ${_EV}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/rebar3/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 29 Jun 2023 15:02:00 -0000 1.5
+++ distinfo 1 Sep 2023 19:30:53 -0000
@@ -1,4 +1,4 @@
SHA256 (meck-0.8.13.tar) = 008BPBVttRrVfMVWiRuXIOahwd9f4uFa+ZnITWzr6xo=
-SHA256 (rebar3-3.22.0.tar.gz) = KLJWA4tEXsgY0swzAAsyF/QqlGIZ7eVatZcFA7/PZkc=
+SHA256 (rebar3-3.22.1.tar.gz) = KFW1eEMAhl0uQ8t6E1yyu6FEzxUhTGGQZbkYr8jMbrk=
SIZE (meck-0.8.13.tar) = 34304
-SIZE (rebar3-3.22.0.tar.gz) = 797341
+SIZE (rebar3-3.22.1.tar.gz) = 797521
Index: patches/patch-rebar_config
===================================================================
RCS file: /cvs/ports/devel/rebar3/patches/patch-rebar_config,v
retrieving revision 1.6
diff -u -p -r1.6 patch-rebar_config
--- patches/patch-rebar_config 29 Jun 2023 15:02:03 -0000 1.6
+++ patches/patch-rebar_config 1 Sep 2023 19:30:53 -0000
@@ -6,7 +6,7 @@ Index: rebar.config
@@ -12,7 +12,7 @@
{escript_name, rebar3}.
{escript_wrappers_windows, ["cmd", "powershell"]}.
- {escript_comment, "%%Rebar3 3.22.0\n"}.
+ {escript_comment, "%%Rebar3 3.22.1\n"}.
-{escript_emu_args, "%%! +sbtu +A1\n"}.
+{escript_emu_args, "%%! +sbtu +A1 -escript main rebar3\n"}.
%% escript_incl_priv is for internal rebar-private use only.
Updates devel/rebar3 to the latest release, 3.22.1
(and fixes a whitespace nit in the Makefile)
Both flavours build and test without failure on amd64.
The -erlang25 flavour rebuilds net/rabbitmq
ok?
No comments:
Post a Comment