Date: Sun, 19 May 2024 17:23:14 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b79974edc751 - main - www/npm-node22: Add npm-node22 10.5.2 (copied from npm-node21) Message-ID: <202405191723.44JHNEq9057771@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b79974edc75109785b09be08df5deebf64d0224d commit b79974edc75109785b09be08df5deebf64d0224d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 15:45:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:14:58 +0000 www/npm-node22: Add npm-node22 10.5.2 (copied from npm-node21) --- www/Makefile | 1 + www/npm-node22/Makefile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/www/Makefile b/www/Makefile index eef6d03380e7..e12d1eda8bb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -485,6 +485,7 @@ SUBDIR += npm-node18 SUBDIR += npm-node20 SUBDIR += npm-node21 + SUBDIR += npm-node22 SUBDIR += oauth2-proxy SUBDIR += obhttpd SUBDIR += offpunk diff --git a/www/npm-node22/Makefile b/www/npm-node22/Makefile new file mode 100644 index 000000000000..a95ca153555b --- /dev/null +++ b/www/npm-node22/Makefile @@ -0,0 +1,5 @@ +USES= nodejs:22,run + +MASTERDIR= ${.CURDIR}/../npm-node20 + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191723.44JHNEq9057771>