diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-27 01:28:29 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-27 01:30:03 +0800 |
commit | 97f04241f35b067e52f591204b2f455abac11b38 (patch) | |
tree | ce55eeb69ac3a658d7343920b33c96d35463aa00 | |
parent | math/py-pyreadstat: Remove cython hack (diff) |
www/yarn-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/yarn-node18/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/yarn-node18/Makefile b/www/yarn-node18/Makefile index 20ad43db95ec..7453fabbe0cf 100644 --- a/www/yarn-node18/Makefile +++ b/www/yarn-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}/../yarn-node22 |