git: e05fc79418b1 - main - devel/electron19: update to 19.0.13

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Mon, 22 Aug 2022 05:26:39 UTC
The branch main has been updated by tagattie:

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

commit e05fc79418b1d8b13231587d89701daa74ff7846
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2022-08-22 05:25:00 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-08-22 05:26:33 +0000

    devel/electron19: update to 19.0.13
    
    Changelog: https://github.com/electron/electron/releases/tag/v19.0.13
---
 devel/electron19/Makefile                                    |  2 +-
 devel/electron19/Makefile.version                            |  2 +-
 devel/electron19/distinfo                                    | 10 +++++-----
 devel/electron19/files/package.json                          |  2 +-
 devel/electron19/files/patch-electron_filenames.gni          |  4 ++--
 ...lectron_shell_browser_api_electron__api__web__contents.cc | 12 ++++++------
 .../files/patch-electron_shell_common_node__bindings.cc      |  6 +++---
 7 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/devel/electron19/Makefile b/devel/electron19/Makefile
index d0c5c2438651..ce16772073ac 100644
--- a/devel/electron19/Makefile
+++ b/devel/electron19/Makefile
@@ -153,7 +153,7 @@ REACTIVEOBJC_VER=		74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
 # See ${WRKSRC}/electron/DEPS for MANTLE_VER
 MANTLE_VER=			78d3966b3c331292ea29ec38661b25df0a245948
 
-YARN_TIMESTAMP=	1660529887
+YARN_TIMESTAMP=	1661065960
 
 GN_ARGS+=		clang_use_chrome_plugins=false \
 			enable_hangout_services_extension=true \
