diff options
author | bhughes <bhughes@FreeBSD.org> | 2017-11-08 03:13:07 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2017-11-08 03:13:07 +0800 |
commit | 64cfe358da9648cf8a8d436717936aad19441a2f (patch) | |
tree | 9fabb8348f2708bb93722a20d0051c9ef83a3591 /UPDATING | |
parent | b5fc7368f9c0c741d6b14e4b4e8979bb1e19b90c (diff) | |
download | freebsd-ports-gnome-64cfe358da9648cf8a8d436717936aad19441a2f.tar.gz freebsd-ports-gnome-64cfe358da9648cf8a8d436717936aad19441a2f.tar.zst freebsd-ports-gnome-64cfe358da9648cf8a8d436717936aad19441a2f.zip |
www/node: Update 8.8.1 -> 9.0.0
Update to the latest major version of Node.js.
https://nodejs.org/en/blog/release/v9.0.0/
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D12974
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. +20171107: + AFFECTS: users of www/node + AUTHOR: bhughes@FreeBSD.org + + The www/node port has been updated to node.js v9.0.0, the latest + upstream release. A new port, www/node8, has been created for the + v8.x LTS branch. Users wanting to stay on v8.x can replace www/node + with www/node8 with one of the following commands: + + # pkg install www/node8 + or + # portmaster -o www/node8 www/node + or + # portupgrade -o www/node8 www/node + 20170411: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org |