| Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2023-01-30
Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn* Author: sunpoet@FreeBSD.org Reason:
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/node18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS),
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After these changes:
- All supported node versions are named as node{14,16,18,19}.
- www/node is a meta port which depends on the default version
(e.g. www/node18)
- www/npm is a meta port which depends on the default version
(e.g. www/npm-node18)
- www/yarn is a meta port which depends on the default version
(e.g. www/yarn-node18)
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| This is a slave port. You may also want to view the commits to the master port: www/yarn-node24 | | Commit | Credits | Log message |
1.22.19_1 17 Nov 2025 19:15:23
    |
Po-Chuan Hsieh (sunpoet)  |
www/yarn-node*: Reorganize yarn-node* as node24 is the new default
- While I'm here, fix the missing move of www/yarn-node20/files in
ef17b830d649cd5c0c4e659015e47bc934b8ced3 |
1.22.19 03 Dec 2024 17:34:56
    |
Po-Chuan Hsieh (sunpoet)  |
www/yarn-node*: Reorganize yarn-node* as node22 is the new default |
1.22.19 18 May 2024 17:26:57
    |
Adam Weinberger (adamw)  |
www/yarn-node22: Add |
Number of commits found: 3
|