pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/npm npm: updated to 6.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc1eb01e80a0
branches:  trunk
changeset: 317515:dc1eb01e80a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 08 14:53:49 2019 +0000

description:
npm: updated to 6.5.0

v6.5.0:
NEW FEATURES
Backronym npm ci to npm clean-install.
Adds 'Homepage' to outdated --long output.

BUGFIXES
Fix sign-git-commit options. They were previously totally wrong.
Set lowercase headers for npm audit requests.
Fix npm edit handling of scoped packages.
Make summary output for npm ci go to stdout, not stderr.
Close the file descriptor during publish if exiting upload via an error. This will prevent strange error messages when the upload fails and make sure
cleanup happens correctly.

diffstat:

 lang/npm/Makefile |   8 ++++----
 lang/npm/PLIST    |  24 ++++++++++++------------
 lang/npm/distinfo |  10 +++++-----
 3 files changed, 21 insertions(+), 21 deletions(-)

diffs (113 lines):

diff -r c81e8afaab1e -r dc1eb01e80a0 lang/npm/Makefile
--- a/lang/npm/Makefile Tue Jan 08 14:51:10 2019 +0000
+++ b/lang/npm/Makefile Tue Jan 08 14:53:49 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/12/15 21:12:21 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/01/08 14:53:49 adam Exp $
 
-DISTNAME=      cli-6.4.1
+DISTNAME=      cli-6.5.0
 PKGNAME=       ${DISTNAME:S/cli/npm/}
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=npm/}
@@ -8,7 +8,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    fhajny%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/npm/cli/
+HOMEPAGE=      https://github.com/npm/cli
 COMMENT=       Package manager for JavaScript
 LICENSE=       artistic-2.0
 
@@ -35,7 +35,7 @@
 SUBST_MESSAGE.python=  Fixing path to Python
 SUBST_VARS.python=     PYTHONBIN
 
