aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-05 13:44:59 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-05 13:44:59 +0000
commit9ea0e602a63186932de1f55cc8169c71f610a614 (patch)
treecc7079edc0a8cf0328395409ee882f1e7798949e /UPDATING
parentdf0ad670969c7ae3d4d27dc679079addca8ede26 (diff)
downloadports-9ea0e602a63186932de1f55cc8169c71f610a614.tar.gz
ports-9ea0e602a63186932de1f55cc8169c71f610a614.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 870a9bbc60c8..a2e63abd91de 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20160505:
+ AFFECTS: Users of www/node
+ AUTHOR: bradleythughes@fastmail.fm
+
+ The www/node port has been updated to node.js v6.0.0, the latest
+ upstream release. Users of node.js v5.x are encouraged to upgrade as
+ soon as possible, as upstream support will end two months from now.
+
+ The www/node5 port has been created to aid users transition. Use one of
+ the following commands to continue using node.js v5.x:
+
+ # pkg install node5
+ or
+ # portmaster -o www/node5 www/node
+ or
+ # portupgrade -o www/node5 www/node
+
20160503:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org