pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/npm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 16 10:30:59 UTC 2020

Modified Files:
        pkgsrc/lang/npm: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/npm/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/npm/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/npm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/npm/Makefile
diff -u pkgsrc/lang/npm/Makefile:1.30 pkgsrc/lang/npm/Makefile:1.31
--- pkgsrc/lang/npm/Makefile:1.30       Sun Dec 29 16:22:42 2019
+++ pkgsrc/lang/npm/Makefile    Thu Jan 16 10:30:59 2020
@@ -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/}

Index: pkgsrc/lang/npm/PLIST
diff -u pkgsrc/lang/npm/PLIST:1.15 pkgsrc/lang/npm/PLIST:1.16
--- pkgsrc/lang/npm/PLIST:1.15  Sun Dec 29 16:22:42 2019
+++ pkgsrc/lang/npm/PLIST       Thu Jan 16 10:30:59 2020
@@ -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/CONTRIBUTING.md
 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

Index: pkgsrc/lang/npm/distinfo
diff -u pkgsrc/lang/npm/distinfo:1.21 pkgsrc/lang/npm/distinfo:1.22
--- pkgsrc/lang/npm/distinfo:1.21       Sun Dec 29 16:22:42 2019
+++ pkgsrc/lang/npm/distinfo    Thu Jan 16 10:30:59 2020
@@ -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