git: 7ae5e0e6d6ee - main - www/chromium: update to 108.0.5359.124

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 14 Dec 2022 11:59:41 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ae5e0e6d6eec52644461fd8cc1fcae368376202

commit 7ae5e0e6d6eec52644461fd8cc1fcae368376202
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-12-14 11:39:54 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-12-14 11:59:19 +0000

    www/chromium: update to 108.0.5359.124
---
 www/chromium/Makefile                                      |  4 +---
 www/chromium/distinfo                                      | 14 +++++++-------
 ...tent_browser_web__contents_web__contents__view__aura.cc |  4 ++--
 .../files/patch-third__party_libxml_linux_config.h         |  4 ++--
 4 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 67d5da69991b..6605c30e6e7a 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	chromium
-PORTVERSION=	108.0.5359.98
-PORTREVISION=	1
+PORTVERSION=	108.0.5359.124
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		https://nerd.hu/distfiles/:external
@@ -117,7 +116,6 @@ GN_ARGS+=	clang_use_chrome_plugins=false \
 		use_system_libjpeg=true \
 		use_system_libwayland=true \
 		use_system_wayland_scanner=true \
-		use_system_libwayland_server=true \
 		use_udev=false \
 		extra_cxxflags="${CXXFLAGS}" \
 		extra_ldflags="${LDFLAGS}"
diff --git a/www/chromium/distinfo b/www/chromium/distinfo
index 91a523332ddd..5352fc28b1cd 100644
--- a/www/chromium/distinfo
+++ b/www/chromium/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1670479392
-SHA256 (chromium-108.0.5359.98.tar.xz) = 60b6137971e3cb2947477f654491ed4f517ab88ea2807fa3b89fcce34b83561e
-SIZE (chromium-108.0.5359.98.tar.xz) = 1731439592
-SHA256 (chrome-linux-108.0.5359.98-llvm13.profdata.tar.xz) = d116c489dd999cb459a13afb8e00be8df7048be709cde2d1a37d7ead52253abb
-SIZE (chrome-linux-108.0.5359.98-llvm13.profdata.tar.xz) = 26029112
-SHA256 (chromium-108.0.5359.98-testdata.tar.xz) = f03ade0ad013e0cd5fa529b44ec101c2e0b21532e4cfd038ef2699ca40b94a92
-SIZE (chromium-108.0.5359.98-testdata.tar.xz) = 265714556
+TIMESTAMP = 1671001959
+SHA256 (chromium-108.0.5359.124.tar.xz) = d48dfac2a61b14a5d7d2f460b09b70ef3ab88e27b82e3173938cb54eaa612a75
+SIZE (chromium-108.0.5359.124.tar.xz) = 1731649648
+SHA256 (chrome-linux-108.0.5359.124-llvm13.profdata.tar.xz) = a99478c05843beb78874e6103e59f3a8a72a1aa00f1dd7cf08f6056f532e9059
+SIZE (chrome-linux-108.0.5359.124-llvm13.profdata.tar.xz) = 26088692
+SHA256 (chromium-108.0.5359.124-testdata.tar.xz) = b3129a64b084aa0d0eb6da195f655699b3362bc216fd350a340c40e553f47b35
+SIZE (chromium-108.0.5359.124-testdata.tar.xz) = 265528008
 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
diff --git a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc
index 91ac4d88c5b3..28ff9d5e64fa 100644
--- a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc
+++ b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc
@@ -1,4 +1,4 @@
---- content/browser/web_contents/web_contents_view_aura.cc.orig	2022-10-24 13:33:33 UTC
+--- content/browser/web_contents/web_contents_view_aura.cc.orig	2022-12-14 08:02:29 UTC
 +++ content/browser/web_contents/web_contents_view_aura.cc
 @@ -176,7 +176,7 @@ class WebDragSourceAura : public content::WebContentsO
    raw_ptr<aura::Window> window_;
@@ -18,7 +18,7 @@
    // We set the file contents before the URL because the URL also sets file
    // contents (to a .URL shortcut).  We want to prefer file content data over
    // a shortcut so we add it first.
-@@ -1365,7 +1365,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent*
+@@ -1366,7 +1366,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent*
      // Linux window managers like to handle raise-on-click themselves.  If we
      // raise-on-click manually, this may override user settings that prevent
      // focus-stealing.
diff --git a/www/chromium/files/patch-third__party_libxml_linux_config.h b/www/chromium/files/patch-third__party_libxml_linux_config.h
index bb8f23f56dda..1895447704a9 100644
--- a/www/chromium/files/patch-third__party_libxml_linux_config.h
+++ b/www/chromium/files/patch-third__party_libxml_linux_config.h
@@ -1,6 +1,6 @@
---- third_party/libxml/linux/config.h.orig	2022-03-25 21:59:56 UTC
+--- third_party/libxml/linux/config.h.orig	2022-12-14 08:02:29 UTC
 +++ third_party/libxml/linux/config.h
-@@ -81,6 +81,9 @@
+@@ -72,6 +72,9 @@
  /* Define to 1 if you have the `putenv' function. */
  #define HAVE_PUTENV 1