Date: Wed, 27 Jun 2018 12:22:09 +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: r473435 - in head/lang: . erlang-runtime21 erlang-runtime21/files Message-ID: <201806271222.w5RCM9K2031737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Jun 27 12:22:09 2018 New Revision: 473435 URL: https://svnweb.freebsd.org/changeset/ports/473435 Log: Add lang/erlang-runtime21, tracking branch 21 of Erlang. Modified: head/lang/Makefile head/lang/erlang-runtime21/Makefile head/lang/erlang-runtime21/distinfo head/lang/erlang-runtime21/files/patch-Makefile.in head/lang/erlang-runtime21/pkg-descr Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Jun 27 12:20:47 2018 (r473434) +++ head/lang/Makefile Wed Jun 27 12:22:09 2018 (r473435) @@ -74,6 +74,7 @@ SUBDIR += erlang-runtime18 SUBDIR += erlang-runtime19 SUBDIR += erlang-runtime20 + SUBDIR += erlang-runtime21 SUBDIR += erlang-wx SUBDIR += execline SUBDIR += expect Modified: head/lang/erlang-runtime21/Makefile ============================================================================== --- head/lang/erlang-runtime21/Makefile Wed Jun 27 12:20:47 2018 (r473434) +++ head/lang/erlang-runtime21/Makefile Wed Jun 27 12:22:09 2018 (r473435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 20.3.8.1 +PORTVERSION= 21.0.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -18,9 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-20.3.1 patch-otp-20.3.2 patch-otp-20.3.3 \ - patch-otp-20.3.4 patch-otp-20.3.5 patch-otp-20.3.6 \ - patch-otp-20.3.7 patch-otp-20.3.8 patch-otp-20.3.8.1 +PATCHFILES= patch-otp-21.0.1 MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -32,7 +30,7 @@ BROKEN_sparc64= Fails to build: error: fp_except undec WRKSRC= ${WRKDIR}/otp_src_${ERLANG_REL} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} -ERLANG_REL= 20.3 +ERLANG_REL= 21.0 OPTIONS_SUB= yes SUB_FILES= pkg-message Modified: head/lang/erlang-runtime21/distinfo ============================================================================== --- head/lang/erlang-runtime21/distinfo Wed Jun 27 12:20:47 2018 (r473434) +++ head/lang/erlang-runtime21/distinfo Wed Jun 27 12:22:09 2018 (r473435) @@ -1,3 +1,10 @@ +TIMESTAMP = 1530089074 +SHA256 (erlang/otp_src_21.0.tar.gz) = c7d247c0cad2d2e718eaca2e2dff051136a1347a92097abf19ebf65ea2870131 +SIZE (erlang/otp_src_21.0.tar.gz) = 84146631 +SHA256 (erlang/preloaded-21.0.1.tar.gz) = 20698040a21effa1ad4b5e66991c5be8297529d7ef729d7acb594b23a2608dd5 +SIZE (erlang/preloaded-21.0.1.tar.gz) = 330945 +SHA256 (erlang/patch-otp-21.0.1) = fecd307e12b4ad7f22134947ec3971b2578f7deb53ae406f0076e2813a4c2973 +SIZE (erlang/patch-otp-21.0.1) = 9191 TIMESTAMP = 1530018839 SHA256 (erlang/otp_src_20.3.tar.gz) = 4e19e6c403d5255531c0b870f19511c8b8e3b080618e4f9efcb44d905935b2a1 SIZE (erlang/otp_src_20.3.tar.gz) = 88170904 Modified: head/lang/erlang-runtime21/files/patch-Makefile.in ============================================================================== --- head/lang/erlang-runtime21/files/patch-Makefile.in Wed Jun 27 12:20:47 2018 (r473434) +++ head/lang/erlang-runtime21/files/patch-Makefile.in Wed Jun 27 12:22:09 2018 (r473435) @@ -5,7 +5,7 @@ # Where Erlang/OTP is located -libdir_suffix = /erlang -+libdir_suffix = /erlang20 ++libdir_suffix = /erlang21 erlang_libdir = $(libdir)$(libdir_suffix) erlang_bindir = $(erlang_libdir)/bin Modified: head/lang/erlang-runtime21/pkg-descr ============================================================================== --- head/lang/erlang-runtime21/pkg-descr Wed Jun 27 12:20:47 2018 (r473434) +++ head/lang/erlang-runtime21/pkg-descr Wed Jun 27 12:22:09 2018 (r473435) @@ -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 19 +This port contains a standalone runtime environment of Erlang 21 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?201806271222.w5RCM9K2031737>