Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 02:27:10 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535508 - in head/devel/electron7: . files
Message-ID:  <202005170227.04H2RAaL098772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Sun May 17 02:27:09 2020
New Revision: 535508
URL: https://svnweb.freebsd.org/changeset/ports/535508

Log:
  Update to 7.3.0
  
  Approved by:	ehaupt (mentor)
  Changelog:	https://github.com/electron/electron/releases/tag/v7.3.0

Modified:
  head/devel/electron7/Makefile
  head/devel/electron7/Makefile.version
  head/devel/electron7/distinfo
  head/devel/electron7/files/package.json
  head/devel/electron7/files/patch-electron_shell_browser_api_atom__api__web__contents.cc
  head/devel/electron7/files/patch-electron_spec_chromium-spec.js

Modified: head/devel/electron7/Makefile
==============================================================================
--- head/devel/electron7/Makefile	Sun May 17 02:25:16 2020	(r535507)
+++ head/devel/electron7/Makefile	Sun May 17 02:27:09 2020	(r535508)
@@ -163,7 +163,7 @@ PULSEAUDIO_VARS_OFF=	GN_ARGS+=use_pulseaudio=false
 POST_BUILD_TARGETS=	licenses version
 POST_BUILD_DIST_TARGETS=	electron_dist_zip electron_chromedriver_zip electron_mksnapshot_zip
 
-YARN_TIMESTAMP=	1588233431
+YARN_TIMESTAMP=	1589527913
 
 PLIST_SUB=	ELECTRON_VER=${ELECTRON_VER} \
 		ELECTRON_VER_MAJOR=${ELECTRON_VER_MAJOR}

Modified: head/devel/electron7/Makefile.version
==============================================================================
--- head/devel/electron7/Makefile.version	Sun May 17 02:25:16 2020	(r535507)
+++ head/devel/electron7/Makefile.version	Sun May 17 02:27:09 2020	(r535508)
@@ -1,4 +1,4 @@
 # $FreeBSD$
 
