diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2018-03-18 22:34:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2018-03-18 22:34:20 +0000 |
commit | 0fb8b424cfafb072cadfdf857f44f66931b61053 (patch) | |
tree | 2be070386af1340d8fd0ba78ea727de5f0c9e375 /lang/erlang-runtime18 | |
parent | 80b9d1028c22fe08b499c28209766d58e7c9eb70 (diff) | |
download | ports-0fb8b424cfafb072cadfdf857f44f66931b61053.tar.gz ports-0fb8b424cfafb072cadfdf857f44f66931b61053.zip |
Notes
Diffstat (limited to 'lang/erlang-runtime18')
-rw-r--r-- | lang/erlang-runtime18/Makefile | 6 | ||||
-rw-r--r-- | lang/erlang-runtime18/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile index 730412ecd613..3a587ad1d078 100644 --- a/lang/erlang-runtime18/Makefile +++ b/lang/erlang-runtime18/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.3.4.7 +PORTVERSION= 18.3.4.8 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-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.6 patch-otp-18.3.4.7 + patch-otp-18.3.4.6 patch-otp-18.3.4.7 patch-otp-18.3.4.8 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -63,7 +63,7 @@ APP_UPGRADE= erts 7.3 7.3.1.4 \ 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.4 \ + lib/ssh 4.2.2 4.2.2.5 \ lib/ssl 7.3 7.3.3.2 .include <bsd.port.options.mk> diff --git a/lang/erlang-runtime18/distinfo b/lang/erlang-runtime18/distinfo index 5998d66d38eb..d0aa5dbc2eb1 100644 --- a/lang/erlang-runtime18/distinfo +++ b/lang/erlang-runtime18/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1511453267 +TIMESTAMP = 1521388410 SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 SHA256 (erlang/otp_doc_man_18.3.tar.gz) = 978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 @@ -27,3 +27,5 @@ SHA256 (erlang/patch-otp-18.3.4.6) = dc3682fb9c2f456cd9b4eb9ab8d00c09f6012a2123e SIZE (erlang/patch-otp-18.3.4.6) = 37943 SHA256 (erlang/patch-otp-18.3.4.7) = 8b79ab844e465e790eb4ef016d49b917444371190fead05cee2675b435d8a029 SIZE (erlang/patch-otp-18.3.4.7) = 10475 +SHA256 (erlang/patch-otp-18.3.4.8) = bcac3fe782e7a4b78f36d9d5c928b1d7a2e67aff20ac7bf8f82e5eaab33a60a1 +SIZE (erlang/patch-otp-18.3.4.8) = 19206 |