svn commit: r451331 - head/lang/erlang-runtime19

Jimmy Olgeni olgeni at FreeBSD.org
Thu Oct 5 18:48:10 UTC 2017


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 at 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


More information about the svn-ports-all mailing list