aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbhughes <bhughes@FreeBSD.org>2018-11-01 06:09:10 +0800
committerbhughes <bhughes@FreeBSD.org>2018-11-01 06:09:10 +0800
commitff8c81bcd56a8df0383d1b278d92b76890e4a815 (patch)
tree080c51dc6473563b19707288c7e44abd2506f5bd /UPDATING
parentf70c0b970f729a827928ccfe4cbfc606f39318c9 (diff)
downloadfreebsd-ports-gnome-ff8c81bcd56a8df0383d1b278d92b76890e4a815.tar.gz
freebsd-ports-gnome-ff8c81bcd56a8df0383d1b278d92b76890e4a815.tar.zst
freebsd-ports-gnome-ff8c81bcd56a8df0383d1b278d92b76890e4a815.zip
www/node: Update 10.12.0_1 -> 11.0.0
Update to the latest major release of Node.js. Upstream has dropped support for FreeBSD 10.x, so mark the port as BROKEN on FreeBSD 10. Regenerate patches with `make makepatch`. https://nodejs.org/en/blog/release/v11.0.0/ Sponsored by: Miles AS
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bc1c49af6806..c579e512a86b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20181031:
+ AFFECTS: users of www/node
+ AUTHOR: bhughes@FreeBSD.org
+
+ The www/node port has been updated to Node.js v11.0.0, the latest
+ upstream release. A new port, www/node10, has been created for the
+ v10.x LTS branch. Users wanting to stay on v10.x can replace www/node
+ with www/node8 with one of the following commands:
+
+ # pkg install www/node10
+ or
+ # portmaster -o www/node10 www/node
+ or
+ # portupgrade -o www/node10 www/node
+
20181022:
AFFECTS: users of lang/php71
AUTHOR: joneum@FreeBSD.org