Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2024 17:15:32 GMT
From:      Joel Bodenmann <jbo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b882bfd4718e - main - devel/jetbrains-phpstorm: Update to 2023.3.2
Message-ID:  <202401141715.40EHFW4d071175@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b882bfd4718ed9b1f8fc04b2ecb8cf156b7da88b

commit b882bfd4718ed9b1f8fc04b2ecb8cf156b7da88b
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2024-01-12 15:34:31 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-01-14 17:13:58 +0000

    devel/jetbrains-phpstorm: Update to 2023.3.2
    
    What's New: https://www.jetbrains.com/phpstorm/whatsnew/2023-3/
    Changelog: https://youtrack.jetbrains.com/articles/WI-A-231736092/PhpStorm-2023.3.2-233.13135.108-build-Release-Notes
    
    PR:                     275926
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D43421
---
 devel/jetbrains-phpstorm/Makefile  | 15 ++++---
 devel/jetbrains-phpstorm/distinfo  |  6 +--
 devel/jetbrains-phpstorm/pkg-plist | 88 ++++++++++++++++++++++++++++++--------
 3 files changed, 81 insertions(+), 28 deletions(-)

diff --git a/devel/jetbrains-phpstorm/Makefile b/devel/jetbrains-phpstorm/Makefile
index 425472a177e5..cd1502409095 100644
--- a/devel/jetbrains-phpstorm/Makefile
+++ b/devel/jetbrains-phpstorm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	phpstorm
-DISTVERSION=	2023.2.3
+DISTVERSION=	2023.3.2
 CATEGORIES=	devel java
 MASTER_SITES=	https://download-cdn.jetbrains.com/webide/
 PKGNAMEPREFIX=	jetbrains-
@@ -18,17 +18,16 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 BUILD_DEPENDS=	jna>0:devel/jna
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
 		jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
-		jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
+		jetbrains-restarter>=233.11799.241:devel/jetbrains-restarter \
+		jetbrains-sqlite>=233.11799.241:devel/jetbrains-sqlite \
 		lsof:sysutils/lsof
 
-USES=		cpe desktop-file-utils python:run shebangfix
+USES=		cpe python:run
 
 CPE_VENDOR=	jetbrains
 USE_JAVA=	yes
 JAVA_VERSION=	17+
 
-SHEBANG_FILES=	bin/restart.py
-
 DATADIR=	${PREFIX}/share/jetbrains/${PORTNAME}
 NO_ARCH=	yes
 NO_ARCH_IGNORE=	libjnidispatch.so
@@ -36,7 +35,7 @@ NO_BUILD=	yes
 SUB_FILES=	${PORTNAME} ${PORTNAME}.desktop pkg-message
 SUB_LIST=	JAVA_HOME=${JAVA_HOME}
 
-WRKSRC=		${WRKDIR}/PhpStorm-232.10072.32
+WRKSRC=		${WRKDIR}/PhpStorm-233.13135.108
 
 do-install:
 # Linux/Windows/OS X only so remove them
@@ -44,7 +43,9 @@ do-install:
 		${WRKSRC}/bin/fsnotifier \
 		${WRKSRC}/bin/remote-dev-server.sh \
 		${WRKSRC}/bin/repair \
+		${WRKSRC}/bin/restarter \
 		${WRKSRC}/jbr \
+		${WRKSRC}/lib/async-profiler \
 		${WRKSRC}/lib/jna \
 		${WRKSRC}/lib/native \
 		${WRKSRC}/lib/pty4j \
