git: 3e36e6a4208a - main - www/npm-node23: Add npm-node23 10.9.0 (copied from npm-node22)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:34:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e36e6a4208a217f1659dd0d707674a33103044d commit 3e36e6a4208a217f1659dd0d707674a33103044d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-21 06:32:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-21 09:17:25 +0000 www/npm-node23: Add npm-node23 10.9.0 (copied from npm-node22) --- www/Makefile | 1 + www/npm-node23/Makefile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/www/Makefile b/www/Makefile index 85d37907f937..18bf527dbfbe 100644 --- a/www/Makefile +++ b/www/Makefile @@ -486,6 +486,7 @@ SUBDIR += npm-node18 SUBDIR += npm-node20 SUBDIR += npm-node22 + SUBDIR += npm-node23 SUBDIR += oauth2-proxy SUBDIR += obhttpd SUBDIR += offpunk diff --git a/www/npm-node23/Makefile b/www/npm-node23/Makefile new file mode 100644 index 000000000000..bdbac6fd2e0b --- /dev/null +++ b/www/npm-node23/Makefile @@ -0,0 +1,5 @@ +USES= nodejs:23,run + +MASTERDIR= ${.CURDIR}/../npm-node20 + +.include "${MASTERDIR}/Makefile"