summaryrefslogtreecommitdiff
path: root/lang/nodejs4/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-07-01 15:41:28 +0000
committerfhajny <fhajny>2016-07-01 15:41:28 +0000
commit852d74861c197c77a1f9b4d2cd66f68ae5a80a4d (patch)
tree3c1247a2ec8295ee8b41d74c25c9a5c039926c71 /lang/nodejs4/Makefile
parentb353b47245ce64454626d29bd4e57c3f9eb8e198 (diff)
downloadpkgsrc-852d74861c197c77a1f9b4d2cd66f68ae5a80a4d.tar.gz
Update lang/nodejs4 to 4.4.7.
Notable Changes - debugger: * All properties of an array (aside from length) can now be printed in the repl - npm: * Upgrade npm to 2.15.8 - stream: * Fix for a bug that became more prevalent with the stream changes that landed in v4.4.5. - V8: * Fix for a bug in crankshaft that was causing crashes on arm64 * Add missing classes to postmortem info such as JSMap and JSSet
Diffstat (limited to 'lang/nodejs4/Makefile')
-rw-r--r--lang/nodejs4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nodejs4/Makefile b/lang/nodejs4/Makefile
index e70a2abf9cb..0c632650265 100644
--- a/lang/nodejs4/Makefile
+++ b/lang/nodejs4/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/06/24 16:12:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.18 2016/07/01 15:41:28 fhajny Exp $
-DISTNAME= node-v4.4.6
+DISTNAME= node-v4.4.7
.include "../../lang/nodejs/Makefile.common"
.include "../../mk/bsd.pkg.mk"