git: 7e1d0a89f558 - main - devel/electron29: update to 29.4.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jul 2024 11:14:02 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e1d0a89f558471a4fb748b8526ed489292c0d8d commit 7e1d0a89f558471a4fb748b8526ed489292c0d8d Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-07-15 11:10:31 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-07-15 11:13:55 +0000 devel/electron29: update to 29.4.4 Changelog: https://github.com/electron/electron/releases/tag/v29.4.4 Reported by: GitHub (watch releases) MFH: 2024Q3 Security: 55d4a92f-c75f-43e8-ab1f-4a0efc9795c4 --- devel/electron29/Makefile.version | 2 +- devel/electron29/distinfo | 10 +++++----- devel/electron29/files/patch-electron_spec_api-app-spec.ts | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/electron29/Makefile.version b/devel/electron29/Makefile.version index 863da511dfb0..62c84660798d 100644 --- a/devel/electron29/Makefile.version +++ b/devel/electron29/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 29.4.3 +ELECTRON_VER= 29.4.4 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron29/distinfo b/devel/electron29/distinfo index f53d4a988e97..6ef63e72a2c0 100644 --- a/devel/electron29/distinfo +++ b/devel/electron29/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1719613771 +TIMESTAMP = 1721009121 SHA256 (electron/chromium-122.0.6261.156.tar.xz) = c29e0d546920a788d664f241739c1b9ee6f5235cfab91f8d4cf3026f42bceead SIZE (electron/chromium-122.0.6261.156.tar.xz) = 1660787092 SHA256 (electron/e0b8a95aed06c02287872a2d15c28509b9808446) = 6c964b838cc8b73e6014d6f57ae132455e3b0787449a10d4cf12b1415f2abda2 SIZE (electron/e0b8a95aed06c02287872a2d15c28509b9808446) = 9601507 SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734 -SHA256 (electron/electron-yarn-cache-29.4.3.tar.xz) = 7bf31c8b9c55ee317c217cd6605eb85ed015cef96246188be0ab3b2681200368 -SIZE (electron/electron-yarn-cache-29.4.3.tar.xz) = 29229388 -SHA256 (electron/electron-electron-v29.4.3_GH0.tar.gz) = a2d005bd8c4d1d5c21dcb0f1878238dcccb19b669f2374442764c2005affc45a -SIZE (electron/electron-electron-v29.4.3_GH0.tar.gz) = 13434289 +SHA256 (electron/electron-yarn-cache-29.4.4.tar.xz) = 7bf31c8b9c55ee317c217cd6605eb85ed015cef96246188be0ab3b2681200368 +SIZE (electron/electron-yarn-cache-29.4.4.tar.xz) = 29229388 +SHA256 (electron/electron-electron-v29.4.4_GH0.tar.gz) = 69b568aa8e4b13ba87a6b1db6aad0a8cf5ee583fc56d71bc1bfa21bdf742b5c0 +SIZE (electron/electron-electron-v29.4.4_GH0.tar.gz) = 13458215 SHA256 (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 97fa9283e5472d4252794c930ad59270e4851cc523fe5469f37f65a344f5f2e2 SIZE (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 114905754 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb diff --git a/devel/electron29/files/patch-electron_spec_api-app-spec.ts b/devel/electron29/files/patch-electron_spec_api-app-spec.ts index 4aeea4aa6e2e..a4edc810ba96 100644 --- a/devel/electron29/files/patch-electron_spec_api-app-spec.ts +++ b/devel/electron29/files/patch-electron_spec_api-app-spec.ts @@ -1,4 +1,4 @@ ---- electron/spec/api-app-spec.ts.orig 2024-03-27 09:20:29 UTC +--- electron/spec/api-app-spec.ts.orig 2024-07-10 22:38:05 UTC +++ electron/spec/api-app-spec.ts @@ -123,11 +123,11 @@ describe('app module', () => { }); @@ -45,8 +45,8 @@ }); }); -- ifdescribe(process.platform !== 'linux' && !process.mas)('app.get/setLoginItemSettings API', function () { -+ ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd' && !process.mas)('app.get/setLoginItemSettings API', function () { +- ifdescribe(process.platform !== 'linux' && !process.mas && (process.platform !== 'darwin' || process.arch === 'arm64'))('app.get/setLoginItemSettings API', function () { ++ ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd' && !process.mas && (process.platform !== 'darwin' || process.arch === 'arm64'))('app.get/setLoginItemSettings API', function () { const isMac = process.platform === 'darwin'; const isWin = process.platform === 'win32';