git: bc63b3f9ca8b - main - editors/vscode: update to 1.79.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jun 2023 08:34:36 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc63b3f9ca8b308d1b268e8ce3c2267b45cbf337 commit bc63b3f9ca8b308d1b268e8ce3c2267b45cbf337 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-06-16 08:33:09 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-06-16 08:34:26 +0000 editors/vscode: update to 1.79.2 Changelog: https://code.visualstudio.com/updates/v1_79 Reported by: GitHub (watch releases) --- editors/vscode/Makefile | 4 ++-- editors/vscode/distinfo | 14 +++++++------- editors/vscode/files/patch-src_main.js | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 2bebee322fe6..3d729ce5eed6 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.79.1 +DISTVERSION= 1.79.2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \ @@ -62,7 +62,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= 67fa15cbc7ecfcc164127c5a346c1185596e9dce +SOURCE_COMMIT_HASH= 695af097c7bd098fbf017ce3ac85e09bbc5dda06 BINARY_ALIAS= python=${PYTHON_CMD} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 10e2f8f12e5b..7883fe6a1b71 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1686696519 -SHA256 (vscode/yarn-offline-cache-1.79.1.tar.gz) = 605ac99e7bd6fb560f81510b2e514f80d8c9df8fa6ad6e4a8208e41e98fa10fe -SIZE (vscode/yarn-offline-cache-1.79.1.tar.gz) = 336484644 -SHA256 (vscode/vscode-marketplace-exts-1.79.1.tar.gz) = b82522a419a359513b0e4dc560c9f0fde7118bdfa0606c4671e3c87a6b086a9f -SIZE (vscode/vscode-marketplace-exts-1.79.1.tar.gz) = 1722049 -SHA256 (vscode/microsoft-vscode-1.79.1_GH0.tar.gz) = bd6dab65392a9975ce656190308809d3e3c71e6d2f81091f7df614d71441ba8b -SIZE (vscode/microsoft-vscode-1.79.1_GH0.tar.gz) = 16482234 +TIMESTAMP = 1686869185 +SHA256 (vscode/yarn-offline-cache-1.79.2.tar.gz) = 4074379bf852c7c20bf27e2beea1d77671c1a8ebcbaeaeb832ba91e28a0e3804 +SIZE (vscode/yarn-offline-cache-1.79.2.tar.gz) = 336482946 +SHA256 (vscode/vscode-marketplace-exts-1.79.2.tar.gz) = 0fb42d69195bfc51109141b44ee5b2ef8904d394de12d70b7f29b25650e73499 +SIZE (vscode/vscode-marketplace-exts-1.79.2.tar.gz) = 1726885 +SHA256 (vscode/microsoft-vscode-1.79.2_GH0.tar.gz) = 2719ccbb573f5b7c174bd5bbcad97d3fe4d917e16327a6b72162ff7014c17c9b +SIZE (vscode/microsoft-vscode-1.79.2_GH0.tar.gz) = 16478966 diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js index 2726d5ef36bc..cc43d1226b39 100644 --- a/editors/vscode/files/patch-src_main.js +++ b/editors/vscode/files/patch-src_main.js @@ -1,6 +1,6 @@ ---- src/main.js.orig 2023-06-07 13:23:47 UTC +--- src/main.js.orig 2023-06-14 08:28:08 UTC +++ src/main.js -@@ -191,7 +191,7 @@ function configureCommandlineSwitchesSync(cliArgs) { +@@ -193,7 +193,7 @@ function configureCommandlineSwitchesSync(cliArgs) { 'force-color-profile' ];