Skip to content

Commit

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

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Sep 13, 2023
1 parent bca7b3c commit cd21253
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 18 deletions.
12 changes: 7 additions & 5 deletions editors/vscode/Makefile
@@ -1,6 +1,5 @@
PORTNAME= vscode
DISTVERSION= 1.81.1
PORTREVISION= 4
DISTVERSION= 1.82.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 @@ -29,7 +28,9 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \
libsndio.so:audio/sndio \
libdbus-1.so:devel/dbus \
libicuuc.so:devel/icu \
libepoll-shim.so:devel/libepoll-shim \
libevent.so:devel/libevent \
libffi.so:devel/libffi \
libinotify.so:devel/libinotify \
libnotify.so:devel/libnotify \
libpci.so:devel/libpci \
Expand All @@ -41,6 +42,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \
libpng.so:graphics/png \
libwayland-client.so:graphics/wayland \
libwebp.so:graphics/webp \
libdav1d.so:multimedia/dav1d \
libvpx.so:multimedia/libvpx \
libopenh264.so:multimedia/openh264 \
libcups.so:print/cups \
Expand All @@ -64,7 +66,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \
USE_GITHUB= yes
GH_ACCOUNT= microsoft

SOURCE_COMMIT_HASH= 6c3e3dba23e8fadc360aed75ce363ba185c49794
SOURCE_COMMIT_HASH= 8b617bd08fd9e3fc94d14adb8d358b56e3f72314

BINARY_ALIAS= python=${PYTHON_CMD}

Expand All @@ -76,7 +78,7 @@ USE_GNOME= atk cairo pango gdkpixbuf2 gtk30 libxml2 libxslt
USE_LDCONFIG= ${DATADIR}

