svn commit: r451332 - head/lang/erlang
Jimmy Olgeni
olgeni at FreeBSD.org
Thu Oct 5 18:48:56 UTC 2017
Author: olgeni
Date: Thu Oct 5 18:48:54 2017
New Revision: 451332
URL: https://svnweb.freebsd.org/changeset/ports/451332
Log:
Update lang/erlang to version 19.3.6.3.
Modified:
head/lang/erlang/Makefile
head/lang/erlang/distinfo
Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile Thu Oct 5 18:48:08 2017 (r451331)
+++ head/lang/erlang/Makefile Thu Oct 5 18:48:54 2017 (r451332)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= erlang
-PORTVERSION= 19.3.6.2
+PORTVERSION= 19.3.6.3
PORTEPOCH= 4
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
@@ -22,7 +22,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 at FreeBSD.org
COMMENT= Functional programming language from Ericsson
@@ -75,8 +75,9 @@ USE_RC_SUBR= epmd
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/distinfo
==============================================================================
--- head/lang/erlang/distinfo Thu Oct 5 18:48:08 2017 (r451331)
+++ head/lang/erlang/distinfo Thu Oct 5 18:48:54 2017 (r451332)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1501265043
+TIMESTAMP = 1507226985
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
@@ -33,3 +33,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
More information about the svn-ports-head
mailing list