Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 21:08:37 +0000 (UTC)
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496210 - head/lang/erlang-runtime21
Message-ID:  <201903182108.x2IL8b43008331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dch
Date: Mon Mar 18 21:08:37 2019
New Revision: 496210
URL: https://svnweb.freebsd.org/changeset/ports/496210

Log:
  lang/erlang-runtime21: repair broken port fetch
  
  In r496134, MASTER_SITES was not sufficient to pick up all DISTFILES.
  
  Reviewed by:	olgeni
  Approved by:	jrm (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19623

Modified:
  head/lang/erlang-runtime21/Makefile

Modified: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Mon Mar 18 21:05:12 2019	(r496209)
+++ head/lang/erlang-runtime21/Makefile	Mon Mar 18 21:08:37 2019	(r496210)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://www.erlang.org/download/:erlangor
 		http://erlang.stacken.kth.se/download/:erlangorg		\
 		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg	\
 		http://olgeni.olgeni.com/~olgeni/distfiles/:local		\
-		LOCAL/olgeni:local
+		LOCAL/olgeni:local \
+		LOCAL/dch:local
 PKGNAMESUFFIX=	-runtime21
 DISTNAME=	otp_src_${ERLANG_REL}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:erlangorg		\



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