aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-09-02 20:11:27 +0000
committerRene Ladan <rene@FreeBSD.org>2025-09-02 20:11:27 +0000
commit5409a2e8658005aea02b89625001a25aee3a1487 (patch)
treec8db7fb46bffe1528f7c01309d8608141ad15f76
parent09cd226424555cc1885245e94dd2d33958aa396d (diff)
www/yarn-node18: Remove expired port
2025-09-01 www/yarn-node18: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30.
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/yarn-node18/Makefile8
3 files changed, 1 insertions, 9 deletions
diff --git a/MOVED b/MOVED
index a250f0698b23..8df8452f8604 100644
--- a/MOVED
+++ b/MOVED
@@ -4764,3 +4764,4 @@ security/p5-Dancer2-Plugin-Passphrase||2025-09-02|Has expired: Depends on expire
security/p5-Data-Entropy||2025-09-02|Has expired: The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
security/libu2f-host||2025-09-02|Has expired: This project is deprecated and is no longer being maintained. libfido2 is a new project with support for U2F and FIDO2. Use security/libfido2 instead
net-mgmt/nagcon||2025-09-02|Has expired: Obsolete, only supports legacy versions of Nagios
+www/yarn-node18||2025-09-02|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30
diff --git a/www/Makefile b/www/Makefile
index 203f1414e3ff..edcd0148a5c1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2685,7 +2685,6 @@
SUBDIR += xurls
SUBDIR += yabb
SUBDIR += yarn
- SUBDIR += yarn-node18
SUBDIR += yarn-node20
SUBDIR += yarn-node22
SUBDIR += yarn-node24
diff --git a/www/yarn-node18/Makefile b/www/yarn-node18/Makefile
deleted file mode 100644
index 7453fabbe0cf..000000000000
--- a/www/yarn-node18/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-DEPRECATED= Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30.
-EXPIRATION_DATE=2025-09-01
-
-USES= nodejs:18,run
-
-MASTERDIR= ${.CURDIR}/../yarn-node22
-
-.include "${MASTERDIR}/Makefile"