Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions devel/jake/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
PortSystem 1.0
PortGroup github 1.0

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

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

checksums rmd160 6c854bac3652902cb4c4bacb2dca8023bb43da2b \
sha256 6ee88d0299ede6008ed1575cd590ffd7860abe412432ad3796abf5f5fa67517d \
size 636571

depends_lib path:bin/node:nodejs10
depends_build path:bin/npm:npm6
checksums rmd160 decc59e98f62353aae0799bcaec6b7814172eb62 \
sha256 6873a9bdd017c61ed6a8db3bac37fb293039a6a12ca9764914827817cb62271d \
size 58311

platform darwin {
if {${os.major} < 25} {
depends_lib path:bin/node:nodejs16
depends_build path:bin/npm:npm8
} else {
depends_lib path:bin/node:nodejs24
depends_build path:bin/npm:npm11
}
}

use_configure no

Expand Down