aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-07-02 18:43:42 +0000
committerRene Ladan <rene@FreeBSD.org>2024-07-02 18:45:34 +0000
commit7780fa4cc2386676963b2bc3b6226b10392cf6cf (patch)
tree0dda2a88c899c09853fe4a220fb43af24b414433
parent9e2e1eee043e36a2311028d74abadd280a73f015 (diff)
www/*-node21: Remove slave ports which were part of www/node21
Reported by: antoine
-rw-r--r--MOVED2
-rw-r--r--www/Makefile2
-rw-r--r--www/npm-node21/Makefile5
-rw-r--r--www/yarn-node21/Makefile5
4 files changed, 2 insertions, 12 deletions
diff --git a/MOVED b/MOVED
index debb10869db6..3043ad5ec7da 100644
--- a/MOVED
+++ b/MOVED
@@ -3375,3 +3375,5 @@ www/zend-framework||2024-06-30|Has expired: Deprecated by upstream, and moved to
sysutils/torque||2024-06-30|Has expired: unfetchable, upstream no longer open source
lang/icc||2024-07-01|Has expired: This version is EOL since a long time, i386 only, and the current clang based Intel oneAPI DPC++/C++ seems to work
graphics/intel-backlight||2024-07-01|Has expired: Use backlight(8)
+www/yarn-node21||2024-07-02|Removed, part of www/node21
+www/npm-node21||2024-07-02|Removed, part of www/node21
diff --git a/www/Makefile b/www/Makefile
index ce1260b91da3..f3963253736f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -472,7 +472,6 @@
SUBDIR += npm
SUBDIR += npm-node18
SUBDIR += npm-node20
- SUBDIR += npm-node21
SUBDIR += npm-node22
SUBDIR += oauth2-proxy
SUBDIR += obhttpd
@@ -2505,7 +2504,6 @@
SUBDIR += yarn
SUBDIR += yarn-node18
SUBDIR += yarn-node20
- SUBDIR += yarn-node21
SUBDIR += yarn-node22
SUBDIR += yarr
SUBDIR += yaws
diff --git a/www/npm-node21/Makefile b/www/npm-node21/Makefile
deleted file mode 100644
index 7452292b1e50..000000000000
--- a/www/npm-node21/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-USES= nodejs:21,run
-
-MASTERDIR= ${.CURDIR}/../npm-node20
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/yarn-node21/Makefile b/www/yarn-node21/Makefile
deleted file mode 100644
index 64580f753eb1..000000000000
--- a/www/yarn-node21/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-USES= nodejs:21,run
-
-MASTERDIR= ${.CURDIR}/../yarn-node20
-
-.include "${MASTERDIR}/Makefile"