svn commit: r530468 - branches/2020Q2/www/firefox-esr

Jan Beich jbeich at FreeBSD.org
Fri Apr 3 07:35:45 UTC 2020


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}
 


More information about the svn-ports-all mailing list