Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 00:14:01 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527393 - in head/lang: . erlang-runtime23 erlang-runtime23/files
Message-ID:  <202002290014.01T0E17F079607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sat Feb 29 00:14:01 2020
New Revision: 527393
URL: https://svnweb.freebsd.org/changeset/ports/527393

Log:
  Update lang/erlang-runtime23 to version 23.0-rc1 and connect to the tree.
  
  CORBA is currently unavailable but hopefully it can be fixed.

Modified:
  head/lang/Makefile
  head/lang/erlang-runtime23/Makefile
  head/lang/erlang-runtime23/distinfo
  head/lang/erlang-runtime23/files/patch-Makefile.in
  head/lang/erlang-runtime23/pkg-descr

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Fri Feb 28 22:07:00 2020	(r527392)
+++ head/lang/Makefile	Sat Feb 29 00:14:01 2020	(r527393)
@@ -67,6 +67,7 @@
     SUBDIR += erlang-runtime20
     SUBDIR += erlang-runtime21
     SUBDIR += erlang-runtime22
+    SUBDIR += erlang-runtime23
     SUBDIR += erlang-wx
     SUBDIR += execline
     SUBDIR += expect

Modified: head/lang/erlang-runtime23/Makefile
==============================================================================
--- head/lang/erlang-runtime23/Makefile	Fri Feb 28 22:07:00 2020	(r527392)
+++ head/lang/erlang-runtime23/Makefile	Sat Feb 29 00:14:01 2020	(r527393)
@@ -3,9 +3,9 @@
 
 PORTNAME=	erlang
 DISTVERSIONPREFIX=	OTP-
-DISTVERSION=	22.2.8
+DISTVERSION=	23.0-rc1
 CATEGORIES=	lang parallel java
-PKGNAMESUFFIX=	-runtime22
+PKGNAMESUFFIX=	-runtime23
 DIST_SUBDIR=	erlang
 
 MAINTAINER=	erlang@FreeBSD.org
@@ -34,7 +34,7 @@ SUB_LIST=	ERLANG_LIB=${ERLANG_LIB}
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}
 
 OPTIONS_DEFINE=	CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
-OPTIONS_DEFAULT=CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS
+OPTIONS_DEFAULT=DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS
 OPTIONS_EXCLUDE_powerpc64=	HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
 OPTIONS_EXCLUDE_powerpc64_13=	DTRACE
 

Modified: head/lang/erlang-runtime23/distinfo
==============================================================================
--- head/lang/erlang-runtime23/distinfo	Fri Feb 28 22:07:00 2020	(r527392)
+++ head/lang/erlang-runtime23/distinfo	Sat Feb 29 00:14:01 2020	(r527393)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1582897162
-SHA256 (erlang/erlang-otp-OTP-22.2.8_GH0.tar.gz) = 71f73ddd59db521928a0f6c8d4354d6f4e9f4bfbd0b40d321cd5253a6c79b095
-SIZE (erlang/erlang-otp-OTP-22.2.8_GH0.tar.gz) = 55747601
+TIMESTAMP = 1582810811
+SHA256 (erlang/erlang-otp-OTP-23.0-rc1_GH0.tar.gz) = eca3c0cff83b536c5b96bff3d3b689b9fc25146a544d219aa5eee4c2a3c6d904
+SIZE (erlang/erlang-otp-OTP-23.0-rc1_GH0.tar.gz) = 56175026
 SHA256 (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 36f397e6aef97eebda629badb0570cb4ddc979a6d1557bc487a9e13671facf8f
 SIZE (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 1422685

Modified: head/lang/erlang-runtime23/files/patch-Makefile.in
==============================================================================
--- head/lang/erlang-runtime23/files/patch-Makefile.in	Fri Feb 28 22:07:00 2020	(r527392)
+++ head/lang/erlang-runtime23/files/patch-Makefile.in	Sat Feb 29 00:14:01 2020	(r527393)
@@ -5,7 +5,7 @@
  
  # Where Erlang/OTP is located
 -libdir_suffix	= /erlang
-+libdir_suffix	= /erlang22
++libdir_suffix	= /erlang23
  erlang_libdir	= $(libdir)$(libdir_suffix)
  erlang_bindir	= $(erlang_libdir)/bin
  

Modified: head/lang/erlang-runtime23/pkg-descr
==============================================================================
--- head/lang/erlang-runtime23/pkg-descr	Fri Feb 28 22:07:00 2020	(r527392)
+++ head/lang/erlang-runtime23/pkg-descr	Sat Feb 29 00:14:01 2020	(r527393)
@@ -4,7 +4,7 @@ uses are in telecoms, banking, e-commerce, computer te
 instant messaging. Erlang's runtime system has built-in support for
 concurrency, distribution and fault tolerance.
 
-This port contains a standalone runtime environment of Erlang 22
+This port contains a standalone runtime environment of Erlang 23
 to be used during the development of OTP applications.
 
 WWW: https://www.erlang.org/



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