diff options
author | pi <pi@FreeBSD.org> | 2016-05-05 21:44:59 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-05 21:44:59 +0800 |
commit | 4152ac0f82877a859b6dcfe464f2bab03109e6b4 (patch) | |
tree | cc7079edc0a8cf0328395409ee882f1e7798949e /www/node/distinfo | |
parent | 5bc8dbaf4436c63e5238997427cf18e3c65d2a1c (diff) | |
download | freebsd-ports-gnome-4152ac0f82877a859b6dcfe464f2bab03109e6b4.tar.gz freebsd-ports-gnome-4152ac0f82877a859b6dcfe464f2bab03109e6b4.tar.zst freebsd-ports-gnome-4152ac0f82877a859b6dcfe464f2bab03109e6b4.zip |
www/node: 5.11.0 -> 6.0.0
New port: www/node5, to ease migration from node-5.x to node-6.x
This new major version of Node.js delivers significant improvements
in performance, reliability, usability and security. Module loading
is nearly four times faster than in Node.js v4, tests and documentation
have seen significant improvements, usability of the Buffer and
File System APIs have been improved, and Node.js now supports 93%
of ES6 language features, thanks to V8 version 5.0.
The full release announcement can be read here:
https://nodejs.org/en/blog/release/v6.0.0/
The full changelog is available on Github:
https://github.com/nodejs/node/commit/ce3e3c5fe15479475c068482c48eb9cbf1ac9df5
For node5:
node.js v5.x will only be supported for a few months to give people
time to move to v6. This new port is marked as deprecated with an
expiration date of July 1, allowing all of May and June to transition.
See https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v5
PR: 209215, 209216
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Diffstat (limited to 'www/node/distinfo')
-rw-r--r-- | www/node/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/node/distinfo b/www/node/distinfo index 39f376bf7579..feb2c2a10bdc 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,2 +1,2 @@ -SHA256 (node-v5.11.0.tar.gz) = ef41b01a9e49de5a5d160071166f911d0bc9ff6a0bd0e88ea4863df572d95e91 -SIZE (node-v5.11.0.tar.gz) = 22682857 +SHA256 (node-v6.0.0.tar.gz) = 6db56d81a4e07ff4017809ad4ee49a5256fad804cd8527f8724f8e149e3dfc32 +SIZE (node-v6.0.0.tar.gz) = 20525111 |