git: 1291c94f49ba - main - www/npm-node24: Add npm-node24 10.9.2 (copied from npm-node23)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 May 2025 04:00:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1291c94f49baf6b9978f77c3d62dadd78b97dfde
commit 1291c94f49baf6b9978f77c3d62dadd78b97dfde
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-18 03:54:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-18 03:54:51 +0000
www/npm-node24: Add npm-node24 10.9.2 (copied from npm-node23)
---
www/Makefile | 1 +
www/npm-node24/Makefile | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index ae378f082907..bc962be6edec 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -499,6 +499,7 @@
SUBDIR += npm-node20
SUBDIR += npm-node22
SUBDIR += npm-node23
+ SUBDIR += npm-node24
SUBDIR += nyxt
SUBDIR += oauth2-proxy
SUBDIR += obhttpd
diff --git a/www/npm-node24/Makefile b/www/npm-node24/Makefile
new file mode 100644
index 000000000000..8ad8600cf41c
--- /dev/null
+++ b/www/npm-node24/Makefile
@@ -0,0 +1,5 @@
+USES= nodejs:24,run
+
+MASTERDIR= ${.CURDIR}/../npm-node22
+
+.include "${MASTERDIR}/Makefile"