git: 5cd9f020e2b9 - main - devel/electron31: update to 31.7.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 09:27:28 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd9f020e2b91c8ce1f1d9b1e8cffe3255311ced
commit 5cd9f020e2b91c8ce1f1d9b1e8cffe3255311ced
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-12-07 09:26:00 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-12-07 09:27:18 +0000
devel/electron31: update to 31.7.6
Changelog: https://github.com/electron/electron/releases/tag/v31.7.6
Reported by: GitHub (watch releases)
---
devel/electron31/Makefile | 1 -
devel/electron31/Makefile.version | 2 +-
devel/electron31/distinfo | 10 +++++-----
.../patch-electron_shell_browser_api_electron__api__app.cc | 10 +++++-----
4 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/devel/electron31/Makefile b/devel/electron31/Makefile
index b783260ba4a1..97abdefc5f80 100644
--- a/devel/electron31/Makefile
+++ b/devel/electron31/Makefile
@@ -1,7 +1,6 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
-PORTREVISION= 2
PULSEMV= 16
PULSEV= ${PULSEMV}.1
CATEGORIES= devel
diff --git a/devel/electron31/Makefile.version b/devel/electron31/Makefile.version
index 619401265274..a4f8da8d262d 100644
--- a/devel/electron31/Makefile.version
+++ b/devel/electron31/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER= 31.7.5
+ELECTRON_VER= 31.7.6
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron31/distinfo b/devel/electron31/distinfo
index 0f2625812005..755742009eb2 100644
--- a/devel/electron31/distinfo
+++ b/devel/electron31/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1731693220
+TIMESTAMP = 1733550600
SHA256 (electron/chromium-126.0.6478.234.tar.xz.0) = 5940007a2cc926c0eac498ab5121727f903a60b87c7b5a5216921c4ee1028d07
SIZE (electron/chromium-126.0.6478.234.tar.xz.0) = 2000000000
SHA256 (electron/chromium-126.0.6478.234.tar.xz.1) = 977c9af967876a9a362038dea652c4be55a71a9758cb1c538bfc8a5a0ee27962
@@ -7,10 +7,10 @@ SHA256 (electron/97a0b3c4c39cf05de1eafb6ffdec0fddd643f0a2) = dcfaea4d353d1df3d4a
SIZE (electron/97a0b3c4c39cf05de1eafb6ffdec0fddd643f0a2) = 9761601
SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
-SHA256 (electron/electron-yarn-cache-31.7.5.tar.xz) = b4003597bbedb49bb424f20f28e0a0ada9790ab5599621fed32768057b603ff2
-SIZE (electron/electron-yarn-cache-31.7.5.tar.xz) = 30445784
-SHA256 (electron/electron-electron-v31.7.5_GH0.tar.gz) = 9d8cc47566d4444abfdbe4b8591d7d78cf942671dc5407f24f423f4b36638bf1
-SIZE (electron/electron-electron-v31.7.5_GH0.tar.gz) = 13902978
+SHA256 (electron/electron-yarn-cache-31.7.6.tar.xz) = b4003597bbedb49bb424f20f28e0a0ada9790ab5599621fed32768057b603ff2
+SIZE (electron/electron-yarn-cache-31.7.6.tar.xz) = 30445784
+SHA256 (electron/electron-electron-v31.7.6_GH0.tar.gz) = 091fa82f037b060ebbd4548530416993279ada9635ac4c0f3539013f1a0ff023
+SIZE (electron/electron-electron-v31.7.6_GH0.tar.gz) = 13907397
SHA256 (electron/nodejs-node-v20.18.0_GH0.tar.gz) = 651bb82f6af18084070893559643759165ce050b5839f830d4cc098130d3ad89
SIZE (electron/nodejs-node-v20.18.0_GH0.tar.gz) = 115526827
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb
diff --git a/devel/electron31/files/patch-electron_shell_browser_api_electron__api__app.cc b/devel/electron31/files/patch-electron_shell_browser_api_electron__api__app.cc
index 45f7731b6967..1358e8463fde 100644
--- a/devel/electron31/files/patch-electron_shell_browser_api_electron__api__app.cc
+++ b/devel/electron31/files/patch-electron_shell_browser_api_electron__api__app.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/api/electron_api_app.cc.orig 2024-09-11 03:18:31 UTC
+--- electron/shell/browser/api/electron_api_app.cc.orig 2024-11-29 18:40:16 UTC
+++ electron/shell/browser/api/electron_api_app.cc
@@ -92,7 +92,7 @@
#include "shell/browser/ui/cocoa/electron_bundle_mover.h"
@@ -36,7 +36,7 @@
auto env = base::Environment::Create();
env->SetVar("CHROME_DESKTOP", desktop_name);
#endif
-@@ -1032,7 +1032,7 @@ bool App::RequestSingleInstanceLock(gin::Arguments* ar
+@@ -1031,7 +1031,7 @@ bool App::RequestSingleInstanceLock(gin::Arguments* ar
base::BindRepeating(NotificationCallbackWrapper, cb));
#endif
@@ -45,7 +45,7 @@
// Read the xdg-activation token and set it in the command line for the
// duration of the notification in order to ensure this is propagated to an
// already running electron app instance if it exists.
-@@ -1320,7 +1320,7 @@ std::vector<gin_helper::Dictionary> App::GetAppMetrics
+@@ -1319,7 +1319,7 @@ std::vector<gin_helper::Dictionary> App::GetAppMetrics
pid_dict.Set("name", process_metric.second->name);
}
@@ -54,7 +54,7 @@
auto memory_info = process_metric.second->GetMemoryInfo();
auto memory_dict = gin_helper::Dictionary::CreateEmpty(isolate);
-@@ -1703,7 +1703,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
+@@ -1702,7 +1702,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
.SetMethod(
"removeAsDefaultProtocolClient",
base::BindRepeating(&Browser::RemoveAsDefaultProtocolClient, browser))
@@ -63,7 +63,7 @@
.SetMethod(
"getApplicationInfoForProtocol",
base::BindRepeating(&Browser::GetApplicationInfoForProtocol, browser))
-@@ -1761,7 +1761,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
+@@ -1760,7 +1760,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
.SetMethod("getJumpListSettings", &App::GetJumpListSettings)
.SetMethod("setJumpList", &App::SetJumpList)
#endif