diff options
author | pi <pi@FreeBSD.org> | 2016-06-30 06:26:31 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-30 06:26:31 +0000 |
commit | 26ee0717d1c14869625e358db861d64c3659ba1d (patch) | |
tree | 90f073bdb96fb2eef144dcdf7af99b13104bfff0 | |
parent | cbd30ab2330d204cecc2e3063668e0b20508c6dc (diff) | |
download | FreeBSD-ports-26ee0717d1c14869625e358db861d64c3659ba1d.zip FreeBSD-ports-26ee0717d1c14869625e358db861d64c3659ba1d.tar.gz |
www/node4: 4.4.6 -> 4.4.7
- debugger:
o All properties of an array (aside from length) can now be printed
in the repl (cjihrig) #6448
- npm:
o Upgrade npm to 2.15.8 (Rebecca Turner) #7412
- stream:
o Fix for a bug that became more prevalent with the stream changes
that landed in v4.4.5. (Anna Henningsen) #7160
- V8:
o Fix for a bug in crankshaft that was causing crashes on arm64
(Myles Borins) #7442
o Add missing classes to postmortem info such as JSMap and JSSet
(evan.lucas) #3792
PR: 210520
Changes: https://nodejs.org/en/blog/release/v4.4.7/
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
-rw-r--r-- | www/node4/Makefile | 2 | ||||
-rw-r--r-- | www/node4/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/node4/Makefile b/www/node4/Makefile index 9ac14f8..3d4aaca 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.4.6 +PORTVERSION= 4.4.7 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ diff --git a/www/node4/distinfo b/www/node4/distinfo index 6c52b1a..5db0cf2 100644 --- a/www/node4/distinfo +++ b/www/node4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466757811 -SHA256 (node-v4.4.6.tar.gz) = 45eab3d415616e5831ba5961b67cec5423e1f9c175ca7e331de7f560c2998d9f -SIZE (node-v4.4.6.tar.gz) = 22675490 +TIMESTAMP = 1467265570 +SHA256 (node-v4.4.7.tar.gz) = cbe1c6e421969dd5639d0fbaa6d3c1f56c0463b87efe75be8594638da4d8fc4f +SIZE (node-v4.4.7.tar.gz) = 22615690 |