Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 12:43:32 +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: r452844 - head/lang/erlang-runtime20
Message-ID:  <201710251243.v9PChWV4048362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Oct 25 12:43:31 2017
New Revision: 452844
URL: https://svnweb.freebsd.org/changeset/ports/452844

Log:
  Update lang/erlang-runtime20 to version 20.1.3.
  
  At this point we need a tarball with some precompiled beam files,
  because precompiled files are committed to git by upstream.

Modified:
  head/lang/erlang-runtime20/Makefile
  head/lang/erlang-runtime20/distinfo

Modified: head/lang/erlang-runtime20/Makefile
==============================================================================
--- head/lang/erlang-runtime20/Makefile	Wed Oct 25 10:47:46 2017	(r452843)
+++ head/lang/erlang-runtime20/Makefile	Wed Oct 25 12:43:31 2017	(r452844)
@@ -2,21 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	erlang
-PORTVERSION=	20.1
+PORTVERSION=	20.1.3
 CATEGORIES=	lang parallel java
 MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
 		http://erlang.stacken.kth.se/download/:erlangorg	\
-		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg
+		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg \
+		http://olgeni.olgeni.com/~olgeni/distfiles/:local	\
+		LOCAL/olgeni:local
 PKGNAMESUFFIX=	-runtime20
 DISTNAME=	otp_src_${ERL_RELEASE}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:erlangorg	\
-		${ERLANG_MAN}:erlangorg
+		${ERLANG_MAN}:erlangorg			\
+		preloaded-${PORTVERSION}${EXTRACT_SUFX}:local
 DIST_SUBDIR=	erlang
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 PATCH_SITES=	http://olgeni.olgeni.com/~olgeni/distfiles/ \
 		LOCAL/olgeni
-PATCHFILES=
+PATCHFILES=	patch-otp-20.1.1 patch-otp-20.1.2 patch-otp-20.1.3
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
@@ -192,6 +195,7 @@ pre-configure:
 .if ! ${PORT_OPTIONS:MWX}
 	echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP
 .endif
+	cd ${WRKSRC} && ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/preloaded-${PORTVERSION}${EXTRACT_SUFX}
 
 post-configure:
 .if ${PORT_OPTIONS:MODBC}

Modified: head/lang/erlang-runtime20/distinfo
==============================================================================
--- head/lang/erlang-runtime20/distinfo	Wed Oct 25 10:47:46 2017	(r452843)
+++ head/lang/erlang-runtime20/distinfo	Wed Oct 25 12:43:31 2017	(r452844)
@@ -1,7 +1,15 @@
-TIMESTAMP = 1506693440
+TIMESTAMP = 1508934381
 SHA256 (erlang/otp_src_20.1.tar.gz) = 900d35eb563607785a8e27f4b4c03cf6c98b4596028c5d6958569ddde5d4ddbf
 SIZE (erlang/otp_src_20.1.tar.gz) = 87342296
 SHA256 (erlang/otp_doc_man_20.1.tar.gz) = 05ccf82ff85316e2eb1bebf1a1741dfac1ee450ed49cf0be365f9d4fec6d7b46
 SIZE (erlang/otp_doc_man_20.1.tar.gz) = 1334036
+SHA256 (erlang/preloaded-20.1.3.tar.gz) = cf16dc6424772116612736bfa023fa11456380f76834b80e14246590300dbffc
+SIZE (erlang/preloaded-20.1.3.tar.gz) = 335118
 SHA256 (erlang/otp_doc_html_20.1.tar.gz) = 442c9b75a33be685a1af67414cc8758a4ef40e27cdcab9e432d4d9c6f3254dcf
 SIZE (erlang/otp_doc_html_20.1.tar.gz) = 33059931
+SHA256 (erlang/patch-otp-20.1.1) = 013f887a7773667b07a8bdd60b91df0c259931d54cd1f9e609c2832193c9f329
+SIZE (erlang/patch-otp-20.1.1) = 27377
+SHA256 (erlang/patch-otp-20.1.2) = df8f2d0cce45e277bc102d625e64ce57f6b0a3be710426570bc5cf837132f82f
+SIZE (erlang/patch-otp-20.1.2) = 13450
+SHA256 (erlang/patch-otp-20.1.3) = 01452c3b8f24bff90c390e7efdf7830e070dcb0fcb9b11709cee18a689d379ed
+SIZE (erlang/patch-otp-20.1.3) = 23545



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710251243.v9PChWV4048362>