git: afb2e3531296 - main - lang/erlang-runtime27: new port, based off erlang26
Date: Sun, 02 Jun 2024 19:23:49 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=afb2e3531296b7763cba4a1f70631af8df80f393 commit afb2e3531296b7763cba4a1f70631af8df80f393 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2024-06-02 19:23:12 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2024-06-02 19:23:32 +0000 lang/erlang-runtime27: new port, based off erlang26 - https://www.erlang.org/blog/highlights-otp-27/ - https://www.erlang.org/doc/apps/erts/notes - https://github.com/erlang/otp/releases/download/OTP-27.0/OTP-27.0.README --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/Makefile b/lang/Makefile index 6d3c4d11d7ed..1a84c4a5ce15 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -67,6 +67,7 @@ SUBDIR += erlang-runtime24 SUBDIR += erlang-runtime25 SUBDIR += erlang-runtime26 + SUBDIR += erlang-runtime27 SUBDIR += erlang-wx SUBDIR += execline SUBDIR += expect