@@ -71,6 +72,8 @@ do-install:
 # Use pty4j replacement provided by devel/jetbrains-pty4j
 	${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
 	${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
+# Use restarter provided by devel/jetbrains-restarter
+	${LN} -sf ../../restarter/restarter ${STAGEDIR}${DATADIR}/bin/restarter
 # Use sqlite replacement provided by devel/jetbrains-sqlite
 	${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
 	${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
diff --git a/devel/jetbrains-phpstorm/distinfo b/devel/jetbrains-phpstorm/distinfo
index cf97b0fd46fe..b7306ed9bf24 100644
--- a/devel/jetbrains-phpstorm/distinfo
+++ b/devel/jetbrains-phpstorm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697829951
-SHA256 (jetbrains/PhpStorm-2023.2.3.tar.gz) = dd8d771508b277ab2a713b8f546c2ec6dbb261ba8c23072e46ec6ce2ea9ab2a0
-SIZE (jetbrains/PhpStorm-2023.2.3.tar.gz) = 660844550
+TIMESTAMP = 1703436724
+SHA256 (jetbrains/PhpStorm-2023.3.2.tar.gz) = b8e2cb8938f148f8cf4f5fe80c3173365b1a20b834f49b50187654750b7e2f5d
+SIZE (jetbrains/PhpStorm-2023.3.2.tar.gz) = 684912951
diff --git a/devel/jetbrains-phpstorm/pkg-plist b/devel/jetbrains-phpstorm/pkg-plist
index eff01562aada..cf0840805cee 100644
--- a/devel/jetbrains-phpstorm/pkg-plist
+++ b/devel/jetbrains-phpstorm/pkg-plist
@@ -6,32 +6,34 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/bin/format.sh
 %%DATADIR%%/bin/idea.properties
 %%DATADIR%%/bin/inspect.sh
+%%DATADIR%%/bin/jetbrains_client.sh
+%%DATADIR%%/bin/jetbrains_client64.vmoptions
 %%DATADIR%%/bin/ltedit.sh
 %%DATADIR%%/bin/phpstorm.png
 %%DATADIR%%/bin/phpstorm.sh
 %%DATADIR%%/bin/phpstorm.svg
 %%DATADIR%%/bin/phpstorm64.vmoptions
-%%DATADIR%%/bin/restart.py
+%%DATADIR%%/bin/restarter
 %%DATADIR%%/build.txt
 %%DATADIR%%/help/ReferenceCard.pdf
 %%DATADIR%%/help/ReferenceCardForMac.pdf
-%%DATADIR%%/lib/annotations-java5.jar
+%%DATADIR%%/lib/annotations.jar
 %%DATADIR%%/lib/app-client.jar
 %%DATADIR%%/lib/app.jar
 %%DATADIR%%/lib/async-profiler.jar
 %%DATADIR%%/lib/bouncy-castle.jar
-%%DATADIR%%/lib/build-marker-PS-232.10072.32
+%%DATADIR%%/lib/build-marker-PS-233.13135.108
 %%DATADIR%%/lib/byte-buddy-agent.jar
 %%DATADIR%%/lib/cds/classesLogAgent.jar
 %%DATADIR%%/lib/error-prone-annotations.jar
+%%DATADIR%%/lib/ext/platform-main.jar
 %%DATADIR%%/lib/external-system-rt.jar
 %%DATADIR%%/lib/externalProcess-rt.jar
 %%DATADIR%%/lib/forms_rt.jar
 %%DATADIR%%/lib/groovy.jar
 %%DATADIR%%/lib/grpc.jar
-%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
+%%DATADIR%%/lib/intellij-coverage-agent-1.0.738.jar
 %%DATADIR%%/lib/intellij-test-discovery.jar
-%%DATADIR%%/lib/jetbrains-annotations.jar
 %%DATADIR%%/lib/jna/amd64/libjnidispatch.so
 %%DATADIR%%/lib/jps-model.jar
 %%DATADIR%%/lib/jsch-agent.jar
@@ -57,6 +59,7 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/license/third-party-libraries.html
 %%DATADIR%%/license/third-party-libraries.json
 %%DATADIR%%/license/yourkit-license-redist.txt
+%%DATADIR%%/modules/module-descriptors.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
@@ -84,7 +87,6 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/behat/lib/behat.jar
 %%DATADIR%%/plugins/blade/lib/blade.jar
 %%DATADIR%%/plugins/charts/lib/charts.jar
-%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
 %%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
 %%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
 %%DATADIR%%/plugins/codeception/lib/codeception.jar
@@ -175,8 +177,8 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
-%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-a7bc8b56ba54.ijx
-%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-a7bc8b56ba54.txt
+%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-c44b541a36ca.ijx
+%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-c44b541a36ca.txt
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
@@ -201,6 +203,7 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.date.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.object.d.ts
@@ -247,11 +250,14 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.collection.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
@@ -323,6 +329,38 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/typings/js-lanuage-api.d.ts
 %%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
 %%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
+%%DATADIR%%/plugins/javascript-impl/reporting/core/reporterUtils.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/reporterUtils.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/suiteNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/suiteNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseStepNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testCaseStepNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testEventsHandler.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testEventsHandler.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNodeStatus.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/core/testNodeStatus.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/constants.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/constants.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressReporter.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressReporter.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressSuitNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressSuitNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressTestNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/cypress/cypressTestNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightReporter.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightReporter.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightSuitNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightSuitNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestNode.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestNode.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStep.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStep.js
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStructure.d.ts
+%%DATADIR%%/plugins/javascript-impl/reporting/playwright/playwrightTestStructure.js
 %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
 %%DATADIR%%/plugins/joomla/lib/joomla.jar
 %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar
@@ -355,6 +393,7 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/less/lib/less.jar
 %%DATADIR%%/plugins/makefile/lib/makefile.jar
 %%DATADIR%%/plugins/markdown/lib/markdown.jar
+%%DATADIR%%/plugins/ml-llm/lib/ml-llm.jar
 %%DATADIR%%/plugins/nextjs/lib/nextjs.jar
 %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore
@@ -367,10 +406,15 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/file-nodes.js
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/stderr-collector.js
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/test-tree-builder.js
+%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/nodejsTestRunnerIntellijReporter.js
 %%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
 %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
 %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
 %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
+%%DATADIR%%/plugins/pest/lib/pest.jar
 %%DATADIR%%/plugins/phing/lib/phing.jar
 %%DATADIR%%/plugins/php-architecture/lib/php-architecture.jar
 %%DATADIR%%/plugins/php-commandLineTool/lib/php-commandLineTool.jar
@@ -381,14 +425,17 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/php-markdown/lib/php-markdown.jar
 %%DATADIR%%/plugins/php-remoteInterpreter/lib/php-remoteInterpreter.jar
 %%DATADIR%%/plugins/php-sharedIndexes/lib/php-sharedIndexes.jar
-%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-ba97393d7c68-bb54cc89195d.ijx
-%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-ba97393d7c68-bb54cc89195d.txt
+%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-ba97393d7c68-b4dcf6bb9de9.ijx
+%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-ba97393d7c68-b4dcf6bb9de9.txt
 %%DATADIR%%/plugins/php-sql/lib/php-sql.jar
 %%DATADIR%%/plugins/php-workshop/lib/php-workshop.jar
 %%DATADIR%%/plugins/php/lib/php-openapi-src.jar
 %%DATADIR%%/plugins/phpspec/lib/phpspec.jar
 %%DATADIR%%/plugins/phpstan/lib/phpstan.jar
 %%DATADIR%%/plugins/phpt/lib/phpt.jar
+%%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release
+%%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release
+%%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar
 %%DATADIR%%/plugins/platform-images/lib/platform-images.jar
 %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
 %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
@@ -413,25 +460,21 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/styled-components/lib/styled-components.jar
 %%DATADIR%%/plugins/swagger/lib/swagger.jar
 %%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar
-%%DATADIR%%/plugins/tailwindcss/server/fsevents-72LCIACT.node
-%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-7JUDUCUY.node
-%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-GXL6UBYG.node
-%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-N3T2EEZH.node
-%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-SBC7UY4N.node
-%%DATADIR%%/plugins/tailwindcss/server/node.napi.musl-IAP67VWK.node
 %%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
 %%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
 %%DATADIR%%/plugins/tasks/lib/tasks-core.jar
 %%DATADIR%%/plugins/terminal/lib/terminal.jar
-%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1
+%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash
 %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
+%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash
 %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
 %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish
 %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish
 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1
 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
-%%DATADIR%%/plugins/terminal/zsh/.zshenv
-%%DATADIR%%/plugins/terminal/zsh/hooks.zsh
+%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv
+%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh
+%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
@@ -439,6 +482,11 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage
+%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json
 %%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore
 %%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json
 %%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json
@@ -588,6 +636,8 @@ share/applications/phpstorm.desktop
 %%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
 %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
 %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json
 %%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE
 %%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
 %%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401141715.40EHFW4d071175>