svn commit: r387136 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 23 15:29:34 UTC 2015
Author: sunpoet
Date: Sat May 23 15:29:33 2015
New Revision: 387136
URL: https://svnweb.freebsd.org/changeset/ports/387136
Log:
- Update to 2.10.1
Changes: https://github.com/npm/npm/releases
Modified:
head/www/npm/Makefile
head/www/npm/distinfo
head/www/npm/pkg-plist
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Sat May 23 15:29:28 2015 (r387135)
+++ head/www/npm/Makefile Sat May 23 15:29:33 2015 (r387136)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= npm
-PORTVERSION= 2.10.0
+PORTVERSION= 2.10.1
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo Sat May 23 15:29:28 2015 (r387135)
+++ head/www/npm/distinfo Sat May 23 15:29:33 2015 (r387136)
@@ -1,2 +1,2 @@
-SHA256 (npm-2.10.0.tar.xz) = 6303627a5ff761d955cb7697773f0d97e86c7206b60d40b4a397a5cc0877ebc2
-SIZE (npm-2.10.0.tar.xz) = 2322272
+SHA256 (npm-2.10.1.tar.xz) = 82733b9390b14da862d47adb1d43c4e86747d856351166d70bb802d9b2762367
+SIZE (npm-2.10.1.tar.xz) = 2326456
Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist Sat May 23 15:29:28 2015 (r387135)
+++ head/www/npm/pkg-plist Sat May 23 15:29:33 2015 (r387136)
@@ -903,8 +903,6 @@ lib/node_modules/npm/node_modules/lru-ca
lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS
lib/node_modules/npm/node_modules/lru-cache/LICENSE
lib/node_modules/npm/node_modules/lru-cache/README.md
-lib/node_modules/npm/node_modules/lru-cache/bar.js
-lib/node_modules/npm/node_modules/lru-cache/foo.js
lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js
lib/node_modules/npm/node_modules/lru-cache/package.json
lib/node_modules/npm/node_modules/lru-cache/test/basic.js
@@ -948,7 +946,6 @@ lib/node_modules/npm/node_modules/minima
lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js
lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js
lib/node_modules/npm/node_modules/minimatch/package.json
-lib/node_modules/npm/node_modules/mkdirp/.npmignore
lib/node_modules/npm/node_modules/mkdirp/.travis.yml
lib/node_modules/npm/node_modules/mkdirp/LICENSE
lib/node_modules/npm/node_modules/mkdirp/README.markdown
@@ -2250,7 +2247,16 @@ lib/node_modules/npm/node_modules/umask/
lib/node_modules/npm/node_modules/which/LICENSE
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/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/package.json
+lib/node_modules/npm/node_modules/which/test/basic.js
lib/node_modules/npm/node_modules/which/which.js
lib/node_modules/npm/node_modules/wrappy/LICENSE
lib/node_modules/npm/node_modules/wrappy/README.md
@@ -2370,6 +2376,8 @@ lib/node_modules/npm/test/tap/00-config-
lib/node_modules/npm/test/tap/00-verify-bundle-deps.js
lib/node_modules/npm/test/tap/00-verify-ls-ok.js
lib/node_modules/npm/test/tap/404-parent.js
+lib/node_modules/npm/test/tap/404-private-registry-scoped.js
+lib/node_modules/npm/test/tap/404-private-registry.js
lib/node_modules/npm/test/tap/access.js
lib/node_modules/npm/test/tap/add-remote-git-fake-windows.js
lib/node_modules/npm/test/tap/add-remote-git-file.js
More information about the svn-ports-all
mailing list