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) |
Commit | Credits | Log message |
10.9.2 25 Dec 2024 19:15:09 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.9.2
Changes: https://github.com/npm/cli/releases |
10.9.0 03 Dec 2024 17:34:56 |
Po-Chuan Hsieh (sunpoet) |
www/npm-node*: Reorganize npm-node* as node22 is the new default |
10.5.2 19 May 2024 17:14:58 |
Po-Chuan Hsieh (sunpoet) |
www/npm-node22: Add npm-node22 10.5.2 (copied from npm-node21) |
Number of commits found: 3
|