diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-12-18 16:36:08 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-12-18 16:36:08 +0000 |
commit | b81948fea2946d7ec654a5a2c017fa0aae83e058 (patch) | |
tree | a8d4f584c08a7ec0939e26eb005590865cd6faf2 /lang | |
parent | ec9a1df6e5eab2f797dbb1bfbd2d819927d5b568 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime19/Makefile | 21 | ||||
-rw-r--r-- | lang/erlang-runtime19/distinfo | 4 |
2 files changed, 14 insertions, 11 deletions
diff --git a/lang/erlang-runtime19/Makefile b/lang/erlang-runtime19/Makefile index 83bb49dc712f..f44f344855f4 100644 --- a/lang/erlang-runtime19/Makefile +++ b/lang/erlang-runtime19/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.6.4 +PORTVERSION= 19.3.6.5 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -19,7 +19,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 @@ -70,14 +70,15 @@ USE_PERL5= build 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 .include <bsd.port.options.mk> diff --git a/lang/erlang-runtime19/distinfo b/lang/erlang-runtime19/distinfo index a2c572b09e36..f4d637532f6d 100644 --- a/lang/erlang-runtime19/distinfo +++ b/lang/erlang-runtime19/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1511453340 +TIMESTAMP = 1513603484 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 @@ -25,3 +25,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 |