Skip to content

Commit 6899133

Browse files
committed
jake: update to 10.9.4
1 parent 44ace97 commit 6899133

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

devel/jake/Portfile

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
PortSystem 1.0
44
PortGroup github 1.0
55

6-
github.setup jakejs jake 8.1.1 v
7-
# Change github.tarball_from to 'releases' or 'archive' next update
8-
github.tarball_from tarball
6+
github.setup jakejs jake 10.9.4 v
7+
github.tarball_from archive
98
revision 0
109
platforms any
1110
categories devel
@@ -17,12 +16,19 @@ description JavaScript build tool for Node.js, similar to make or rake
1716

1817
long_description ${name} is a {*}${description}.
1918

20-
checksums rmd160 6c854bac3652902cb4c4bacb2dca8023bb43da2b \
21-
sha256 6ee88d0299ede6008ed1575cd590ffd7860abe412432ad3796abf5f5fa67517d \
22-
size 636571
23-
24-
depends_lib path:bin/node:nodejs10
25-
depends_build path:bin/npm:npm6
19+
checksums rmd160 decc59e98f62353aae0799bcaec6b7814172eb62 \
20+
sha256 6873a9bdd017c61ed6a8db3bac37fb293039a6a12ca9764914827817cb62271d \
21+
size 58311
22+
23+
platform darwin {
24+
if {${os.major} < 25} {
25+
depends_lib path:bin/node:nodejs16
26+
depends_build path:bin/npm:npm8
27+
} else {
28+
depends_lib path:bin/node:nodejs20
29+
depends_build path:bin/npm:npm10
30+
}
31+
}
2632

2733
use_configure no
2834

0 commit comments

Comments
 (0)