You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
typescript: update to 6.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user