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 24 08:31:18 UTC 2019
Modified Files:
pkgsrc/lang/npm: Makefile PLIST distinfo
Log Message:
npm: updated to 6.7.0
v6.7.0:
Hey y'all! This is a quick hotfix release that includes some important fixes to npm@6.6.0 related to the large rewrite/refactor. We're tagging it as a feature release because the changes involve some
minor new features, and semver is semver, but there's nothing major here.
NEW FEATURES
Improve usage errors to npm org commands and add optional filtering to npm org ls subcommand.
BUGFIXES
Fix default usage printout for npm org so you actually see how it's supposed to be used.
fix default usage message for npm hook
DOCS
Add manpage for npm org command.
DEPENDENCY BUMPS
Fall back to "fullfat" packuments on ETARGET errors. This will make it so that, when a package is published but the corgi follower hasn't caught up, users can still install a freshly-published
package.
Fixes auth error for username/password legacy authentication.
Fixes issue with "cannot run in wd" errors for run-scripts.
Fixes issues with leaking signal-exit instances and file descriptors.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/npm/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/npm/PLIST
cvs rdiff -u -r1.11 -r1.12 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.16 pkgsrc/lang/npm/Makefile:1.17
--- pkgsrc/lang/npm/Makefile:1.16 Tue Jan 22 11:19:17 2019
+++ pkgsrc/lang/npm/Makefile Thu Jan 24 08:31:18 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/01/22 11:19:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/01/24 08:31:18 adam Exp $
-DISTNAME= cli-6.6.0
+DISTNAME= cli-6.7.0
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.8 pkgsrc/lang/npm/PLIST:1.9
--- pkgsrc/lang/npm/PLIST:1.8 Tue Jan 22 11:19:17 2019
+++ pkgsrc/lang/npm/PLIST Thu Jan 24 08:31:18 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/01/22 11:19:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/01/24 08:31:18 adam Exp $
bin/npm
bin/npx
lib/node_modules/npm/.licensee.json
@@ -54,6 +54,7 @@ lib/node_modules/npm/doc/cli/npm-install
lib/node_modules/npm/doc/cli/npm-link.md
lib/node_modules/npm/doc/cli/npm-logout.md
lib/node_modules/npm/doc/cli/npm-ls.md
+lib/node_modules/npm/doc/cli/npm-org.md
lib/node_modules/npm/doc/cli/npm-outdated.md
lib/node_modules/npm/doc/cli/npm-owner.md
lib/node_modules/npm/doc/cli/npm-pack.md
@@ -131,6 +132,7 @@ lib/node_modules/npm/html/doc/cli/npm-in
lib/node_modules/npm/html/doc/cli/npm-link.html
lib/node_modules/npm/html/doc/cli/npm-logout.html
lib/node_modules/npm/html/doc/cli/npm-ls.html
+lib/node_modules/npm/html/doc/cli/npm-org.html
lib/node_modules/npm/html/doc/cli/npm-outdated.html
lib/node_modules/npm/html/doc/cli/npm-owner.html
lib/node_modules/npm/html/doc/cli/npm-pack.html
@@ -408,6 +410,7 @@ lib/node_modules/npm/man/man1/npm-instal
lib/node_modules/npm/man/man1/npm-link.1
lib/node_modules/npm/man/man1/npm-logout.1
lib/node_modules/npm/man/man1/npm-ls.1
+lib/node_modules/npm/man/man1/npm-org.1
lib/node_modules/npm/man/man1/npm-outdated.1
lib/node_modules/npm/man/man1/npm-owner.1
lib/node_modules/npm/man/man1/npm-pack.1
@@ -2051,16 +2054,6 @@ lib/node_modules/npm/node_modules/libnpm
lib/node_modules/npm/node_modules/libnpm/logical-tree.js
lib/node_modules/npm/node_modules/libnpm/login.js
lib/node_modules/npm/node_modules/libnpm/manifest.js
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/CHANGELOG.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/LICENSE
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/README.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/index.js
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/package.json
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/CHANGELOG.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/LICENSE.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/README.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/index.js
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/package.json
lib/node_modules/npm/node_modules/libnpm/org.js
lib/node_modules/npm/node_modules/libnpm/package.json
lib/node_modules/npm/node_modules/libnpm/packument.js
@@ -2149,11 +2142,6 @@ lib/node_modules/npm/node_modules/libnpm
lib/node_modules/npm/node_modules/libnpmpublish/README.md
lib/node_modules/npm/node_modules/libnpmpublish/appveyor.yml
lib/node_modules/npm/node_modules/libnpmpublish/index.js
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/CHANGELOG.md
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/LICENSE
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/README.md
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/index.js
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/package.json
lib/node_modules/npm/node_modules/libnpmpublish/package.json
lib/node_modules/npm/node_modules/libnpmpublish/publish.js
lib/node_modules/npm/node_modules/libnpmpublish/test/publish.js
@@ -3885,6 +3873,7 @@ lib/node_modules/npm/node_modules/wrappy
lib/node_modules/npm/node_modules/wrappy/README.md
lib/node_modules/npm/node_modules/wrappy/package.json
lib/node_modules/npm/node_modules/wrappy/wrappy.js
+lib/node_modules/npm/node_modules/write-file-atomic/CHANGELOG.md
lib/node_modules/npm/node_modules/write-file-atomic/LICENSE
lib/node_modules/npm/node_modules/write-file-atomic/README.md
lib/node_modules/npm/node_modules/write-file-atomic/index.js
@@ -4005,6 +3994,7 @@ man/man1/npm-install.1
man/man1/npm-link.1
man/man1/npm-logout.1
man/man1/npm-ls.1
+man/man1/npm-org.1
man/man1/npm-outdated.1
man/man1/npm-owner.1
man/man1/npm-pack.1
Index: pkgsrc/lang/npm/distinfo
diff -u pkgsrc/lang/npm/distinfo:1.11 pkgsrc/lang/npm/distinfo:1.12
--- pkgsrc/lang/npm/distinfo:1.11 Tue Jan 22 11:19:17 2019
+++ pkgsrc/lang/npm/distinfo Thu Jan 24 08:31:18 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2019/01/22 11:19:17 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/01/24 08:31:18 adam Exp $
-SHA1 (cli-6.6.0.tar.gz) = ba5c4d1c42324111fe28b773d369396d762a1091
-RMD160 (cli-6.6.0.tar.gz) = 79c4864164ee667c9a5ecee09d812bdac15dfb11
-SHA512 (cli-6.6.0.tar.gz) = c0aa5459aa26c85a9ed9c10823c81f39f471c30e66208b212b7363f2667741d82c4746573be9e15a15b072eb946e8dfb4a9e97e0501a17ec85c6a708b550c4f3
-Size (cli-6.6.0.tar.gz) = 5675037 bytes
+SHA1 (cli-6.7.0.tar.gz) = eea44481baf00cfca5ef5bb519136f72e42e53f5
+RMD160 (cli-6.7.0.tar.gz) = 152bc215879d0a54a7f94067ca1ec4cabd9c5982
+SHA512 (cli-6.7.0.tar.gz) = 90f858eb880e89ac9514c83764ef4ba9b74e7f80cc040e3b812f8b9fa84393352701324c85278d18a99346d75eab418bc63dc5c4cfdd1fda9bf10a8c1445797a
+Size (cli-6.7.0.tar.gz) = 5668263 bytes
SHA1 (marked-0.6.0.tar.gz) = 807809ccc45947a1b3d7ecf7801a5df67c3f5a85
RMD160 (marked-0.6.0.tar.gz) = b3a69bdf788b4cfbbe15c0588a1c81ea8d91a273
SHA512 (marked-0.6.0.tar.gz) = 3efbda7b2ed8a5d75948805f2835b4e985ab81ccd68548db7f939173042693d6f1bec5dfea696430a4a2dbab424bbf5a21f14de462f5a7eb322311e7196452f9
Home |
Main Index |
Thread Index |
Old Index