diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-01-30 21:52:18 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-01-30 21:52:18 +0000 |
commit | 5ccbcd8fe8d3a166732e246cc9043bada8bbb381 (patch) | |
tree | 728b8b86f3bfa5e1531ee87dc370b4cdc0510349 /lang/erlang/Makefile | |
parent | ada01aa8c2f864f86ba34189765da2ded078dde8 (diff) |
Update lang/erlang and related ports to version 21.3.8.20.
Notes
Notes:
svn path=/head/; revision=563437
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r-- | lang/erlang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 268220ed9335..f3386878c2f2 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.19 +DISTVERSION= 21.3.8.20 PORTREVISION= 0 PORTEPOCH= 4 CATEGORIES= lang parallel java @@ -34,7 +34,7 @@ SUB_FILES= pkg-message SUB_LIST= TOOLS_VSN=${TOOLS_VSN} ERLANG_LIB= ${PORTNAME} -EI_VSN= 3.11.3 +EI_VSN= 3.11.3.1 SNMP_VSN= 5.2.12 TOOLS_VSN= 3.1.0.1 |