File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 33PortSystem 1.0
44PortGroup 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
98revision 0
109platforms any
1110categories devel
@@ -17,12 +16,19 @@ description JavaScript build tool for Node.js, similar to make or rake
1716
1817long_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
2733use_configure no
2834
You can’t perform that action at this time.
0 commit comments