From d2cf681ff9caa9c780945902bfe566765bf6aa76 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sun, 12 Apr 2026 15:25:43 +0400 Subject: [PATCH] typescript: update to 6.0.2 --- lang/typescript/Portfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lang/typescript/Portfile b/lang/typescript/Portfile index 2c6e619a260..3d91c7d4ec5 100644 --- a/lang/typescript/Portfile +++ b/lang/typescript/Portfile @@ -3,11 +3,11 @@ PortSystem 1.0 name typescript -version 5.9.3 +version 6.0.2 revision 0 -checksums rmd160 752b7233edf3abd0a48550dac35a610721aac710 \ - sha256 10e108c9cf7d5f2879053dff18515fb405abf2ccef63eaaf017d9c571687a1d3 \ - size 4377468 +checksums rmd160 48e83e49f46c1bef448c1148813836ff2495917f \ + sha256 0ae5c188a2f5db22df72fe5e74dcbc122afb52031a86dbac33e78a86db39c65e \ + size 4515770 categories lang maintainers @goranmoomin openmaintainer @@ -25,9 +25,9 @@ distfiles ${distname}.tgz platforms any supported_archs noarch -depends_lib-append path:bin/node:nodejs22 +depends_lib-append path:bin/node:nodejs24 depends_build-append \ - path:bin/npm:npm10 + path:bin/npm:npm11 use_configure no @@ -39,7 +39,8 @@ extract { build {} destroot { - system -W ${worksrcpath} "npm install --global --prefix [shellescape ${destroot}${prefix}] ${distname}.tgz" + system -W ${worksrcpath} "npm install --global --prefix \ + [shellescape ${destroot}${prefix}] ${distname}.tgz" } livecheck.type regex