Date: Wed, 10 Apr 2019 14:53:20 +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: r498567 - in head/lang/erlang-runtime22: . files Message-ID: <201904101453.x3AErKW7070803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Apr 10 14:53:20 2019 New Revision: 498567 URL: https://svnweb.freebsd.org/changeset/ports/498567 Log: Update repocopy of lang/erlang-runtime22 to 22.0-rc2. Deleted: head/lang/erlang-runtime22/files/patch-lib_hipe_llvm_hipe__llvm__main.erl Modified: head/lang/erlang-runtime22/Makefile head/lang/erlang-runtime22/distinfo head/lang/erlang-runtime22/files/patch-Makefile.in head/lang/erlang-runtime22/pkg-descr Modified: head/lang/erlang-runtime22/Makefile ============================================================================== --- head/lang/erlang-runtime22/Makefile Wed Apr 10 14:41:49 2019 (r498566) +++ head/lang/erlang-runtime22/Makefile Wed Apr 10 14:53:20 2019 (r498567) @@ -3,10 +3,9 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.3 -# NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2 +DISTVERSION= 22.0-rc2 CATEGORIES= lang parallel java -PKGNAMESUFFIX= -runtime21 +PKGNAMESUFFIX= -runtime22 DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org @@ -30,7 +29,7 @@ SUB_LIST= ERLANG_LIB=${ERLANG_LIB} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} OPTIONS_DEFINE= DIRTY DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX -OPTIONS_DEFAULT=DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS +OPTIONS_DEFAULT=DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS OPTIONS_EXCLUDE_powerpc64= HIPE DIRTY_DESC= Enable Dirty schedulers Modified: head/lang/erlang-runtime22/distinfo ============================================================================== --- head/lang/erlang-runtime22/distinfo Wed Apr 10 14:41:49 2019 (r498566) +++ head/lang/erlang-runtime22/distinfo Wed Apr 10 14:53:20 2019 (r498567) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554131181 -SHA256 (erlang/erlang-otp-OTP-21.3.3_GH0.tar.gz) = c56d6c736163e93ee3edab0b3ae59209cfd751f0d8078a7ca83d63942202b706 -SIZE (erlang/erlang-otp-OTP-21.3.3_GH0.tar.gz) = 54025876 +TIMESTAMP = 1554892845 +SHA256 (erlang/erlang-otp-OTP-22.0-rc2_GH0.tar.gz) = b3f62e5b01ef565a7281985cb88839e3d6cbaa2096716a86dc697bd3eb9d3eb9 +SIZE (erlang/erlang-otp-OTP-22.0-rc2_GH0.tar.gz) = 54634947 Modified: head/lang/erlang-runtime22/files/patch-Makefile.in ============================================================================== --- head/lang/erlang-runtime22/files/patch-Makefile.in Wed Apr 10 14:41:49 2019 (r498566) +++ head/lang/erlang-runtime22/files/patch-Makefile.in Wed Apr 10 14:53:20 2019 (r498567) @@ -5,7 +5,7 @@ # Where Erlang/OTP is located -libdir_suffix = /erlang -+libdir_suffix = /erlang21 ++libdir_suffix = /erlang22 erlang_libdir = $(libdir)$(libdir_suffix) erlang_bindir = $(erlang_libdir)/bin Modified: head/lang/erlang-runtime22/pkg-descr ============================================================================== --- head/lang/erlang-runtime22/pkg-descr Wed Apr 10 14:41:49 2019 (r498566) +++ head/lang/erlang-runtime22/pkg-descr Wed Apr 10 14:53:20 2019 (r498567) @@ -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 21 +This port contains a standalone runtime environment of Erlang 22 to be used during the development of OTP applications. WWW: http://www.erlang.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904101453.x3AErKW7070803>