aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2019-11-03 22:38:40 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2019-11-03 22:38:40 +0000
commitaa9a4716b098d247bd1c9e257d056a6a78b55941 (patch)
tree1a4e3e2f5533b323d7fc8cf99ae46f470d5afc98 /UPDATING
parent6c43005148e2460e71562bc62055dbd0ae93b982 (diff)
downloadports-aa9a4716b098d247bd1c9e257d056a6a78b55941.tar.gz
ports-aa9a4716b098d247bd1c9e257d056a6a78b55941.zip
www/node: Update 12.13.0 -> 13.0.0
Update to the latest major release of Node.js, regenerating patches with `make makepatch` while here. https://nodejs.org/en/blog/release/v13.0.0/ Sponsored by: Miles AS
Notes
Notes: svn path=/head/; revision=516611
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d259e955ed22..e5aa17bdcc9e 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.
+20191103:
+ AFFECTS: users of www/node
+ AUTHOR: bhughes@FreeBSD.org
+
+ The www/node port has been updated to Node.js v13.0.0, the latest
+ upstream release. A new port, www/node12, has been created for the
+ v12.x LTS branch. Users wanting to stay on v12.x can replace www/node
+ with www/node12 with one of the following commands:
+
+ # pkg install www/node12
+ or
+ # portmaster -o www/node12 www/node
+ or
+ # portupgrade -o www/node12 www/node
+
20191029:
AFFECTS: users of emulators/open-vm-tools[-nox11]
AUTHOR: jpaetzel@FreeBSD.org