Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2026 01:06:25 +0000
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7938f387cbd - main - lang/erlang-runtime29: Update to 29.0
Message-ID:  <6a052011.23e4a.516a9520@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olgeni:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7938f387cbd0d667723f6d15422ecc62f568259

commit e7938f387cbd0d667723f6d15422ecc62f568259
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2026-05-13 15:09:36 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2026-05-14 01:01:53 +0000

    lang/erlang-runtime29: Update to 29.0
---
 lang/erlang-runtime29/Makefile                |  1 -
 lang/erlang-runtime29/distinfo                |  6 +++---
 lang/erlang-runtime29/files/patch-Makefile.in | 18 +++++++++---------
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/lang/erlang-runtime29/Makefile b/lang/erlang-runtime29/Makefile
index 1c90ddedf594..c12c9e344cd8 100644
--- a/lang/erlang-runtime29/Makefile
+++ b/lang/erlang-runtime29/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	erlang
 DISTVERSIONPREFIX=	OTP-
 DISTVERSION=	29.0
-DISTVERSIONSUFFIX=	-rc3
 CATEGORIES=	lang parallel java
 PKGNAMESUFFIX=	-runtime${PORTVERSION:C/\..*//}
 DIST_SUBDIR=	erlang
diff --git a/lang/erlang-runtime29/distinfo b/lang/erlang-runtime29/distinfo
index 73e7415f758d..d4bad296182f 100644
--- a/lang/erlang-runtime29/distinfo
+++ b/lang/erlang-runtime29/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1777449729
-SHA256 (erlang/erlang-otp-OTP-29.0-rc3_GH0.tar.gz) = d367bf3cbe0f5c6372bf6a140fe7a34f23434728bfd86aeb23252da9559fba88
-SIZE (erlang/erlang-otp-OTP-29.0-rc3_GH0.tar.gz) = 64961156
+TIMESTAMP = 1778681796
+SHA256 (erlang/erlang-otp-OTP-29.0_GH0.tar.gz) = 032b64b0de42bf66a13086bf18b8e62a5d83dcf32ac0d44d33c4792f0e8f826c
+SIZE (erlang/erlang-otp-OTP-29.0_GH0.tar.gz) = 65074776
 SHA256 (erlang/erlang-corba-5.2.2_GH0.tar.gz) = fb79989da922c72fafdc9a5fc68fd0c8e78b7a42328fd17ac4579e864616222e
 SIZE (erlang/erlang-corba-5.2.2_GH0.tar.gz) = 1400778
diff --git a/lang/erlang-runtime29/files/patch-Makefile.in b/lang/erlang-runtime29/files/patch-Makefile.in
index 1032893234cc..53bf56a60329 100644
--- a/lang/erlang-runtime29/files/patch-Makefile.in
+++ b/lang/erlang-runtime29/files/patch-Makefile.in
@@ -1,20 +1,20 @@
---- Makefile.in.orig	2025-02-12 10:24:27 UTC
+--- Makefile.in.orig	2026-05-13 09:29:44 UTC
 +++ Makefile.in
-@@ -60,7 +60,7 @@ libdir		= @libdir@
+@@ -62,7 +62,7 @@ libdir		= @libdir@
  libdir		= @libdir@
- 
+
  # Where Erlang/OTP is located
 -libdir_suffix	= /erlang
 +libdir_suffix	= /erlang29
  erlang_libdir	= $(libdir)$(libdir_suffix)
  erlang_bindir	= $(erlang_libdir)/bin
- 
-@@ -851,7 +851,7 @@ $(TEST_DIRS):
+
+@@ -855,7 +855,7 @@ $(TEST_DIRS):
  #
  # Order is important here, don't change it!
  #
--INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version install.bin
-+INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version
- 
+-INST_DEP += sys.config install.dirs install.emulator install.libs install.Install install.otp_version install.config install.bin
++INST_DEP += sys.config install.dirs install.emulator install.libs install.Install install.otp_version install.config
+
  install: $(INST_DEP)
- 
+


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a052011.23e4a.516a9520>