diff options
-rw-r--r-- | editors/vscode/Makefile | 12 | ||||
-rw-r--r-- | editors/vscode/distinfo | 14 | ||||
-rw-r--r-- | editors/vscode/files/patch-build_gulpfile.extensions.js | 4 | ||||
-rw-r--r-- | editors/vscode/files/patch-package.json | 6 | ||||
-rw-r--r-- | editors/vscode/pkg-plist | 33 |
5 files changed, 43 insertions, 26 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 80bd57252b00..1f65642f9dd0 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.104.2 -PORTREVISION= 2 +DISTVERSION= 1.105.0 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -61,14 +60,14 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ TEST_DEPENDS= electron${ELECTRON_VER_MAJOR}:devel/electron${ELECTRON_VER_MAJOR} \ bash:shells/bash -USES= desktop-file-utils gl gmake gnome gssapi:mit iconv:wchar_t \ - jpeg localbase:ldflags nodejs:22,build pkgconfig python:build \ - shebangfix xorg +USES= desktop-file-utils display:test gl gmake gnome gssapi:mit \ + iconv:wchar_t jpeg localbase:ldflags nodejs:22,build pkgconfig \ + python:build shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= e3a5acfb517a443235981655413d566533107e92 +SOURCE_COMMIT_HASH= 03c265b1adee71ac88f833e065f7bb956b60550a BINARY_ALIAS= python=${PYTHON_CMD} @@ -261,7 +260,6 @@ pre-test: @cd ${WRKSRC}/.build/electron && ${MV} -f electron code-oss do-test: -# Note: Xvfb or something similar is necessary for headless testing # unit tests cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ./scripts/test.sh --build || ${TRUE} # UI smoke tests diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 6ee605f8ec02..06dc32db5f73 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1758948480 -SHA256 (vscode/vscode-node-modules-1.104.2.tar.gz) = b8d0d79abe3322fa1022c95f3162ff1fd36c873ce501e28944d7ae1a606a6bda -SIZE (vscode/vscode-node-modules-1.104.2.tar.gz) = 418390508 -SHA256 (vscode/vscode-marketplace-exts-1.104.2.tar.gz) = 5d0cb3ba1d8f7ff4705df8584645b807d7fcbbed82fbef8ad34b469cfa62b0a0 -SIZE (vscode/vscode-marketplace-exts-1.104.2.tar.gz) = 1706565 -SHA256 (vscode/microsoft-vscode-1.104.2_GH0.tar.gz) = 39691f236a219e71195abbc38a6239a99f8ebe5abea1ccb0357b800ad8b58cca -SIZE (vscode/microsoft-vscode-1.104.2_GH0.tar.gz) = 23516898 +TIMESTAMP = 1760182351 +SHA256 (vscode/vscode-node-modules-1.105.0.tar.gz) = 8342aa0a248601c2d933c18f38597293328d83127f4ddcd48ce2dcfd83808044 +SIZE (vscode/vscode-node-modules-1.105.0.tar.gz) = 452670920 +SHA256 (vscode/vscode-marketplace-exts-1.105.0.tar.gz) = 3f3b25933c341abc01a21e0fde96523a0aea2c53e47452637d321079a4cc46a8 +SIZE (vscode/vscode-marketplace-exts-1.105.0.tar.gz) = 1707317 +SHA256 (vscode/microsoft-vscode-1.105.0_GH0.tar.gz) = 9dc975278cb370cb52e66c68cf49b12345efb92e86019264a891eadf74795c43 +SIZE (vscode/microsoft-vscode-1.105.0_GH0.tar.gz) = 23708443 diff --git a/editors/vscode/files/patch-build_gulpfile.extensions.js b/editors/vscode/files/patch-build_gulpfile.extensions.js index cc52dd71d912..7ed6ec5a8421 100644 --- a/editors/vscode/files/patch-build_gulpfile.extensions.js +++ b/editors/vscode/files/patch-build_gulpfile.extensions.js @@ -1,6 +1,6 @@ ---- build/gulpfile.extensions.js.orig 2025-09-09 22:02:15 UTC +--- build/gulpfile.extensions.js.orig 2025-10-08 13:50:39 UTC +++ build/gulpfile.extensions.js -@@ -235,7 +235,7 @@ const compileNonNativeExtensionsBuildTask = task.defin +@@ -236,7 +236,7 @@ const compileNonNativeExtensionsBuildTask = task.defin * @note this does not clean the directory ahead of it. See {@link cleanExtensionsBuildTask} for that. */ const compileNonNativeExtensionsBuildTask = task.define('compile-non-native-extensions-build', task.series( diff --git a/editors/vscode/files/patch-package.json b/editors/vscode/files/patch-package.json index e1eb74fc2824..ba771c020e55 100644 --- a/editors/vscode/files/patch-package.json +++ b/editors/vscode/files/patch-package.json @@ -2,13 +2,13 @@ https://github.com/eclipse/openvsx/issues/543 https://github.com/termux/termux-packages/issues/24739 https://github.com/termux/termux-packages/pull/24757 ---- package.json.orig 2025-09-09 22:02:15 UTC +--- package.json.orig 2025-10-08 13:50:39 UTC +++ package.json -@@ -106,6 +106,7 @@ +@@ -107,6 +107,7 @@ "native-is-elevated": "0.7.0", "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", + "node-ovsx-sign": "^1.2.0", - "node-pty": "^1.1.0-beta33", + "node-pty": "1.1.0-beta35", "open": "^10.1.2", "tas-client-umd": "0.2.0", diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 012da2309a3d..4f3e5558141f 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -420,6 +420,15 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/merge-conflict/media/icon.png %%DATADIR%%/resources/app/extensions/merge-conflict/package.json %%DATADIR%%/resources/app/extensions/merge-conflict/package.nls.json +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/README.md +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/chat-webview-out/index.js +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/chat-webview-src/index.ts +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/chat-webview-src/tsconfig.json +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/dist/extension.js +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/esbuild-chat-webview.mjs +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/extension-browser.webpack.config.js +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/package.json +%%DATADIR%%/resources/app/extensions/mermaid-chat-features/package.nls.json %%DATADIR%%/resources/app/extensions/microsoft-authentication/README.md %%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/extension.js %%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/extension.js.LICENSE.txt @@ -2113,11 +2122,23 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationStateParameters.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs @@ -2182,8 +2203,12 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs.map @@ -4176,17 +4201,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@microsoft/dynamicproto-js/package.json %%DATADIR%%/resources/app/node_modules/@microsoft/dynamicproto-js/tools/rollup/esm/removedynamic.js %%DATADIR%%/resources/app/node_modules/@microsoft/dynamicproto-js/tools/rollup/node/removedynamic.js -%%DATADIR%%/resources/app/node_modules/@parcel/watcher-freebsd-x64/LICENSE -%%DATADIR%%/resources/app/node_modules/@parcel/watcher-freebsd-x64/package.json -%%DATADIR%%/resources/app/node_modules/@parcel/watcher-freebsd-x64/watcher.node %%DATADIR%%/resources/app/node_modules/@parcel/watcher/LICENSE %%DATADIR%%/resources/app/node_modules/@parcel/watcher/build/Release/watcher.node %%DATADIR%%/resources/app/node_modules/@parcel/watcher/index.js %%DATADIR%%/resources/app/node_modules/@parcel/watcher/index.js.flow -%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/LICENSE -%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/bin/detect-libc.js -%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/lib/detect-libc.js -%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/package.json %%DATADIR%%/resources/app/node_modules/@parcel/watcher/package.json %%DATADIR%%/resources/app/node_modules/@parcel/watcher/scripts/build-from-source.js %%DATADIR%%/resources/app/node_modules/@parcel/watcher/wrapper.js @@ -5871,6 +5889,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/define-lazy-prop/package.json %%DATADIR%%/resources/app/node_modules/detect-libc/LICENSE %%DATADIR%%/resources/app/node_modules/detect-libc/lib/detect-libc.js +%%DATADIR%%/resources/app/node_modules/detect-libc/lib/filesystem.js %%DATADIR%%/resources/app/node_modules/detect-libc/lib/process.js %%DATADIR%%/resources/app/node_modules/detect-libc/package.json %%DATADIR%%/resources/app/node_modules/dom-serializer/LICENSE |