git: cc1e165383a6 - main - www/npm-node23: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 20:33:43 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc1e165383a67342e0253908a24626301d9952ce
commit cc1e165383a67342e0253908a24626301d9952ce
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-30 20:24:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-30 20:33:33 +0000
www/npm-node23: Remove expired port
---
MOVED | 1 +
www/Makefile | 1 -
www/npm-node23/Makefile | 5 -----
3 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/MOVED b/MOVED
index 23e9779b9e86..1f5e9866c25b 100644
--- a/MOVED
+++ b/MOVED
@@ -4625,3 +4625,4 @@ devel/py-coreschema|devel/py-openapi-schema-validator|2025-06-30|Has expired: Up
devel/py-itypes||2025-06-30|Has expired: Upstream archived repository and suggest using devel/py-pyrsistent instead
net-mgmt/zabbix5-server||2025-06-30|Has expired: Upstream EOL reaches on 2025-05-31
www/node23|www/node24|2025-06-30|Remove expired port. Node.js 23.* will reach its EoL on 2024-06-01. Use Node.js 24.* (www/node24) instead
+www/npm-node23|www/npm-node24|2025-06-30|Remove expired port
diff --git a/www/Makefile b/www/Makefile
index 44c5d94b4cfd..1bb2a1ac1496 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -497,7 +497,6 @@
SUBDIR += npm-node18
SUBDIR += npm-node20
SUBDIR += npm-node22
- SUBDIR += npm-node23
SUBDIR += npm-node24
SUBDIR += nyxt
SUBDIR += oauth2-proxy
diff --git a/www/npm-node23/Makefile b/www/npm-node23/Makefile
deleted file mode 100644
index e31c06cfe420..000000000000
--- a/www/npm-node23/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-USES= nodejs:23,run
-
-MASTERDIR= ${.CURDIR}/../npm-node22
-
-.include "${MASTERDIR}/Makefile"