diff --git a/devel/electron19/Makefile.version b/devel/electron19/Makefile.version
index 1a0e73b7e2fd..ca8b37694c6a 100644
--- a/devel/electron19/Makefile.version
+++ b/devel/electron19/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER=	19.0.12
+ELECTRON_VER=	19.0.13
 ELECTRON_VER_MAJOR=	${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron19/distinfo b/devel/electron19/distinfo
index 5480812cf90b..c593a0f89ef7 100644
--- a/devel/electron19/distinfo
+++ b/devel/electron19/distinfo
@@ -1,14 +1,14 @@
-TIMESTAMP = 1660531281
+TIMESTAMP = 1661067270
 SHA256 (electron/chromium-102.0.5005.167.tar.xz) = 0ef31269e4fd0fe5871e29bb16a3a7aaea1de7eee5d7b2c4c209eff4b196d00e
 SIZE (electron/chromium-102.0.5005.167.tar.xz) = 1302429260
 SHA256 (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 38fa60c59a8398ae33f8d12c1234735a74dc3c8d0c6d4bc7a9c212c2b4b7fef8
 SIZE (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 12046529
 SHA256 (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492
 SIZE (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = 26759650
-SHA256 (electron/electron-yarn-cache-19.0.12.tar.xz) = 983e39e56b4a05cca3af5c25cf51eb885b83e82603d7899b3f916bbe6fa4304d
-SIZE (electron/electron-yarn-cache-19.0.12.tar.xz) = 37911800
-SHA256 (electron/electron-electron-v19.0.12_GH0.tar.gz) = cdb509a359a24b4eaf4214250a979ea9d7a09deaa9f3af688a9481cc6b5e72b7
-SIZE (electron/electron-electron-v19.0.12_GH0.tar.gz) = 10489450
+SHA256 (electron/electron-yarn-cache-19.0.13.tar.xz) = 9d150d5f6bba46b5712c8453edf25bb975b8d4592d6a356fd985b8cf18f8f43b
+SIZE (electron/electron-yarn-cache-19.0.13.tar.xz) = 37910760
+SHA256 (electron/electron-electron-v19.0.13_GH0.tar.gz) = 03790367714a9018f531a9be6932315ef37cf7a8375ee4d1511b075ad3da78f8
+SIZE (electron/electron-electron-v19.0.13_GH0.tar.gz) = 10497623
 SHA256 (electron/nodejs-node-v16.14.2_GH0.tar.gz) = cc2331a5c35d3dda0035d9cba71c3b8e234bc68e18ffd955b385c1e97062528f
 SIZE (electron/nodejs-node-v16.14.2_GH0.tar.gz) = 88432213
 SHA256 (electron/nodejs-nan-65b32af46e9d7fab2e4ff657751205b3865f4920_GH0.tar.gz) = a649b75bfa9c1a0254c73d022c6e98924b9471f593bcc83832daaf68da4cae8d
diff --git a/devel/electron19/files/package.json b/devel/electron19/files/package.json
index ce8113b060c9..c8a41b5ec0bc 100644
--- a/devel/electron19/files/package.json
+++ b/devel/electron19/files/package.json
@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "19.0.12",
+  "version": "19.0.13",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {
diff --git a/devel/electron19/files/patch-electron_filenames.gni b/devel/electron19/files/patch-electron_filenames.gni
index ecfad198c9e6..d75b28edf78d 100644
--- a/devel/electron19/files/patch-electron_filenames.gni
+++ b/devel/electron19/files/patch-electron_filenames.gni
@@ -1,6 +1,6 @@
---- electron/filenames.gni.orig	2022-08-03 15:31:58 UTC
+--- electron/filenames.gni.orig	2022-08-17 15:33:41 UTC
 +++ electron/filenames.gni
-@@ -239,8 +239,8 @@ filenames = {
+@@ -241,8 +241,8 @@ filenames = {
      "shell/app/command_line_args.h",
      "shell/app/electron_content_client.cc",
      "shell/app/electron_content_client.h",
diff --git a/devel/electron19/files/patch-electron_shell_browser_api_electron__api__web__contents.cc b/devel/electron19/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
index fe30ccdfb6ea..616df1011108 100644
--- a/devel/electron19/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+++ b/devel/electron19/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/api/electron_api_web_contents.cc.orig	2022-08-03 15:31:58 UTC
+--- electron/shell/browser/api/electron_api_web_contents.cc.orig	2022-08-17 15:33:41 UTC
 +++ electron/shell/browser/api/electron_api_web_contents.cc
 @@ -150,11 +150,11 @@
  #include "ui/base/cocoa/defaults_utils.h"
@@ -14,7 +14,7 @@
  #include "ui/gfx/font_render_params.h"
  #endif
  
-@@ -395,7 +395,7 @@ absl::optional<base::TimeDelta> GetCursorBlinkInterval
+@@ -396,7 +396,7 @@ absl::optional<base::TimeDelta> GetCursorBlinkInterval
        ui::TextInsertionCaretBlinkPeriodFromDefaults());
    if (system_value)
      return *system_value;
@@ -23,7 +23,7 @@
    if (auto* linux_ui = views::LinuxUI::instance())
      return linux_ui->GetCursorBlinkInterval();
  #elif BUILDFLAG(IS_WIN)
-@@ -847,7 +847,7 @@ void WebContents::InitWithSessionAndOptions(
+@@ -848,7 +848,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));
-@@ -2372,7 +2372,7 @@ void WebContents::ForcefullyCrashRenderer() {
+@@ -2373,7 +2373,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();
-@@ -2933,7 +2933,7 @@ void WebContents::CopyImageAt(int x, int y) {
+@@ -2942,7 +2942,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
-@@ -3774,7 +3774,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
+@@ -3783,7 +3783,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
  }
  #endif
  
diff --git a/devel/electron19/files/patch-electron_shell_common_node__bindings.cc b/devel/electron19/files/patch-electron_shell_common_node__bindings.cc
index d2c2925f4419..e523ba2752a0 100644
--- a/devel/electron19/files/patch-electron_shell_common_node__bindings.cc
+++ b/devel/electron19/files/patch-electron_shell_common_node__bindings.cc
@@ -1,4 +1,4 @@
---- electron/shell/common/node_bindings.cc.orig	2022-06-08 15:30:58 UTC
+--- electron/shell/common/node_bindings.cc.orig	2022-08-17 15:33:41 UTC
 +++ electron/shell/common/node_bindings.cc
 @@ -38,7 +38,7 @@
  #include "shell/common/node_includes.h"
@@ -9,7 +9,7 @@
  #include "shell/common/crash_keys.h"
  #endif
  
-@@ -142,7 +142,7 @@ bool g_is_initialized = false;
+@@ -143,7 +143,7 @@ bool g_is_initialized = false;
  void V8FatalErrorCallback(const char* location, const char* message) {
    LOG(ERROR) << "Fatal error in V8: " << location << " " << message;
  
@@ -18,7 +18,7 @@
    electron::crash_keys::SetCrashKey("electron.v8-fatal.message", message);
    electron::crash_keys::SetCrashKey("electron.v8-fatal.location", location);
  #endif
-@@ -369,7 +369,7 @@ void NodeBindings::Initialize() {
+@@ -370,7 +370,7 @@ void NodeBindings::Initialize() {
    TRACE_EVENT0("electron", "NodeBindings::Initialize");
    // Open node's error reporting system for browser process.