summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2023-05-11 16:23:04 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2023-05-11 16:25:25 +0900
commit2ea4edb2ab38422de88a9a47dc470dc30924d299 (patch)
tree655fba857527b86e1149bb42a9df4e778019bad3 /editors
parentsysutils/py-ansible-lint: fix the `make test` target (diff)
editors/vscode: update to 1.78.1
Changelog: https://code.visualstudio.com/updates/v1_78 Reported by: GitHub (watch releases) Security: 7913fe6d-2c6e-40ba-a7d7-35696f3db2b6
Diffstat (limited to 'editors')
-rw-r--r--editors/vscode/Makefile4
-rw-r--r--editors/vscode/distinfo14
-rw-r--r--editors/vscode/files/patch-src_vs_code_electron-main_app.ts4
3 files changed, 11 insertions, 11 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 6b3610b781ed..ea1712141a78 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,5 @@
PORTNAME= vscode
-DISTVERSION= 1.78.0
+DISTVERSION= 1.78.1
CATEGORIES= editors
MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \
@@ -63,7 +63,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \
USE_GITHUB= yes
GH_ACCOUNT= microsoft
-SOURCE_COMMIT_HASH= 252e5463d60e63238250799aef7375787f68b4ee
+SOURCE_COMMIT_HASH= 6a995c4f4cc2ced6e3237749973982e751cb0bf9
BINARY_ALIAS= python=${PYTHON_CMD}
diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo
index 2c3040d3c137..7d5c353d741f 100644
--- a/editors/vscode/distinfo
+++ b/editors/vscode/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1683356189
-SHA256 (vscode/yarn-offline-cache-1.78.0.tar.gz) = c4a219c5af4d0694440a2c955193f61540091808068a4b094b826191c5588aab
-SIZE (vscode/yarn-offline-cache-1.78.0.tar.gz) = 334909091
-SHA256 (vscode/vscode-marketplace-exts-1.78.0.tar.gz) = c47419d89fa7a5b45e4d453eb65fbbd98912edac35da22550ff934f24a36f1a8
-SIZE (vscode/vscode-marketplace-exts-1.78.0.tar.gz) = 1722299
-SHA256 (vscode/microsoft-vscode-1.78.0_GH0.tar.gz) = 7ce0a9ae87c1cb3450d758f2838f53825c471bc8a536e94968b442da0e2f7634
-SIZE (vscode/microsoft-vscode-1.78.0_GH0.tar.gz) = 16370919
+TIMESTAMP = 1683719737
+SHA256 (vscode/yarn-offline-cache-1.78.1.tar.gz) = ddec95555a206b40b9d33d573896dd414ff1c1ae940605ce8e9d86426d5069b2
+SIZE (vscode/yarn-offline-cache-1.78.1.tar.gz) = 334909521
+SHA256 (vscode/vscode-marketplace-exts-1.78.1.tar.gz) = 2fa78b5c8a60ddc90f818e7ea9b018c920846c38cfcbbe5407c53026447511d9
+SIZE (vscode/vscode-marketplace-exts-1.78.1.tar.gz) = 1728643
+SHA256 (vscode/microsoft-vscode-1.78.1_GH0.tar.gz) = 6d1a6f2515e30e9ea90084454b7fc18b793d74e66bbbd51b56143fe72bbd9497
+SIZE (vscode/microsoft-vscode-1.78.1_GH0.tar.gz) = 16373384
diff --git a/editors/vscode/files/patch-src_vs_code_electron-main_app.ts b/editors/vscode/files/patch-src_vs_code_electron-main_app.ts
index 2e25d358ad15..e837cccdf510 100644
--- a/editors/vscode/files/patch-src_vs_code_electron-main_app.ts
+++ b/editors/vscode/files/patch-src_vs_code_electron-main_app.ts
@@ -1,6 +1,6 @@
---- src/vs/code/electron-main/app.ts.orig 2023-05-03 19:37:04 UTC
+--- src/vs/code/electron-main/app.ts.orig 2023-05-04 09:13:35 UTC
+++ src/vs/code/electron-main/app.ts
-@@ -855,7 +855,7 @@ export class CodeApplication extends Disposable {
+@@ -864,7 +864,7 @@ export class CodeApplication extends Disposable {
services.set(IUpdateService, new SyncDescriptor(Win32UpdateService));
break;