diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-30 06:26:31 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-30 06:26:31 +0000 |
commit | 25be1c3403d8e66ffee8528a1428c18119b7b149 (patch) | |
tree | 90f073bdb96fb2eef144dcdf7af99b13104bfff0 | |
parent | www/node010: 0.10.45 -> 0.10.46 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=417811
-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 9ac14f8b5878..3d4aacafa98b 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 6c52b1a47966..5db0cf2dd65f 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 |