diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-07-02 18:43:42 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-07-02 18:45:34 +0000 |
| commit | 7780fa4cc2386676963b2bc3b6226b10392cf6cf (patch) | |
| tree | 0dda2a88c899c09853fe4a220fb43af24b414433 | |
| parent | 9e2e1eee043e36a2311028d74abadd280a73f015 (diff) | |
www/*-node21: Remove slave ports which were part of www/node21
Reported by: antoine
| -rw-r--r-- | MOVED | 2 | ||||
| -rw-r--r-- | www/Makefile | 2 | ||||
| -rw-r--r-- | www/npm-node21/Makefile | 5 | ||||
| -rw-r--r-- | www/yarn-node21/Makefile | 5 |
4 files changed, 2 insertions, 12 deletions
@@ -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" |
