1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/electron6: Update to 6.1.9

Changelog: https://github.com/electron/electron/releases/tag/v6.1.8
Changelog: https://github.com/electron/electron/releases/tag/v6.1.9

Submitted by:	tagattie@yandex.com (maintainer; implicit)
This commit is contained in:
Luca Pizzamiglio 2020-02-29 18:54:51 +00:00
parent fc45cfe430
commit 25d13102af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527450
6 changed files with 13 additions and 13 deletions

View File

@ -162,7 +162,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= 1576819964
YARN_TIMESTAMP= 1582868122
PLIST_SUB= ELECTRON_VER=${ELECTRON_VER} \
ELECTRON_VER_MAJOR=${ELECTRON_VER_MAJOR}

View File

@ -1,4 +1,4 @@
# $FreeBSD$
ELECTRON_VER= 6.1.7
ELECTRON_VER= 6.1.9
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,15 +1,15 @@
TIMESTAMP = 1576820832
TIMESTAMP = 1582868564
SHA256 (electron/chromium-76.0.3809.146.tar.xz) = 1538c7118fb94c1ba6b6da18f4b8f6a6d303dee855ee0e5c3f9025f17563f3cd
SIZE (electron/chromium-76.0.3809.146.tar.xz) = 1355929024
SHA256 (electron/chromium-76.0.3809.132.tar.xz) = d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241
SIZE (electron/chromium-76.0.3809.132.tar.xz) = 728899912
SHA256 (electron/2dd750e768cec597fc018509009637819ae4549c) = d63b5953e3e8a0d6b7ed344043f9ffe7a49ddcf4e591d59aebaf87e299360730
SIZE (electron/2dd750e768cec597fc018509009637819ae4549c) = 4182260
SHA256 (electron/electron-yarn-cache-6.1.7.tar.xz) = dfad626b40a789c524c23bd99f556c5ca45872f8e1f54261fff63d7628d855d4
SIZE (electron/electron-yarn-cache-6.1.7.tar.xz) = 36875936
SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be
SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927
SHA256 (electron/electron-electron-v6.1.7_GH0.tar.gz) = 0fc08bacdaf7600ea7ac0d876ec807e00122cd73b875167350a8b1213c56dd48
SIZE (electron/electron-electron-v6.1.7_GH0.tar.gz) = 4163933
SHA256 (electron/electron-yarn-cache-6.1.9.tar.xz) = 02eb33df72fe0b38b76c095f32b870fac41d0798800784cb70b922c839c76654
SIZE (electron/electron-yarn-cache-6.1.9.tar.xz) = 36875444
SHA256 (electron/electron-electron-v6.1.9_GH0.tar.gz) = 71f83e797816dff110afdd94d4776cafae12d3c980d1cd34bc3cee82c833dec1
SIZE (electron/electron-electron-v6.1.9_GH0.tar.gz) = 4178841
SHA256 (electron/nodejs-node-v12.4.0_GH0.tar.gz) = fc7df2a5cdb43b7a186f07a04e6b0f5c5c3b4c117f08185ffec3345613c71d94
SIZE (electron/nodejs-node-v12.4.0_GH0.tar.gz) = 70296027

View File

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "6.1.7",
"version": "6.1.9",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {

View File

@ -1,4 +1,4 @@
--- electron/atom/browser/native_window_views.cc.orig 2019-09-11 17:30:11 UTC
--- electron/atom/browser/native_window_views.cc.orig 2020-02-21 13:27:02 UTC
+++ electron/atom/browser/native_window_views.cc
@@ -304,7 +304,7 @@ NativeWindowViews::NativeWindowViews(const mate::Dicti
last_window_state_ = ui::SHOW_STATE_NORMAL;
@ -18,7 +18,7 @@
aura::Window* window = GetNativeWindow();
if (window)
window->RemovePreTargetHandler(this);
@@ -1228,7 +1228,7 @@ void NativeWindowViews::OnWidgetBoundsChanged(views::W
@@ -1229,7 +1229,7 @@ void NativeWindowViews::OnWidgetBoundsChanged(views::W
}
void NativeWindowViews::OnWidgetDestroying(views::Widget* widget) {
@ -27,7 +27,7 @@
aura::Window* window = GetNativeWindow();
if (window)
window->RemovePreTargetHandler(this);
@@ -1321,7 +1321,7 @@ void NativeWindowViews::OnWidgetMove() {
@@ -1322,7 +1322,7 @@ void NativeWindowViews::OnWidgetMove() {
void NativeWindowViews::HandleKeyboardEvent(
content::WebContents*,
const content::NativeWebKeyboardEvent& event) {
@ -36,7 +36,7 @@
if (event.windows_key_code == ui::VKEY_BROWSER_BACK)
NotifyWindowExecuteAppCommand(kBrowserBackward);
else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD)
@@ -1333,7 +1333,7 @@ void NativeWindowViews::HandleKeyboardEvent(
@@ -1334,7 +1334,7 @@ void NativeWindowViews::HandleKeyboardEvent(
root_view_->HandleKeyEvent(event);
}

View File

@ -1,4 +1,4 @@
--- third_party/snappy/src/snappy.h.orig 2020-01-22 18:43:16 UTC
--- third_party/snappy/src/snappy.h.orig 2019-09-10 10:46:35 UTC
+++ third_party/snappy/src/snappy.h
@@ -73,7 +73,7 @@ namespace snappy {
// Original contents of *output are lost.