# Keep NODE_VER in sync with www/node16 DISTVERSION
NODE_VER= 16.20.1
NODE_VER= 18.17.1
NODE_VER_MAJOR= ${NODE_VER:C/\..*$//}

SHEBANG_REGEX= ./(extensions|resources|scripts|src)/.*\.sh$$
Expand All @@ -99,7 +101,7 @@ OPTIONS_DEFINE= REH
OPTIONS_DEFAULT=# none
REH_DESC= Build remote extension host

ELECTRON_DIR= ${.CURDIR}/../../devel/electron22
ELECTRON_DIR= ${.CURDIR}/../../devel/electron25
.include "${ELECTRON_DIR}/Makefile.version"

ELECTRON_DOWNLOAD_URL= https://github.com/electron/electron/releases/download/v${ELECTRON_VER}
Expand Down
14 changes: 7 additions & 7 deletions editors/vscode/distinfo
@@ -1,7 +1,7 @@
TIMESTAMP = 1691740844
SHA256 (vscode/yarn-offline-cache-1.81.1.tar.gz) = 67b42cc401ad45502bee6185d242c1e29755972a1cf558639baa606df11c640d
SIZE (vscode/yarn-offline-cache-1.81.1.tar.gz) = 338711079
SHA256 (vscode/vscode-marketplace-exts-1.81.1.tar.gz) = 021731e0267205216d548a8d3adcbf2e1ef22c212fbc55fa12d7abea6b621316
SIZE (vscode/vscode-marketplace-exts-1.81.1.tar.gz) = 1748977
SHA256 (vscode/microsoft-vscode-1.81.1_GH0.tar.gz) = 2e25a4fff2977f231136e6283583f986ec45604187f411eba1617f4584a32b76
SIZE (vscode/microsoft-vscode-1.81.1_GH0.tar.gz) = 16878011
TIMESTAMP = 1694334251
SHA256 (vscode/yarn-offline-cache-1.82.0.tar.gz) = 0e4a8f04c99a33c4115d76bad2b3ae676944fa432f7cb4b3d51348169c36d64a
SIZE (vscode/yarn-offline-cache-1.82.0.tar.gz) = 333771693
SHA256 (vscode/vscode-marketplace-exts-1.82.0.tar.gz) = 0b349fd6b99124890fec47e295b3cadac2f25af36486d444da19c16e55cd50f9
SIZE (vscode/vscode-marketplace-exts-1.82.0.tar.gz) = 1752173
SHA256 (vscode/microsoft-vscode-1.82.0_GH0.tar.gz) = bd4b50e7325a458d37fdb6bd1ed243611d5fa4676434c2f6ee91ee640b64d68a
SIZE (vscode/microsoft-vscode-1.82.0_GH0.tar.gz) = 17093996
4 changes: 2 additions & 2 deletions editors/vscode/files/patch-build_gulpfile.extensions.js
@@ -1,6 +1,6 @@
--- build/gulpfile.extensions.js.orig 2023-07-04 10:23:33 UTC
--- build/gulpfile.extensions.js.orig 2023-09-06 21:00:17 UTC
+++ build/gulpfile.extensions.js
@@ -237,7 +237,7 @@ exports.compileExtensionMediaBuildTask = compileExtens
@@ -238,7 +238,7 @@ exports.compileExtensionMediaBuildTask = compileExtens
const cleanExtensionsBuildTask = task.define('clean-extensions-build', util.rimraf('.build/extensions'));
const compileExtensionsBuildTask = task.define('compile-extensions-build', task.series(
cleanExtensionsBuildTask,
Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/files/patch-build_lib_layersChecker.ts
@@ -1,6 +1,6 @@
--- build/lib/layersChecker.ts.orig 2023-05-03 19:37:04 UTC
--- build/lib/layersChecker.ts.orig 2023-09-06 21:00:17 UTC
+++ build/lib/layersChecker.ts
@@ -305,7 +305,7 @@ function checkFile(program: ts.Program, sourceFile: ts
@@ -310,7 +310,7 @@ function checkFile(program: ts.Program, sourceFile: ts
function createProgram(tsconfigPath: string): ts.Program {
const tsConfig = ts.readConfigFile(tsconfigPath, ts.sys.readFile);

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-08-02 11:59:07 UTC
--- src/vs/code/electron-main/app.ts.orig 2023-09-06 21:00:17 UTC
+++ src/vs/code/electron-main/app.ts
@@ -903,7 +903,7 @@ export class CodeApplication extends Disposable {
@@ -915,7 +915,7 @@ export class CodeApplication extends Disposable {
services.set(IUpdateService, new SyncDescriptor(Win32UpdateService));
break;

Expand Down
12 changes: 12 additions & 0 deletions editors/vscode/pkg-plist
Expand Up @@ -310,6 +310,7 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/json/syntaxes/JSON.tmLanguage.json
%%DATADIR%%/resources/app/extensions/json/syntaxes/JSONC.tmLanguage.json
%%DATADIR%%/resources/app/extensions/json/syntaxes/JSONL.tmLanguage.json
%%DATADIR%%/resources/app/extensions/json/syntaxes/snippets.tmLanguage.json
%%DATADIR%%/resources/app/extensions/julia/language-configuration.json
%%DATADIR%%/resources/app/extensions/julia/package.json
%%DATADIR%%/resources/app/extensions/julia/package.nls.json
Expand Down Expand Up @@ -488,6 +489,7 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/hash.js
%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/mappings.wasm
%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/targets/node/terminateProcess.sh
%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/ui/basic-wat.tmLanguage.json
%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/w32appcontainertokens-XTRA77NA.node
%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/watchdog.js
%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/README.md
Expand Down Expand Up @@ -530,6 +532,7 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2016.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2016.full.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2017.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2017.date.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2017.full.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2017.intl.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2017.object.d.ts
Expand Down Expand Up @@ -576,11 +579,14 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2022.string.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2023.array.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2023.collection.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2023.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2023.full.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es5.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es6.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.esnext.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.esnext.decorators.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.esnext.disposable.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.esnext.full.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.esnext.intl.d.ts
%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.scripthost.d.ts
Expand Down Expand Up @@ -768,6 +774,11 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/theme-tomorrow-night-blue/package.json
%%DATADIR%%/resources/app/extensions/theme-tomorrow-night-blue/package.nls.json
%%DATADIR%%/resources/app/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
%%DATADIR%%/resources/app/extensions/tunnel-forwarding/.vscode/launch.json
%%DATADIR%%/resources/app/extensions/tunnel-forwarding/dist/extension.js
%%DATADIR%%/resources/app/extensions/tunnel-forwarding/media/icon.png
%%DATADIR%%/resources/app/extensions/tunnel-forwarding/package.json
%%DATADIR%%/resources/app/extensions/tunnel-forwarding/package.nls.json
%%DATADIR%%/resources/app/extensions/typescript-basics/language-configuration.json
%%DATADIR%%/resources/app/extensions/typescript-basics/package.json
%%DATADIR%%/resources/app/extensions/typescript-basics/package.nls.json
Expand Down Expand Up @@ -951,6 +962,7 @@ share/applications/code-oss.desktop
%%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/backgroundTokenization/worker/textMateTokenizationWorker.worker.js
%%DATADIR%%/resources/app/out/vs/workbench/services/voiceRecognition/electron-sandbox/voiceTranscriptionWorklet.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 cd21253

Please sign in to comment.