git: 90edfceb9169 - main - www/waterfox: Update 6.6.1 => 6.6.2

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 30 Aug 2025 21:39:37 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90edfceb916944e519275390ac5ea2216303eaf7

commit 90edfceb916944e519275390ac5ea2216303eaf7
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2025-08-30 21:36:17 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-08-30 21:36:17 +0000

    www/waterfox: Update 6.6.1 => 6.6.2
    
    Changelog:
    https://www.waterfox.net/docs/releases/6.6.2/
    
    PR:     289164
    MFH:    2025Q3
---
 www/waterfox/Makefile                                   |  3 +--
 www/waterfox/distinfo                                   |  6 +++---
 .../files/patch-toolkit_xre_nsEmbedFunctions.cpp        | 17 -----------------
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile
index b7679d220de8..143c85cfbffe 100644
--- a/www/waterfox/Makefile
+++ b/www/waterfox/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	waterfox
-DISTVERSION=	6.6.1
-PORTREVISION=	1
+DISTVERSION=	6.6.2
 PORTEPOCH=	1
 CATEGORIES=	www
 
diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo
index b9455ff18d6f..033a8be82fe8 100644
--- a/www/waterfox/distinfo
+++ b/www/waterfox/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1755867492
-SHA256 (BrowserWorks-waterfox-6.6.1_GH0.tar.gz) = 5d9e074751140f043edc0f1acb2728993ad04b78bf995c5d51410be297c65e16
-SIZE (BrowserWorks-waterfox-6.6.1_GH0.tar.gz) = 919534865
+TIMESTAMP = 1756464808
+SHA256 (BrowserWorks-waterfox-6.6.2_GH0.tar.gz) = 2492b86359d433b800d2f4786619037679202cafefb1295897edd58f56ef9db5
+SIZE (BrowserWorks-waterfox-6.6.2_GH0.tar.gz) = 919738463
 SHA256 (BrowserWorks-l10n-394dfec_GH0.tar.gz) = 79f5f995c918f9768c7f7d6c38bbd131e1faa631575f18fcc862bc1bdb119ed6
 SIZE (BrowserWorks-l10n-394dfec_GH0.tar.gz) = 23704241
diff --git a/www/waterfox/files/patch-toolkit_xre_nsEmbedFunctions.cpp b/www/waterfox/files/patch-toolkit_xre_nsEmbedFunctions.cpp
deleted file mode 100644
index caac874012c9..000000000000
--- a/www/waterfox/files/patch-toolkit_xre_nsEmbedFunctions.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git toolkit/xre/nsEmbedFunctions.cpp toolkit/xre/nsEmbedFunctions.cpp
-index 9ce6af94637c..44165558f7ec 100644
---- toolkit/xre/nsEmbedFunctions.cpp
-+++ toolkit/xre/nsEmbedFunctions.cpp
-@@ -360,10 +360,12 @@ nsresult XRE_InitChildProcess(int aArgc, char* aArgv[],
-           static_cast<CrashReporter::ProcessId>(*crashHelperPidArg);
- #endif  // defined(XP_LINUX) && !defined(MOZ_WIDGET_ANDROID)
- 
-+#if !defined(XP_FREEBSD)
-       exceptionHandlerIsSet = CrashReporter::SetRemoteExceptionHandler(
-           std::move(*crashReporterArg), crashHelperPid);
-       MOZ_ASSERT(exceptionHandlerIsSet,
-                  "Should have been able to set remote exception handler");
-+#endif
- 
-       if (!exceptionHandlerIsSet) {
-         // Bug 684322 will add better visibility into this condition