diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-24 03:07:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:00:05 +0800 |
commit | 5eb7b2791eb9785b27f9a3c0a6af150f2a55f715 (patch) | |
tree | 760637e02c4861860180902e3fb8c740c4bc695b | |
parent | 6ea50e98cdcfbd0e555ee12de0de99703d30ec1e (diff) | |
download | freebsd-ports-gnome-5eb7b2791eb9785b27f9a3c0a6af150f2a55f715.tar.gz freebsd-ports-gnome-5eb7b2791eb9785b27f9a3c0a6af150f2a55f715.tar.zst freebsd-ports-gnome-5eb7b2791eb9785b27f9a3c0a6af150f2a55f715.zip |
Update lang/erlang-runtime18 to version 18.3.4.7.
-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 2a81f7e19466..730412ecd613 100644 --- a/lang/erlang-runtime18/Makefile +++ b/lang/erlang-runtime18/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.3.4.6 +PORTVERSION= 18.3.4.7 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.6 patch-otp-18.3.4.7 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -64,7 +64,7 @@ APP_UPGRADE= erts 7.3 7.3.1.4 \ 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/ssl 7.3 7.3.3.1 + 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 3ddb5646ec89..5998d66d38eb 100644 --- a/lang/erlang-runtime18/distinfo +++ b/lang/erlang-runtime18/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1510848660 +TIMESTAMP = 1511453267 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 @@ -25,3 +25,5 @@ SHA256 (erlang/patch-otp-18.3.4.5) = d539ac9b72adbda634adfc0fe391e32c0a82c7b4a88 SIZE (erlang/patch-otp-18.3.4.5) = 34006 SHA256 (erlang/patch-otp-18.3.4.6) = dc3682fb9c2f456cd9b4eb9ab8d00c09f6012a2123e416e2fee8e17ce69ac4ef 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 |