aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-08-31 01:27:19 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-08-31 01:27:19 +0000
commit85a53fe701a18e4fe3daf2e71dda9653dd17211a (patch)
tree8b83fdec5b46b0089987d19c9ae7dcfde46bcff7 /www/firefox-esr
parentddd6fc2c2e6eeb6391964f3be9acaaa31ae0a504 (diff)
downloadports-85a53fe701a18e4fe3daf2e71dda9653dd17211a.tar.gz
ports-85a53fe701a18e4fe3daf2e71dda9653dd17211a.zip
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile5
-rw-r--r--www/firefox-esr/distinfo6
-rw-r--r--www/firefox-esr/files/patch-addon-search6
-rw-r--r--www/firefox-esr/files/patch-z-bug14369113
4 files changed, 10 insertions, 10 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 6cd6863ab3ce..306406308487 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= firefox
-DISTVERSION= 60.1.0
-PORTREVISION= 4
+DISTVERSION= 60.2.0
PORTEPOCH= 1
CATEGORIES= www ipv6
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}
diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo
index fc24e676026c..60bec21c8d39 100644
--- a/www/firefox-esr/distinfo
+++ b/www/firefox-esr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529608108
-SHA256 (firefox-60.1.0esr.source.tar.xz) = a4e7bb80e7ebab19769b2b8940966349136a99aabd497034662cffa54ea30e40
-SIZE (firefox-60.1.0esr.source.tar.xz) = 268770652
+TIMESTAMP = 1535667761
+SHA256 (firefox-60.2.0esr.source.tar.xz) = d0f5eac87646a405a85662535c44fc2b107377f261fcbcdd19d0dde9cc0b22d1
+SIZE (firefox-60.2.0esr.source.tar.xz) = 267895508
diff --git a/www/firefox-esr/files/patch-addon-search b/www/firefox-esr/files/patch-addon-search
index 06e95a2e04ce..aae4df550cdf 100644
--- a/www/firefox-esr/files/patch-addon-search
+++ b/www/firefox-esr/files/patch-addon-search
@@ -31,12 +31,12 @@ diff --git toolkit/mozapps/extensions/internal/AddonRepository.jsm toolkit/mozap
index f70fd8d7e3bd8..81e8cd7764fdf 100644
--- toolkit/mozapps/extensions/internal/AddonRepository.jsm
+++ toolkit/mozapps/extensions/internal/AddonRepository.jsm
-@@ -588,7 +588,7 @@ var AddonRepository = {
+@@ -602,7 +602,7 @@ var AddonRepository = {
addon.version = String(aEntry.current_version.version);
if (Array.isArray(aEntry.current_version.files)) {
for (let file of aEntry.current_version.files) {
-- if (file.platform == "all" || file.platform == Services.appinfo.OS.toLowerCase()) {
-+ if (file.platform == "all" || file.platform == "linux" || file.platform == Services.appinfo.OS.toLowerCase()) {
+- if (file.platform == "all" || file.platform == PLATFORM) {
++ if (file.platform == "all" || file.platform == "linux" || file.platform == PLATFORM) {
if (file.url) {
addon.sourceURI = NetUtil.newURI(file.url);
}
diff --git a/www/firefox-esr/files/patch-z-bug1436911 b/www/firefox-esr/files/patch-z-bug1436911
index dc8f9d90569e..22556194a653 100644
--- a/www/firefox-esr/files/patch-z-bug1436911
+++ b/www/firefox-esr/files/patch-z-bug1436911
@@ -81,7 +81,7 @@ deleted file mode 100644
index 808b797d9bee..000000000000
--- dom/ipc/ContentPrefs.cpp
+++ /dev/null
-@@ -1,361 +0,0 @@
+@@ -1,362 +0,0 @@
-/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set ts=8 sts=2 et sw=2 tw=80: */
-/* This Source Code Form is subject to the terms of the Mozilla Public
@@ -354,6 +354,7 @@ index 808b797d9bee..000000000000
- "network.dns.disablePrefetch",
- "network.dns.disablePrefetchFromHTTPS",
- "network.file.disable_unc_paths",
+- "network.file.path_blacklist",
- "network.http.tailing.enabled",
- "network.jar.block-remote-files",
- "network.loadinfo.skip_type_assertion",