Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2023 06:32:16 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba6e63271e0a - main - devel/electron24: update to 24.8.8
Message-ID:  <202310120632.39C6WGC3006782@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie:

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

commit ba6e63271e0a6d4aa010a98e4ec7a52521839ad8
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2023-10-12 06:30:27 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-10-12 06:32:06 +0000

    devel/electron24: update to 24.8.8
    
    Changelog: https://github.com/electron/electron/releases/tag/v24.8.8
    
    Reported by:    GitHub (watch releases)
---
 devel/electron24/Makefile                                  |  2 +-
 devel/electron24/Makefile.version                          |  2 +-
 devel/electron24/distinfo                                  | 10 +++++-----
 ...ctron_shell_browser_api_electron__api__web__contents.cc | 14 +++++++-------
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/devel/electron24/Makefile b/devel/electron24/Makefile
index 672eddb46eaa..84475cb20dc1 100644
--- a/devel/electron24/Makefile
+++ b/devel/electron24/Makefile
@@ -221,7 +221,7 @@ REACTIVEOBJC_VER=		74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
 # See ${WRKSRC}/electron/DEPS for MANTLE_VER
 MANTLE_VER=			78d3966b3c331292ea29ec38661b25df0a245948
 
-YARN_TIMESTAMP=	1696973859
+YARN_TIMESTAMP=	1697067184
 
 .include "Makefile.version"
 .include <bsd.port.pre.mk>
diff --git a/devel/electron24/Makefile.version b/devel/electron24/Makefile.version
index e431f0d37c9e..55ac8b7c2c8e 100644
--- a/devel/electron24/Makefile.version
+++ b/devel/electron24/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER=	24.8.7
+ELECTRON_VER=	24.8.8
 ELECTRON_VER_MAJOR=	${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron24/distinfo b/devel/electron24/distinfo
index 6851f942a29b..cec47ae8a291 100644
--- a/devel/electron24/distinfo
+++ b/devel/electron24/distinfo
@@ -1,14 +1,14 @@
-TIMESTAMP = 1696974944
+TIMESTAMP = 1697067686
 SHA256 (electron/chromium-112.0.5615.204.tar.xz) = 4eb23f689df9685fc4ce38fe751023ac98aab2ca21af1ee7ebe47fa5c095a09d
 SIZE (electron/chromium-112.0.5615.204.tar.xz) = 1572906744
 SHA256 (electron/a98dcca3c46a718770b2cb3430785ea4ed7e3f09) = 386332ab89cbe19c427a3febcf2e93ee89a3007243da3e3e466823f50d00eba5
 SIZE (electron/a98dcca3c46a718770b2cb3430785ea4ed7e3f09) = 9822544
 SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
 SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
-SHA256 (electron/electron-yarn-cache-24.8.7.tar.xz) = 810f6d686217f7e4af49d2fe8186422d5ead874d1d21f64c8ba5fffd05ac3071
-SIZE (electron/electron-yarn-cache-24.8.7.tar.xz) = 41635648
-SHA256 (electron/electron-electron-v24.8.7_GH0.tar.gz) = e1369c4866b6bcfc4d977ae8a9d028865b658c89fa71617f71a923ce33f1c315
-SIZE (electron/electron-electron-v24.8.7_GH0.tar.gz) = 10543141
+SHA256 (electron/electron-yarn-cache-24.8.8.tar.xz) = fe691134719fc0ae4a78fce7c2b73e664bb9ded73d43165eece18ae72f16858a
+SIZE (electron/electron-yarn-cache-24.8.8.tar.xz) = 41635672
+SHA256 (electron/electron-electron-v24.8.8_GH0.tar.gz) = 009a8607ee64cbeb6a31524dc8ff0742927cc62d893431d9ed10e049d903cff1
+SIZE (electron/electron-electron-v24.8.8_GH0.tar.gz) = 10543336
 SHA256 (electron/nodejs-node-v18.14.0_GH0.tar.gz) = 31bbccdff73269baebcc9f32c2ffe428f28be79841527c63e95da93e8c630829
 SIZE (electron/nodejs-node-v18.14.0_GH0.tar.gz) = 113058999
 SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
diff --git a/devel/electron24/files/patch-electron_shell_browser_api_electron__api__web__contents.cc b/devel/electron24/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
index 220d2072cef9..31558c696908 100644
--- a/devel/electron24/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+++ b/devel/electron24/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
@@ -1,6 +1,6 @@
---- electron/shell/browser/api/electron_api_web_contents.cc.orig	2023-10-09 22:16:30 UTC
+--- electron/shell/browser/api/electron_api_web_contents.cc.orig	2023-10-10 12:40:42 UTC
 +++ electron/shell/browser/api/electron_api_web_contents.cc
-@@ -152,11 +152,11 @@
+@@ -153,11 +153,11 @@
  #include "ui/base/cocoa/defaults_utils.h"
  #endif
  
@@ -14,7 +14,7 @@
  #include "ui/gfx/font_render_params.h"
  #endif
  
-@@ -518,7 +518,7 @@ absl::optional<base::TimeDelta> GetCursorBlinkInterval
+@@ -519,7 +519,7 @@ absl::optional<base::TimeDelta> GetCursorBlinkInterval
        ui::TextInsertionCaretBlinkPeriodFromDefaults());
    if (system_value)
      return *system_value;
@@ -23,7 +23,7 @@
    if (auto* linux_ui = ui::LinuxUi::instance())
      return linux_ui->GetCursorBlinkInterval();
  #elif BUILDFLAG(IS_WIN)
-@@ -957,7 +957,7 @@ void WebContents::InitWithSessionAndOptions(
+@@ -958,7 +958,7 @@ void WebContents::InitWithSessionAndOptions(
    accept_languages.pop_back();
    prefs->accept_languages = accept_languages;
  
@@ -32,7 +32,7 @@
    // Update font settings.
    static const gfx::FontRenderParams params(
        gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
-@@ -2495,7 +2495,7 @@ void WebContents::ForcefullyCrashRenderer() {
+@@ -2508,7 +2508,7 @@ void WebContents::ForcefullyCrashRenderer() {
  
    content::RenderProcessHost* rph = rwh->GetProcess();
    if (rph) {
@@ -41,7 +41,7 @@
      // A generic |CrashDumpHungChildProcess()| is not implemented for Linux.
      // Instead we send an explicit IPC to crash on the renderer's IO thread.
      rph->ForceCrash();
-@@ -3138,7 +3138,7 @@ void WebContents::CopyImageAt(int x, int y) {
+@@ -3151,7 +3151,7 @@ void WebContents::CopyImageAt(int x, int y) {
  void WebContents::Focus() {
    // Focusing on WebContents does not automatically focus the window on macOS
    // and Linux, do it manually to match the behavior on Windows.
@@ -50,7 +50,7 @@
    if (owner_window())
      owner_window()->Focus(true);
  #endif
-@@ -3944,7 +3944,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
+@@ -3957,7 +3957,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
  }
  #endif
  



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