Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 07:15:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530468 - branches/2020Q2/www/firefox-esr
Message-ID:  <202004030715.0337Flm2055058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Apr  3 07:15:47 2020
New Revision: 530468
URL: https://svnweb.freebsd.org/changeset/ports/530468

Log:
  MFH: r530467
  
  www/firefox-esr: unbreak fetch after r530230
  
  fetch: https://archive.mozilla.org/pub/firefox/candidates/68.7.0esr-candidates/build2/source/firefox-68.7.0esr.source.tar.xz: Not Found
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q2/www/firefox-esr/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/www/firefox-esr/Makefile
==============================================================================
--- branches/2020Q2/www/firefox-esr/Makefile	Fri Apr  3 07:15:13 2020	(r530467)
+++ branches/2020Q2/www/firefox-esr/Makefile	Fri Apr  3 07:15:47 2020	(r530468)
@@ -6,7 +6,7 @@ DISTVERSION=	68.7.0
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
-		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source
+		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source
 PKGNAMESUFFIX=	-esr
 DISTFILES=	${DISTNAME}esr.source${EXTRACT_SUFX}
 



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