diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2021-10-23 08:19:31 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2021-10-23 11:00:35 +0000 |
commit | f7594b482c9bec7bce93f32633adfed12184729b (patch) | |
tree | 4de9080e967b209c4b2f2edb90bd808d2b8d801f /UPDATING | |
parent | bd8376fbfc3da0fa4c23e9bcd03213e52f9dab64 (diff) | |
download | freebsd-ports-f7594b482c9bec7bce93f32633adfed12184729b.zip |
www/node: Update 16.11.1 -> 17.0.0
Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.
https://nodejs.org/en/blog/release/v17.0.0/
MFH: 2021Q4
Sponsored by: Miles AS
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20211023: + AFFECTS: users of www/node + AUTHOR: bhughes@FreeBSD.org + + The www/node port has been updated to Node.js v17.0.0, the latest + upstream release. A new port, www/node16, has been created for the + upcoming v16.x LTS branch. Users wanting to stay on v16.x can replace + www/node with www/node16 with one of the following commands: + + # pkg install www/node16 + or + # portmaster -o www/node16 www/node + or + # portupgrade -o www/node16 www/node + 20211012: AFFECTS: users of devel/git AUTHOR: garga@FreeBSD.org |