-ELECTRON_VER=	7.2.4
+ELECTRON_VER=	7.3.0
 ELECTRON_VER_MAJOR=	${ELECTRON_VER:C/\..*//}

Modified: head/devel/electron7/distinfo
==============================================================================
--- head/devel/electron7/distinfo	Sun May 17 02:25:16 2020	(r535507)
+++ head/devel/electron7/distinfo	Sun May 17 02:27:09 2020	(r535508)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1588233976
+TIMESTAMP = 1589528111
 SHA256 (electron/chromium-78.0.3904.130.tar.xz) = 6f9656a345e8cd4938520a70d1979672190f386ac710421be8d32cb542008fc2
 SIZE (electron/chromium-78.0.3904.130.tar.xz) = 1405077664
 SHA256 (electron/chromium-78.0.3904.108.tar.xz) = f9c53839f306d2973de27723360024f7904101d426b9e7e9cdb56e8bcc775b0e
@@ -7,10 +7,10 @@ SHA256 (electron/ab7f28fee456b5af5fbd3fcb5bcc7c6142078
 SIZE (electron/ab7f28fee456b5af5fbd3fcb5bcc7c61420788c9) = 4593699
 SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be
 SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927
-SHA256 (electron/electron-yarn-cache-7.2.4.tar.xz) = 3dc254f438217540595d1939a530a3f303929a57e62c99600b6d1450ccf8116c
-SIZE (electron/electron-yarn-cache-7.2.4.tar.xz) = 24834264
-SHA256 (electron/electron-electron-v7.2.4_GH0.tar.gz) = 6046abcc062905f813f5d8116fbb3049d2daf456bf38f3519282189793707e58
-SIZE (electron/electron-electron-v7.2.4_GH0.tar.gz) = 5427721
+SHA256 (electron/electron-yarn-cache-7.3.0.tar.xz) = f2b62b3568bc6d21a004ae2562d9ca36532acb48c6b7db1b31624e59f22f8b54
+SIZE (electron/electron-yarn-cache-7.3.0.tar.xz) = 24834376
+SHA256 (electron/electron-electron-v7.3.0_GH0.tar.gz) = 0bdfb8c6b5b83d77f802ac0d80ac8accbe8a8dee67b08a799d98222126064132
+SIZE (electron/electron-electron-v7.3.0_GH0.tar.gz) = 5445811
 SHA256 (electron/nodejs-node-v12.8.1_GH0.tar.gz) = 11648d586f68ee5fc38e4cadf3974541aac4a67709fa028e9075aff42e28d9b9
 SIZE (electron/nodejs-node-v12.8.1_GH0.tar.gz) = 72104419
 SHA256 (electron/nodejs-nan-2ee313aaca52e2b478965ac50eb5082520380d1b_GH0.tar.gz) = e6d0727f2f33d6c0fdbee3182543cb23679551dc15318cc8a2489901eabe9915

Modified: head/devel/electron7/files/package.json
==============================================================================
--- head/devel/electron7/files/package.json	Sun May 17 02:25:16 2020	(r535507)
+++ head/devel/electron7/files/package.json	Sun May 17 02:27:09 2020	(r535508)
@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "7.2.4",
+  "version": "7.3.0",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {

Modified: head/devel/electron7/files/patch-electron_shell_browser_api_atom__api__web__contents.cc
==============================================================================
--- head/devel/electron7/files/patch-electron_shell_browser_api_atom__api__web__contents.cc	Sun May 17 02:25:16 2020	(r535507)
+++ head/devel/electron7/files/patch-electron_shell_browser_api_atom__api__web__contents.cc	Sun May 17 02:27:09 2020	(r535508)
@@ -1,6 +1,6 @@
---- electron/shell/browser/api/atom_api_web_contents.cc.orig	2020-04-14 14:59:21 UTC
+--- electron/shell/browser/api/atom_api_web_contents.cc.orig	2020-05-15 00:25:58 UTC
 +++ electron/shell/browser/api/atom_api_web_contents.cc
-@@ -105,11 +105,11 @@
+@@ -106,11 +106,11 @@
  #include "ui/base/cocoa/defaults_utils.h"
  #endif
  
@@ -14,16 +14,16 @@
  #include "third_party/blink/public/mojom/renderer_preferences.mojom.h"
  #include "ui/gfx/font_render_params.h"
  #endif
-@@ -483,7 +483,7 @@ void WebContents::InitWithSessionAndOptions(
-   auto* prefs = web_contents()->GetMutableRendererPrefs();
-   prefs->accept_languages = g_browser_process->GetApplicationLocale();
+@@ -499,7 +499,7 @@ void WebContents::InitWithSessionAndOptions(
+   accept_languages.pop_back();
+   prefs->accept_languages = accept_languages;
  
 -#if defined(OS_LINUX) || defined(OS_WIN)
 +#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD)
    // Update font settings.
    static const base::NoDestructor<gfx::FontRenderParams> params(
        gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
-@@ -500,7 +500,7 @@ void WebContents::InitWithSessionAndOptions(
+@@ -516,7 +516,7 @@ void WebContents::InitWithSessionAndOptions(
    base::TimeDelta interval;
    if (ui::TextInsertionCaretBlinkPeriod(&interval))
      prefs->caret_blink_interval = interval;

Modified: head/devel/electron7/files/patch-electron_spec_chromium-spec.js
==============================================================================
--- head/devel/electron7/files/patch-electron_spec_chromium-spec.js	Sun May 17 02:25:16 2020	(r535507)
+++ head/devel/electron7/files/patch-electron_spec_chromium-spec.js	Sun May 17 02:27:09 2020	(r535508)
@@ -1,6 +1,6 @@
---- electron/spec/chromium-spec.js.orig	2020-04-29 19:04:02 UTC
+--- electron/spec/chromium-spec.js.orig	2020-05-15 00:25:58 UTC
 +++ electron/spec/chromium-spec.js
-@@ -824,7 +824,7 @@ describe('chromium feature', () => {
+@@ -828,7 +828,7 @@ describe('chromium feature', () => {
      });
  
      it('can be get as context in canvas', () => {
@@ -9,7 +9,7 @@
          // FIXME(alexeykuzmin): Skip the test.
          // this.skip()
          return;
-@@ -1409,12 +1409,13 @@ describe('font fallback', () => {
+@@ -1413,12 +1413,13 @@ describe('font fallback', () => {
      expect(fonts[0].familyName).to.equal({
        'win32': 'Arial',
        'darwin': 'Helvetica',



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