Index: Makefile =================================================================== RCS file: /cvs/ports/devel/Makefile,v retrieving revision 1.2597 diff -u -p -r1.2597 Makefile --- Makefile 24 Jul 2026 20:18:19 -0000 1.2597 +++ Makefile 27 Jul 2026 19:56:12 -0000 @@ -1882,7 +1882,6 @@ SUBDIR += rcs-fast-import SUBDIR += re2c SUBDIR += readline - SUBDIR += rebar3,erlang26 SUBDIR += rebar3,erlang27 SUBDIR += rebar3,erlang28 SUBDIR += reflection-cpp Index: rebar3/Makefile =================================================================== RCS file: /cvs/ports/devel/rebar3/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- rebar3/Makefile 28 Feb 2026 18:47:22 -0000 1.22 +++ rebar3/Makefile 27 Jul 2026 19:56:17 -0000 @@ -3,7 +3,10 @@ COMMENT = Erlang build tool GH_ACCOUNT = erlang GH_PROJECT = rebar3 GH_TAGNAME = 3.27.0 +REVISION = 0 + CATEGORIES = devel + HOMEPAGE = https://www.rebar3.org MAINTAINER = Volker Schlecht @@ -15,6 +18,8 @@ MODULES = lang/erlang # for tests MODERL_MODULES += meck 0.8.13 MODERL_HANDLE_FLAVORS= Yes +FLAVOR ?= erlang28 +FLAVORS = erlang27 erlang28 CONFIGURE_STYLE = None DISTFILES = rebar3-{}${GH_TAGNAME}.tar.gz