svn commit: r496210 - head/lang/erlang-runtime21

Dave Cottlehuber dch at FreeBSD.org
Mon Mar 18 21:08:38 UTC 2019


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		\


More information about the svn-ports-all mailing list