aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang-runtime21
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2018-06-27 20:22:09 +0800
committerolgeni <olgeni@FreeBSD.org>2018-06-27 20:22:09 +0800
commita1855fa3de996a9c0de57ff4bdc085d74aa9b46d (patch)
treecfff50b1924efffe5f036c025ef7538efea12757 /lang/erlang-runtime21
parente4f18832f242ecc5d93378534847023eb4b30ec2 (diff)
downloadfreebsd-ports-gnome-a1855fa3de996a9c0de57ff4bdc085d74aa9b46d.tar.gz
freebsd-ports-gnome-a1855fa3de996a9c0de57ff4bdc085d74aa9b46d.tar.zst
freebsd-ports-gnome-a1855fa3de996a9c0de57ff4bdc085d74aa9b46d.zip
Add lang/erlang-runtime21, tracking branch 21 of Erlang.
Diffstat (limited to 'lang/erlang-runtime21')
-rw-r--r--lang/erlang-runtime21/Makefile8
-rw-r--r--lang/erlang-runtime21/distinfo7
-rw-r--r--lang/erlang-runtime21/files/patch-Makefile.in2
-rw-r--r--lang/erlang-runtime21/pkg-descr2
4 files changed, 12 insertions, 7 deletions
diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile
index 2627a795bd79..0f0159e13a46 100644
--- a/lang/erlang-runtime21/Makefile
+++ b/lang/erlang-runtime21/Makefile
@@ -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 undeclared
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
diff --git a/lang/erlang-runtime21/distinfo b/lang/erlang-runtime21/distinfo
index 0346bfb9a480..70dd2869cd19 100644
--- a/lang/erlang-runtime21/distinfo
+++ b/lang/erlang-runtime21/distinfo
@@ -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
diff --git a/lang/erlang-runtime21/files/patch-Makefile.in b/lang/erlang-runtime21/files/patch-Makefile.in
index 16b0bc258d12..671da7a31f2c 100644
--- a/lang/erlang-runtime21/files/patch-Makefile.in
+++ b/lang/erlang-runtime21/files/patch-Makefile.in
@@ -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
diff --git a/lang/erlang-runtime21/pkg-descr b/lang/erlang-runtime21/pkg-descr
index 3d60aa326c5d..cec2d9882436 100644
--- a/lang/erlang-runtime21/pkg-descr
+++ b/lang/erlang-runtime21/pkg-descr
@@ -4,7 +4,7 @@ uses are in telecoms, banking, e-commerce, computer telephony and
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/