diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-27 01:28:07 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-27 01:29:46 +0800 |
commit | a74fbc7c33ecdb43586ac22499b48d6a7ff351bb (patch) | |
tree | 6041d9a4e3d232601e47a378259ffbcb0fcbf6c0 | |
parent | sysutils/fx: Update COMMENT and WWW (diff) |
www/npm-node18: Mark DEPRECATED and set EXPIRATION_DATE to 2025-09-01
The EXPIRATION_DATE is kept in sync with textproc/kibana8.
Reference: https://github.com/freebsd/freebsd-ports/commit/9139b793a589c303ec77de40b23303b6f48ad625
-rw-r--r-- | www/npm-node18/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/npm-node18/Makefile b/www/npm-node18/Makefile index 9e1ddaf9d42c..c6d909bf0ca2 100644 --- a/www/npm-node18/Makefile +++ b/www/npm-node18/Makefile @@ -1,3 +1,6 @@ +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}/../npm-node22 |