From owner-svn-ports-head@freebsd.org Thu Oct 5 18:48:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74BA5E3F6BC; Thu, 5 Oct 2017 18:48:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3403E81279; Thu, 5 Oct 2017 18:48:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Im9Ya002350; Thu, 5 Oct 2017 18:48:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Im989002348; Thu, 5 Oct 2017 18:48:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710051848.v95Im989002348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 5 Oct 2017 18:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451331 - head/lang/erlang-runtime19 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang-runtime19 X-SVN-Commit-Revision: 451331 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 18:48:10 -0000 Author: olgeni Date: Thu Oct 5 18:48:08 2017 New Revision: 451331 URL: https://svnweb.freebsd.org/changeset/ports/451331 Log: Update lang/erlang-runtime19 to version 19.3.6.3. Modified: head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Thu Oct 5 18:35:51 2017 (r451330) +++ head/lang/erlang-runtime19/Makefile Thu Oct 5 18:48:08 2017 (r451331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.3.6.2 +PORTVERSION= 19.3.6.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -18,7 +18,7 @@ PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfile LOCAL/olgeni 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.1 patch-otp-19.3.6.2 patch-otp-19.3.6.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -69,8 +69,9 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_UPGRADE= erts 8.3 8.3.5.2 \ +APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ + lib/compiler 7.4.0 7.4.0.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 \ Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Thu Oct 5 18:35:51 2017 (r451330) +++ head/lang/erlang-runtime19/distinfo Thu Oct 5 18:48:08 2017 (r451331) @@ -1,4 +1,4 @@ -TIMESTAMP = 1501265284 +TIMESTAMP = 1507226789 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 @@ -21,3 +21,5 @@ SHA256 (erlang/patch-otp-19.3.6.1) = 65a6de8533ccaeec8 SIZE (erlang/patch-otp-19.3.6.1) = 28956 SHA256 (erlang/patch-otp-19.3.6.2) = 3d12059e02ef31ae6e5dd97820b0d51c4ab0e7304cbaeddeb856fb2097da87fc SIZE (erlang/patch-otp-19.3.6.2) = 14653 +SHA256 (erlang/patch-otp-19.3.6.3) = 77faeedb827c6793b183b33d161e5b3c4467c3ec9053840442d7fd187cfbfa78 +SIZE (erlang/patch-otp-19.3.6.3) = 24500