Skip to content

Commit

Permalink
editors/vscode: update to 1.81.0
Browse files Browse the repository at this point in the history
Changelog: https://code.visualstudio.com/updates/v1_81

Reported by:	GitHub (watch releases)
  • Loading branch information
Hiroki Tagato authored and Hiroki Tagato committed Aug 7, 2023
1 parent 68604ef commit 9b7c573
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 17 deletions.
6 changes: 3 additions & 3 deletions editors/vscode/Makefile
@@ -1,6 +1,5 @@
PORTNAME= vscode
DISTVERSION= 1.80.2
PORTREVISION= 1
DISTVERSION= 1.81.0
CATEGORIES= editors
MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \
Expand Down Expand Up @@ -46,6 +45,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \
libcups.so:print/cups \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libkrb5.so.3:security/krb5 \
libsecret-1.so:security/libsecret \
libnss3.so:security/nss \
libexpat.so:textproc/expat2 \
Expand All @@ -63,7 +63,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \
USE_GITHUB= yes
GH_ACCOUNT= microsoft

SOURCE_COMMIT_HASH= 2ccd690cbff1569e4a83d7c43d45101f817401dc
SOURCE_COMMIT_HASH= 6445d93c81ebe42c4cbd7a60712e0b17d9463e97

BINARY_ALIAS= python=${PYTHON_CMD}

Expand Down
14 changes: 7 additions & 7 deletions editors/vscode/distinfo
@@ -1,7 +1,7 @@
TIMESTAMP = 1690765840
SHA256 (vscode/yarn-offline-cache-1.80.2.tar.gz) = 8c777713d0c5545650c1a7aa6359f783fc58e71bce25fdc097f3ffec43063cad
SIZE (vscode/yarn-offline-cache-1.80.2.tar.gz) = 339892252
SHA256 (vscode/vscode-marketplace-exts-1.80.2.tar.gz) = 847fc147487f344c5d53e8da6e149f58d5adc340cb15f11fbf2eef337bb10d2c
SIZE (vscode/vscode-marketplace-exts-1.80.2.tar.gz) = 1746242
SHA256 (vscode/microsoft-vscode-1.80.2_GH0.tar.gz) = 10019f2719ac22ffcf2cf2ee77ad4d44dba49563a867ce88f9041ab7a2335200
SIZE (vscode/microsoft-vscode-1.80.2_GH0.tar.gz) = 16711310
TIMESTAMP = 1691287752
SHA256 (vscode/yarn-offline-cache-1.81.0.tar.gz) = 92e66068c8bd61de48868627c56405c18e3a46efb0d96f6acc87c0df6a907523
SIZE (vscode/yarn-offline-cache-1.81.0.tar.gz) = 338709700
SHA256 (vscode/vscode-marketplace-exts-1.81.0.tar.gz) = 77eafa8cc779ea4c11c0a94859588a8f737427cdf264acd7524238fe38d4d92d
SIZE (vscode/vscode-marketplace-exts-1.81.0.tar.gz) = 1750041
SHA256 (vscode/microsoft-vscode-1.81.0_GH0.tar.gz) = ef970f1349b467ac8b63e01d9f9bad81f7d5088c01f55919f0b21f12a46acbaf
SIZE (vscode/microsoft-vscode-1.81.0_GH0.tar.gz) = 16877817

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions editors/vscode/files/patch-build_npm_postinstall.js
@@ -1,4 +1,4 @@
--- build/npm/postinstall.js.orig 2023-05-03 19:37:04 UTC
--- build/npm/postinstall.js.orig 2023-08-02 11:59:07 UTC
+++ build/npm/postinstall.js
@@ -41,8 +41,14 @@ function yarnInstall(dir, opts) {
const raw = process.env['npm_config_argv'] || '{}';
Expand All @@ -17,7 +17,7 @@
if (opts.ignoreEngines) {
args.push('--ignore-engines');
delete opts.ignoreEngines;
@@ -108,5 +114,5 @@ for (let dir of dirs) {
@@ -111,5 +117,5 @@ for (let dir of dirs) {
yarnInstall(dir, opts);
}

Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/files/patch-src_vs_code_electron-main_app.ts
@@ -1,6 +1,6 @@
--- src/vs/code/electron-main/app.ts.orig 2023-07-04 10:23:33 UTC
--- src/vs/code/electron-main/app.ts.orig 2023-08-02 11:59:07 UTC
+++ src/vs/code/electron-main/app.ts
@@ -899,7 +899,7 @@ export class CodeApplication extends Disposable {
@@ -903,7 +903,7 @@ export class CodeApplication extends Disposable {
services.set(IUpdateService, new SyncDescriptor(Win32UpdateService));
break;

Expand Down
@@ -1,6 +1,6 @@
--- src/vs/workbench/contrib/extensions/browser/extensionEditor.ts.orig 2023-06-07 13:23:47 UTC
--- src/vs/workbench/contrib/extensions/browser/extensionEditor.ts.orig 2023-08-02 11:59:07 UTC
+++ src/vs/workbench/contrib/extensions/browser/extensionEditor.ts
@@ -1738,7 +1738,8 @@ export class ExtensionEditor extends EditorPane {
@@ -1739,7 +1739,8 @@ export class ExtensionEditor extends EditorPane {

switch (platform) {
case 'win32': key = rawKeyBinding.win; break;
Expand Down
6 changes: 5 additions & 1 deletion editors/vscode/pkg-plist
Expand Up @@ -186,6 +186,7 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/git/resources/icons/dark/status-ignored.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/dark/status-modified.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/dark/status-renamed.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/dark/status-type-changed.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/dark/status-untracked.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/git.png
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-added.svg
Expand All @@ -195,6 +196,7 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-ignored.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-modified.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-renamed.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-type-changed.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-untracked.svg
%%DATADIR%%/resources/app/extensions/github-authentication/README.md
%%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js
Expand Down Expand Up @@ -808,6 +810,8 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg
%%DATADIR%%/resources/app/node_modules.asar.unpacked/@vscode/spdlog/build/Release/spdlog.node
%%DATADIR%%/resources/app/node_modules.asar.unpacked/@vscode/sqlite3/build/Release/vscode-sqlite3.node
%%DATADIR%%/resources/app/node_modules.asar.unpacked/kerberos/build/Release/kerberos.node
%%DATADIR%%/resources/app/node_modules.asar.unpacked/kerberos/build/Release/obj.target/kerberos.node
%%DATADIR%%/resources/app/node_modules.asar.unpacked/keytar/build/Release/keytar.node
%%DATADIR%%/resources/app/node_modules.asar.unpacked/keytar/build/Release/obj.target/keytar.node
%%DATADIR%%/resources/app/node_modules.asar.unpacked/native-is-elevated/build/Release/iselevated.node
Expand Down Expand Up @@ -946,7 +950,7 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
%%DATADIR%%/resources/app/out/vs/workbench/services/languageDetection/browser/languageDetectionSimpleWorker.js
%%DATADIR%%/resources/app/out/vs/workbench/services/search/worker/localFileSearch.js
%%DATADIR%%/resources/app/out/vs/workbench/services/textMate/browser/worker/textMate.worker.js
%%DATADIR%%/resources/app/out/vs/workbench/services/textMate/browser/backgroundTokenization/worker/textMateTokenizationWorker.worker.js
%%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.css
%%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.js
%%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.nls.js
Expand Down

0 comments on commit 9b7c573

Please sign in to comment.