Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm portgroup: use latest LTS release for default #23658

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions _resources/port1.0/group/npm-1.0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ default distname {${npm.rootname}-${version}}
extract.suffix .tgz

options npm.nodejs_version npm.version npm.add_dependencies
default npm.nodejs_version 16
default npm.version 8
default npm.nodejs_version 20
default npm.version 10
default npm.add_dependencies yes

default livecheck.type regex
Expand Down
2 changes: 1 addition & 1 deletion devel/eask-cli/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/eask-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-11

port test eask-cli: Warning: eask-cli is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in devel/eask-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-12

port test eask-cli: Warning: eask-cli is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in devel/eask-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test eask-cli: Warning: eask-cli is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in devel/eask-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test eask-cli: Warning: eask-cli is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup npm 1.0
Expand All @@ -6,7 +6,7 @@

name eask-cli
version 0.8.3
revision 0
revision 1

npm.rootname @emacs-eask/cli
distname cli-${version}
Expand Down
2 changes: 1 addition & 1 deletion devel/pnpm/Portfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/pnpm/Portfile

View workflow job for this annotation

GitHub Actions / macos-11

port test pnpm: Warning: pnpm is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/pnpm/dist/reflink.darwin-arm64-MYEHQQCP.node Warning:

Check warning on line 1 in devel/pnpm/Portfile

View workflow job for this annotation

GitHub Actions / macos-12

port test pnpm: Warning: pnpm is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/pnpm/dist/reflink.darwin-arm64-MYEHQQCP.node Warning:

Check warning on line 1 in devel/pnpm/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test pnpm: Warning: pnpm is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/pnpm/dist/reflink.darwin-arm64-MYEHQQCP.node Warning:

Check warning on line 1 in devel/pnpm/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test pnpm: Warning: pnpm is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/lib/node_modules/pnpm/dist/reflink.darwin-x64-CDTBYYIZ.node Warning:

PortSystem 1.0
PortGroup npm 1.0

name pnpm
version 8.15.5
revision 0
revision 1

categories devel
license MIT
Expand Down
2 changes: 1 addition & 1 deletion devel/typescript-language-server/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup npm 1.0

name typescript-language-server
version 4.3.3
revision 0
revision 1

categories devel
license Apache-2
Expand Down
2 changes: 1 addition & 1 deletion security/bitwarden-cli/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup npm 1.0

name bitwarden-cli
version 2023.12.1
revision 0
revision 1

npm.rootname @bitwarden/cli
distname cli-${version}
Expand Down