Date: Mon, 18 Dec 2017 16:36:08 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456642 - head/lang/erlang-runtime19 Message-ID: <201712181636.vBIGa8QP089891@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Mon Dec 18 16:36:08 2017 New Revision: 456642 URL: https://svnweb.freebsd.org/changeset/ports/456642 Log: Update lang/erlang-runtime19 to version 19.3.6.5. Modified: head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Mon Dec 18 16:33:41 2017 (r456641) +++ head/lang/erlang-runtime19/Makefile Mon Dec 18 16:36:08 2017 (r456642) @@ -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/distfile 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> Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Mon Dec 18 16:33:41 2017 (r456641) +++ head/lang/erlang-runtime19/distinfo Mon Dec 18 16:36:08 2017 (r456642) @@ -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) = 77faeedb827c6793b 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712181636.vBIGa8QP089891>