Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 20:33:05 +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: r478725 - branches/2018Q3/www/firefox-esr-i18n
Message-ID:  <201809012033.w81KX50l070992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep  1 20:33:05 2018
New Revision: 478725
URL: https://svnweb.freebsd.org/changeset/ports/478725

Log:
  MFH: r478724
  
  www/firefox-esr-i18n: unbreak fetch after r478507
  
  => ach.xpi doesn't seem to exist in /portdistfiles/xpi/firefox-60.2.0.
  => Attempting to fetch https://download.cdn.mozilla.net/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi
  fetch: https://download.cdn.mozilla.net/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi: Not Found
  => Attempting to fetch https://archive.mozilla.org/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi
  fetch: https://archive.mozilla.org/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi: Not Found
  => Attempting to fetch https://download.cdn.mozilla.net/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi
  fetch: https://download.cdn.mozilla.net/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi: Not Found
  => Attempting to fetch https://archive.mozilla.org/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi
  fetch: https://archive.mozilla.org/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi: Not Found
  => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/xpi/firefox-60.2.0/ach.xpi
  fetch: http://distcache.FreeBSD.org/ports-distfiles/xpi/firefox-60.2.0/ach.xpi: Not Found
  => Couldn't fetch it - please try to retrieve this
  => port manually into /portdistfiles/xpi/firefox-60.2.0 and try again.
  *** Error code 1
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q3/www/firefox-esr-i18n/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/www/firefox-esr-i18n/Makefile
==============================================================================
--- branches/2018Q3/www/firefox-esr-i18n/Makefile	Sat Sep  1 20:32:21 2018	(r478724)
+++ branches/2018Q3/www/firefox-esr-i18n/Makefile	Sat Sep  1 20:33:05 2018	(r478725)
@@ -5,7 +5,7 @@ PORTNAME=	firefox
 PORTVERSION=	60.2.0
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \
-		MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi
+		MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi
 PKGNAMEPREFIX=
 PKGNAMESUFFIX=	-esr-i18n
 DISTFILES=	${FIREFOX_I18N_:S/$/.xpi/}



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