git: 65a2b12527e7 - main - www/firefox-esr: update to 102.6.0 (rc1)

From: Christoph Moench-Tegeder <cmt_at_FreeBSD.org>
Date: Tue, 06 Dec 2022 23:17:01 UTC
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65a2b12527e72fd39bacd9e85c7502703032ee47

commit 65a2b12527e72fd39bacd9e85c7502703032ee47
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-12-06 23:16:26 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-12-06 23:16:26 +0000

    www/firefox-esr: update to 102.6.0 (rc1)
    
    Release Notes (soon):
      https://www.mozilla.org/en-US/firefox/102.6.0/releasenotes/
---
 www/firefox-esr/Makefile               |  3 +--
 www/firefox-esr/distinfo               |  6 +++---
 www/firefox-esr/files/patch-bug1773070 | 27 ---------------------------
 3 files changed, 4 insertions(+), 32 deletions(-)

diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index ba2b9a952488..0f51dab2ac23 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	firefox
-DISTVERSION=	102.5.0
-PORTREVISION=	1
+DISTVERSION=	102.6.0
 PORTEPOCH=	1
 CATEGORIES=	www wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo
index eeb38ff32112..f9c40f46b14d 100644
--- a/www/firefox-esr/distinfo
+++ b/www/firefox-esr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667857532
-SHA256 (firefox-102.5.0esr.source.tar.xz) = 017dd44b1285913f477074802707a4c76ed1a28270ec5a327bbb76574cc057d8
-SIZE (firefox-102.5.0esr.source.tar.xz) = 478705384
+TIMESTAMP = 1670341791
+SHA256 (firefox-102.6.0esr.source.tar.xz) = d23154a4d876d76122161e7be2659de6e88985802d9e5125baf1d133f37f0ffe
+SIZE (firefox-102.6.0esr.source.tar.xz) = 478856656
diff --git a/www/firefox-esr/files/patch-bug1773070 b/www/firefox-esr/files/patch-bug1773070
deleted file mode 100644
index fdf8ec9df846..000000000000
--- a/www/firefox-esr/files/patch-bug1773070
+++ /dev/null
@@ -1,27 +0,0 @@
-In file included from Unified_cpp_accessible_html0.cpp:29:
-In file included from accessible/html/HTMLImageMapAccessible.cpp:14:
-In file included from layout/generic/nsImageFrame.h:17:
-In file included from ../.build/dist/include/nsDisplayList.h:50:
-In file included from ../.build/dist/include/nsCSSRenderingBorders.h:20:
-In file included from ../.build/dist/include/gfxUtils.h:22:
-In file included from ../.build/dist/include/mozilla/webrender/WebRenderTypes.h:11:
-In file included from ../.build/dist/include/mozilla/webrender/webrender_ffi.h:108:
-../.build/dist/include/mozilla/webrender/webrender_ffi_generated.h:gmake[4]: Leaving directory '../.build/accessible/aom'
-24:33: error: redefinition of 'ROOT_CLIP_CHAIN'
-constexpr static const uint64_t ROOT_CLIP_CHAIN = ~0;
-                                ^
-../.build/dist/include/mozilla/webrender/webrender_ffi.h:80:16: note: previous definition is here
-const uint64_t ROOT_CLIP_CHAIN = ~0;
-               ^
-
---- gfx/webrender_bindings/webrender_ffi.h.orig	2022-05-23 17:12:36 UTC
-+++ gfx/webrender_bindings/webrender_ffi.h
-@@ -77,8 +77,6 @@ using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpo
- struct WrPipelineIdAndEpoch;
- using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
- 
--const uint64_t ROOT_CLIP_CHAIN = ~0;
--
- }  // namespace wr
- }  // namespace mozilla
-