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/Makefile | |
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/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ad392d8e9391..0e4d9fbf85c7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -556,6 +556,7 @@ SUBDIR += node010 SUBDIR += node012 SUBDIR += node4 + SUBDIR += node5 SUBDIR += nostromo SUBDIR += npapi-vlc SUBDIR += npapi-xine |