Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2024 19:23:49 GMT
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afb2e3531296 - main - lang/erlang-runtime27: new port, based off erlang26
Message-ID:  <202406021923.452JNnVX014870@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406021923.452JNnVX014870>