-CHECK_INTERPRETER_SKIP+=lib/node_modules/npm/*
+CHECK_INTERPRETER_SKIP+=       lib/node_modules/npm/*
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r c81e8afaab1e -r dc1eb01e80a0 lang/npm/PLIST
--- a/lang/npm/PLIST    Tue Jan 08 14:51:10 2019 +0000
+++ b/lang/npm/PLIST    Tue Jan 08 14:53:49 2019 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2018/09/07 11:51:10 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/01/08 14:53:49 adam Exp $
 bin/npm
 bin/npx
+lib/node_modules/npm/.licensee.json
 lib/node_modules/npm/.mailmap
 lib/node_modules/npm/.npmignore
 lib/node_modules/npm/.travis.yml
@@ -875,6 +876,7 @@
 lib/node_modules/npm/node_modules/ci-info/README.md
 lib/node_modules/npm/node_modules/ci-info/index.js
 lib/node_modules/npm/node_modules/ci-info/package.json
+lib/node_modules/npm/node_modules/ci-info/vendors.json
 lib/node_modules/npm/node_modules/cidr-regex/LICENSE
 lib/node_modules/npm/node_modules/cidr-regex/README.md
 lib/node_modules/npm/node_modules/cidr-regex/index.js
@@ -992,20 +994,10 @@
 lib/node_modules/npm/node_modules/concat-stream/index.js
 lib/node_modules/npm/node_modules/concat-stream/package.json
 lib/node_modules/npm/node_modules/concat-stream/readme.md
-lib/node_modules/npm/node_modules/config-chain/.npmignore
 lib/node_modules/npm/node_modules/config-chain/LICENCE
 lib/node_modules/npm/node_modules/config-chain/index.js
 lib/node_modules/npm/node_modules/config-chain/package.json
 lib/node_modules/npm/node_modules/config-chain/readme.markdown
-lib/node_modules/npm/node_modules/config-chain/test/broken.js
-lib/node_modules/npm/node_modules/config-chain/test/broken.json
-lib/node_modules/npm/node_modules/config-chain/test/chain-class.js
-lib/node_modules/npm/node_modules/config-chain/test/env.js
-lib/node_modules/npm/node_modules/config-chain/test/find-file.js
-lib/node_modules/npm/node_modules/config-chain/test/get.js
-lib/node_modules/npm/node_modules/config-chain/test/ignore-unfound-file.js
-lib/node_modules/npm/node_modules/config-chain/test/ini.js
-lib/node_modules/npm/node_modules/config-chain/test/save.js
 lib/node_modules/npm/node_modules/configstore/index.js
 lib/node_modules/npm/node_modules/configstore/license
 lib/node_modules/npm/node_modules/configstore/package.json
@@ -1467,7 +1459,7 @@
 lib/node_modules/npm/node_modules/got/readme.md
 lib/node_modules/npm/node_modules/graceful-fs/LICENSE
 lib/node_modules/npm/node_modules/graceful-fs/README.md
-lib/node_modules/npm/node_modules/graceful-fs/fs.js
+lib/node_modules/npm/node_modules/graceful-fs/clone.js
 lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
 lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js
 lib/node_modules/npm/node_modules/graceful-fs/package.json
@@ -3264,6 +3256,14 @@
 lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js
 lib/node_modules/npm/node_modules/tar/lib/winchars.js
 lib/node_modules/npm/node_modules/tar/lib/write-entry.js
+lib/node_modules/npm/node_modules/tar/node_modules/chownr/LICENSE
+lib/node_modules/npm/node_modules/tar/node_modules/chownr/README.md
+lib/node_modules/npm/node_modules/tar/node_modules/chownr/chownr.js
+lib/node_modules/npm/node_modules/tar/node_modules/chownr/package.json
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/LICENSE
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/README.md
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json
 lib/node_modules/npm/node_modules/tar/node_modules/yallist/LICENSE
 lib/node_modules/npm/node_modules/tar/node_modules/yallist/README.md
 lib/node_modules/npm/node_modules/tar/node_modules/yallist/iterator.js
diff -r c81e8afaab1e -r dc1eb01e80a0 lang/npm/distinfo
--- a/lang/npm/distinfo Tue Jan 08 14:51:10 2019 +0000
+++ b/lang/npm/distinfo Tue Jan 08 14:53:49 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2018/09/07 11:51:10 fhajny Exp $
+$NetBSD: distinfo,v 1.10 2019/01/08 14:53:49 adam Exp $
 
-SHA1 (cli-6.4.1.tar.gz) = e35a0e60c8640dc118b00b0289970d8b5f68441f
-RMD160 (cli-6.4.1.tar.gz) = 52a17e43d65c0695fe1fb6f132f744e2f19c061c
-SHA512 (cli-6.4.1.tar.gz) = a43e1ce34bd1107fffb2bf3d08448ea30c1c1342caa3f0f181d28f057b3a1069a4e2decf23f0c6f740c20a2e0a5abe15f2c1eec019c9b59f13a7fe457bb64abb
-Size (cli-6.4.1.tar.gz) = 5273568 bytes
+SHA1 (cli-6.5.0.tar.gz) = 3d089de1160b0b026981adbcfb2f0d32de0ede79
+RMD160 (cli-6.5.0.tar.gz) = 35b4edc3f5cadfc4d7d10de2df8c807a9d3586b0
+SHA512 (cli-6.5.0.tar.gz) = fdcd40b53d33c34cea752912ad907bac9a5e83f0e4439b9aaa47957094d1b9d0f6dbcab43149fe16ddd7ef953e3737b99268901d5ade7553ca5fd56d79782804
+Size (cli-6.5.0.tar.gz) = 6640269 bytes
 SHA1 (marked-0.4.0.tar.gz) = 30683c632ac803a64892cd0693945ceb13ce82fe
 RMD160 (marked-0.4.0.tar.gz) = 86384c2af08de6345b72c352ac17d3bcd2c2badd
 SHA512 (marked-0.4.0.tar.gz) = ceaa920bae6090431b7011e295a2bf1a923c5a1c17b3d5dab72ba52df845d59b830a017e6e3535cad937a5f2c5a7ebace2b5fb73f4ed65e12865a87ad158cb3f



Home | Main Index | Thread Index | Old Index