diff options
Diffstat (limited to 'editors/vscode/Makefile')
-rw-r--r-- | editors/vscode/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 399e29899f7d..1cdf4fc29943 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode -DISTVERSION= 1.103.0 -PORTREVISION= 1 +DISTVERSION= 1.103.2 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -69,7 +69,7 @@ USES= desktop-file-utils gl gmake gnome gssapi:mit iconv:wchar_t \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= e3550cfac4b63ca4eafca7b601f0d2885817fd1f +SOURCE_COMMIT_HASH= 6f17636121051a53c88d3e605c491d22af2ba755 BINARY_ALIAS= python=${PYTHON_CMD} @@ -288,6 +288,8 @@ build-remote-extension-host: configure pre-build ### targets for port maintainer(s) make-node-modules-archive: extract +# add node module for signature verification of extensions from Open VSX Registry + @${PATCH} -s -p0 -d ${WRKSRC} < ${FILESDIR}/patch-package.json @${ECHO_MSG} "===> Fetching and installing node modules in ${WRKSRC}" @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} npm install --ignore-scripts --no-progress --no-audit --no-fund && \ |