aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2018-10-31 22:09:10 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2018-10-31 22:09:10 +0000
commit3eebc51b4e6496f6ba293080bf602be2c521a20a (patch)
tree080c51dc6473563b19707288c7e44abd2506f5bd /UPDATING
parent26c632b8d7ff572eab7327467b966e2aefad3598 (diff)
downloadports-3eebc51b4e6496f6ba293080bf602be2c521a20a.tar.gz
ports-3eebc51b4e6496f6ba293080bf602be2c521a20a.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
Notes
Notes: svn path=/head/; revision=483622
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