diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang/Makefile | 22 | ||||
-rw-r--r-- | lang/erlang/distinfo | 4 |
2 files changed, 14 insertions, 12 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 6010c7ad2732..15f6bbcb7fc7 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.6.4 +PORTVERSION= 19.3.6.5 PORTEPOCH= 4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -23,7 +23,7 @@ PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ PATCHFILES= patch-otp-19.3.1 patch-otp-19.3.2 patch-otp-19.3.3 \ patch-otp-19.3.4 patch-otp-19.3.5 patch-otp-19.3.6 \ patch-otp-19.3.6.1 patch-otp-19.3.6.2 patch-otp-19.3.6.3 \ - patch-otp-19.3.6.4 + patch-otp-19.3.6.4 patch-otp-19.3.6.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -76,15 +76,15 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_UPGRADE= erts 8.3 8.3.5.3 \ - lib/crypto 3.7.3 3.7.4 \ - lib/compiler 7.0.4 7.0.4.1 \ - lib/inets 6.3.6 6.3.9 \ - lib/ssh 4.4.1 4.4.2 \ - lib/ssl 8.1.1 8.1.3.1 \ - lib/dialyzer 3.1 3.1.1 \ - lib/xmerl 1.3.13 1.3.14 - +APP_UPGRADE= erts 8.3 8.3.5.4 \ + lib/compiler 7.0.4 7.0.4.1 \ + lib/crypto 3.7.3 3.7.4 \ + lib/dialyzer 3.1 3.1.1 \ + lib/inets 6.3.6 6.3.9 \ + lib/mnesia 4.14.3 4.14.3.1 \ + lib/ssh 4.4.1 4.4.2.1 \ + lib/ssl 8.1.1 8.1.3.1 \ + lib/xmerl 1.3.13 1.3.14 EI_VSN= 3.9.3 SNMP_VSN= 5.2.5 TOOLS_VSN= 2.9.1 diff --git a/lang/erlang/distinfo b/lang/erlang/distinfo index 6dfae4b6b329..8a22ee81eb7c 100644 --- a/lang/erlang/distinfo +++ b/lang/erlang/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1511453691 +TIMESTAMP = 1513604303 SHA256 (erlang/otp_src_19.3.tar.gz) = fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 SIZE (erlang/otp_src_19.3.tar.gz) = 68510871 SHA256 (erlang/otp_doc_man_19.3.tar.gz) = f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c @@ -37,3 +37,5 @@ SHA256 (erlang/patch-otp-19.3.6.3) = 77faeedb827c6793b183b33d161e5b3c4467c3ec905 SIZE (erlang/patch-otp-19.3.6.3) = 24500 SHA256 (erlang/patch-otp-19.3.6.4) = 662dab96ceed33b4b29c835d82bf6b4f8feaa8f75287f43f3ae7e64badb16255 SIZE (erlang/patch-otp-19.3.6.4) = 10622 +SHA256 (erlang/patch-otp-19.3.6.5) = f830bd6328f2a9e8cb70750bb7e91a8db045b5fc13fe854710fdffce158788d1 +SIZE (erlang/patch-otp-19.3.6.5) = 13254 |