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.13.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00fac7457ce1
branches:  trunk
changeset: 421469:00fac7457ce1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 16 10:30:59 2020 +0000

description:
npm: updated to 6.13.6

6.13.6:

DEPENDENCIES
pacote@9.5.12:
* fix(git): Do not drop uid/gid when executing in root-owned directory

6.13.5:

BUG FIXES
Fix cache location for npm ci
fix(version): using 'allow-same-version', git commit --allow-empty and git tag -f

TESTING
test(ci): add failing cache config test
test: fix bin-overwriting test on Windows
ci: Allow builds to run even if one fails
Remove the unused appveyor.yml
ci: switch to actions/checkout@v2

DOCUMENTATION
fix netlify publish path config
update gatsby dependencies
docs: clarify usage of global prefix

diffstat:

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

diffs (47 lines):

diff -r 05d617b45f3e -r 00fac7457ce1 lang/npm/Makefile
--- a/lang/npm/Makefile Thu Jan 16 10:20:25 2020 +0000
+++ b/lang/npm/Makefile Thu Jan 16 10:30:59 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/12/29 16:22:42 adam Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/16 10:30:59 adam Exp $
 
-DISTNAME=      cli-6.13.4
+DISTNAME=      cli-6.13.6
 PKGNAME=       ${DISTNAME:S/cli/npm/}
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=npm/}
diff -r 05d617b45f3e -r 00fac7457ce1 lang/npm/PLIST
--- a/lang/npm/PLIST    Thu Jan 16 10:20:25 2020 +0000
+++ b/lang/npm/PLIST    Thu Jan 16 10:30:59 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2019/12/29 16:22:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/01/16 10:30:59 adam Exp $
 bin/npm
 bin/npx
 lib/node_modules/npm/.licensee.json
@@ -11,7 +11,6 @@
 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
diff -r 05d617b45f3e -r 00fac7457ce1 lang/npm/distinfo
--- a/lang/npm/distinfo Thu Jan 16 10:20:25 2020 +0000
+++ b/lang/npm/distinfo Thu Jan 16 10:30:59 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2019/12/29 16:22:42 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/01/16 10:30:59 adam Exp $
 
-SHA1 (cli-6.13.4.tar.gz) = 7b3656faf900e999838cb9cfceecf1e9e89d4a48
-RMD160 (cli-6.13.4.tar.gz) = 4361cf8e56c573c62e3919271355d019beffd76e
-SHA512 (cli-6.13.4.tar.gz) = 0b7b591bb73ea0ca25a5675e6c01c6289bdc85fd22cea399d0b7a0e428bda838d1f4ac279ee674de6ed7fcd1f3d2e91a3c8bd023ea8eaef211b8f4cee7ec718a
-Size (cli-6.13.4.tar.gz) = 5660059 bytes
+SHA1 (cli-6.13.6.tar.gz) = 97e8fdc162cf3340bb71b6ea1b3253c5b0e9a8e4
+RMD160 (cli-6.13.6.tar.gz) = 5637ab5ec3295f51f919807b5860fa51d48027ca
+SHA512 (cli-6.13.6.tar.gz) = 962c3918c96191e87130a71c83c18ddb9b98a4d5bbe1ced6e13176d5a989db0dd1cefd9fadbe199b8232d602ac0186fc7e2509406db76474c6937f144e4d940c
+Size (cli-6.13.6.tar.gz) = 5670580 bytes
 SHA1 (patch-Makefile) = 50cc950719f06198b7dffc8c740f08f3e5d4bb57
 SHA1 (patch-lib_config_defaults.js) = 5a00cbef781c9ab4efcec41ad781987f3f540886
 SHA1 (patch-node__modules_bin-links_index.js) = adbabdccde34483973ba134aa461b48ba690b5a2



Home | Main Index | Thread Index | Old Index