pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs4 Update lang/nodejs4 to 4.4.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45ad1513baab
branches:  trunk
changeset: 349177:45ad1513baab
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Jul 01 15:41:28 2016 +0000

description:
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:

 lang/nodejs4/Makefile |   4 +-
 lang/nodejs4/PLIST    |  82 ++++++++++++++++++++++++++++++++------------------
 lang/nodejs4/distinfo |  10 +++---
 3 files changed, 59 insertions(+), 37 deletions(-)

diffs (211 lines):

diff -r 4b5bb5c235c0 -r 45ad1513baab lang/nodejs4/Makefile
--- a/lang/nodejs4/Makefile     Fri Jul 01 07:47:48 2016 +0000
+++ b/lang/nodejs4/Makefile     Fri Jul 01 15:41:28 2016 +0000
@@ -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"
diff -r 4b5bb5c235c0 -r 45ad1513baab lang/nodejs4/PLIST
--- a/lang/nodejs4/PLIST        Fri Jul 01 07:47:48 2016 +0000
+++ b/lang/nodejs4/PLIST        Fri Jul 01 15:41:28 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/05/24 19:43:30 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/07/01 15:41:28 fhajny Exp $
 bin/node
 bin/npm
 include/node/android-ifaddrs.h
@@ -45,6 +45,7 @@
 lib/node_modules/npm/LICENSE
 lib/node_modules/npm/Makefile
 lib/node_modules/npm/README.md
+lib/node_modules/npm/appveyor.yml
 lib/node_modules/npm/bin/node-gyp-bin/node-gyp
 lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
 lib/node_modules/npm/bin/npm
@@ -476,14 +477,10 @@
 lib/node_modules/npm/man/man7/npm-scripts.7
 lib/node_modules/npm/man/man7/removing-npm.7
 lib/node_modules/npm/man/man7/semver.7
-lib/node_modules/npm/node_modules/abbrev/.npmignore
-lib/node_modules/npm/node_modules/abbrev/.travis.yml
-lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md
 lib/node_modules/npm/node_modules/abbrev/LICENSE
 lib/node_modules/npm/node_modules/abbrev/README.md
 lib/node_modules/npm/node_modules/abbrev/abbrev.js
 lib/node_modules/npm/node_modules/abbrev/package.json
-lib/node_modules/npm/node_modules/abbrev/test.js
 lib/node_modules/npm/node_modules/ansi-regex/index.js
 lib/node_modules/npm/node_modules/ansi-regex/license
 lib/node_modules/npm/node_modules/ansi-regex/package.json
@@ -676,10 +673,14 @@
 lib/node_modules/npm/node_modules/github-url-from-username-repo/index.js
 lib/node_modules/npm/node_modules/github-url-from-username-repo/package.json
 lib/node_modules/npm/node_modules/glob/LICENSE
-lib/node_modules/npm/node_modules/glob/README.md
 lib/node_modules/npm/node_modules/glob/changelog.md
 lib/node_modules/npm/node_modules/glob/common.js
 lib/node_modules/npm/node_modules/glob/glob.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/LICENSE
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/README.md
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/index.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/old.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/package.json
 lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/index.js
 lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/license
 lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/package.json
@@ -709,7 +710,6 @@
 lib/node_modules/npm/node_modules/inflight/README.md
 lib/node_modules/npm/node_modules/inflight/inflight.js
 lib/node_modules/npm/node_modules/inflight/package.json
-lib/node_modules/npm/node_modules/inflight/test.js
 lib/node_modules/npm/node_modules/inherits/LICENSE
 lib/node_modules/npm/node_modules/inherits/README.md
 lib/node_modules/npm/node_modules/inherits/inherits.js
@@ -1517,11 +1517,14 @@
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/test.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.npmignore
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.travis.yml
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/Makefile
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/README.md
-lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/build/build.js
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/component.json
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/index.js
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/test.js
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/index.js
 lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/license.md
@@ -1569,13 +1572,8 @@
 lib/node_modules/npm/node_modules/npm-user-validate/README.md
 lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js
 lib/node_modules/npm/node_modules/npm-user-validate/package.json
-lib/node_modules/npm/node_modules/npmlog/.nyc_output/64996.json
-lib/node_modules/npm/node_modules/npmlog/.nyc_output/64998.json
-lib/node_modules/npm/node_modules/npmlog/.nyc_output/65000.json
-lib/node_modules/npm/node_modules/npmlog/.travis.yml
 lib/node_modules/npm/node_modules/npmlog/LICENSE
 lib/node_modules/npm/node_modules/npmlog/README.md
-lib/node_modules/npm/node_modules/npmlog/example.js
 lib/node_modules/npm/node_modules/npmlog/log.js
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
@@ -1606,23 +1604,51 @@
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/progress-bar.js
 lib/node_modules/npm/node_modules/npmlog/package.json
@@ -1718,7 +1744,7 @@
 lib/node_modules/npm/node_modules/readable-stream/.travis.yml
 lib/node_modules/npm/node_modules/readable-stream/LICENSE
 lib/node_modules/npm/node_modules/readable-stream/README.md
-lib/node_modules/npm/node_modules/readable-stream/doc/stream.markdown
+lib/node_modules/npm/node_modules/readable-stream/doc/stream.md
 lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
 lib/node_modules/npm/node_modules/readable-stream/duplex.js
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js
@@ -1726,6 +1752,10 @@
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/index.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/license.md
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/package.json
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/readme.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/LICENSE
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch
@@ -2483,14 +2513,6 @@
 lib/node_modules/npm/node_modules/which/README.md
 lib/node_modules/npm/node_modules/which/bin/which
 lib/node_modules/npm/node_modules/which/changelog.sh
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/LICENSE-MIT
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/README.md
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json
 lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore
 lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE
 lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md
diff -r 4b5bb5c235c0 -r 45ad1513baab lang/nodejs4/distinfo
--- a/lang/nodejs4/distinfo     Fri Jul 01 07:47:48 2016 +0000
+++ b/lang/nodejs4/distinfo     Fri Jul 01 15:41:28 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2016/06/24 16:12:01 fhajny Exp $
+$NetBSD: distinfo,v 1.15 2016/07/01 15:41:28 fhajny Exp $
 
-SHA1 (node-v4.4.6.tar.gz) = be7fe20157a0afb6b8dd22ec0b8ac0873e9a8eab
-RMD160 (node-v4.4.6.tar.gz) = e3b5004a2bf8a79969647cbce4fffcd43352d455
-SHA512 (node-v4.4.6.tar.gz) = 8dc491a9b3efeff315dd4340c39e9dfe01682b8931b70146a4d01c6f37eea8fe08e9dd2c528d150e194a9b715bb9c0b60ea0c9f0dad202c1396d12fc5af3c980
-Size (node-v4.4.6.tar.gz) = 22675490 bytes
+SHA1 (node-v4.4.7.tar.gz) = 746e43796376b3d9ae9e1e8d28f83d0bd7282344
+RMD160 (node-v4.4.7.tar.gz) = 8e5e492de0ce39e7af1ed32dfe4c900973994b7b
+SHA512 (node-v4.4.7.tar.gz) = 337ea1c79a463bac0a5eefadcadcd3a1bf521abca8524802ce3d32550e5bc1b523710b2b5dd8a79df4cf70b165bc299d82687c14f4af074e8ac0983cc0e00478
+Size (node-v4.4.7.tar.gz) = 22615690 bytes
 SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50



Home | Main Index | Thread Index | Old Index