aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime18/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-16 17:04:36 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-16 17:04:36 +0000
commit9b27040976fecb51d24156f433d439e2650c0c3d (patch)
tree636b1a27bf26fd53781208a7bfb89537a66bf53f /lang/erlang-runtime18/Makefile
parent2a7f49e95b247664810439b7029fb86a1452f911 (diff)
downloadports-9b27040976fecb51d24156f433d439e2650c0c3d.tar.gz
ports-9b27040976fecb51d24156f433d439e2650c0c3d.zip
Update lang/erlang-runtime18 to version 18.3.4.6.
Notes
Notes: svn path=/head/; revision=454315
Diffstat (limited to 'lang/erlang-runtime18/Makefile')
-rw-r--r--lang/erlang-runtime18/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile
index 53e1b9ac4767..2a81f7e19466 100644
--- a/lang/erlang-runtime18/Makefile
+++ b/lang/erlang-runtime18/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= erlang
-PORTVERSION= 18.3.4.5
-PORTREVISION= 2
+PORTVERSION= 18.3.4.6
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -19,7 +18,8 @@ PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
PATCHFILES= patch-otp-18.3.1 patch-otp-18.3.2 patch-otp-18.3.3 \
patch-otp-18.3.4 patch-otp-18.3.4.1 patch-otp-18.3.4.2 \
- patch-otp-18.3.4.3 patch-otp-18.3.4.4 patch-otp-18.3.4.5
+ patch-otp-18.3.4.3 patch-otp-18.3.4.4 patch-otp-18.3.4.5 \
+ patch-otp-18.3.4.6
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Functional programming language from Ericsson
@@ -56,12 +56,14 @@ USE_PERL5= build
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
-APP_UPGRADE= erts 7.3 7.3.1.3 \
+APP_UPGRADE= erts 7.3 7.3.1.4 \
lib/common_test 1.12 1.12.1.1 \
+ lib/compiler 6.0.3 6.0.3.1 \
lib/crypto 3.6.3 3.6.3.1 \
+ lib/eldap 1.2.1 1.2.1.1 \
lib/inets 6.2 6.2.4.1 \
lib/mnesia 4.13.3 4.13.4 \
- lib/ssh 4.2.2 4.2.2.3 \
+ lib/ssh 4.2.2 4.2.2.4 \
lib/ssl 7.3 7.3.3.1
.include <bsd.port.options.mk>