diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-26 20:28:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-26 20:28:00 +0800 |
commit | 2354e34ac64d48f44d98f6dbde645da77d23acb7 (patch) | |
tree | 3c144e906cf20c678465107fcfc03cf817bc0be7 /www/npm | |
parent | 6444123e8527cae35308d5536d4a5ce67730e904 (diff) | |
download | freebsd-ports-gnome-2354e34ac64d48f44d98f6dbde645da77d23acb7.tar.gz freebsd-ports-gnome-2354e34ac64d48f44d98f6dbde645da77d23acb7.tar.zst freebsd-ports-gnome-2354e34ac64d48f44d98f6dbde645da77d23acb7.zip |
- Update to 2.8.4
Changes: https://github.com/npm/npm/releases
Diffstat (limited to 'www/npm')
-rw-r--r-- | www/npm/Makefile | 2 | ||||
-rw-r--r-- | www/npm/distinfo | 4 | ||||
-rw-r--r-- | www/npm/pkg-plist | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 6f9500ce5372..50bec7685329 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.8.3 +PORTVERSION= 2.8.4 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet diff --git a/www/npm/distinfo b/www/npm/distinfo index 910038d0bb9c..6b088eccc0e1 100644 --- a/www/npm/distinfo +++ b/www/npm/distinfo @@ -1,2 +1,2 @@ -SHA256 (npm-2.8.3.tar.xz) = aaa037801274a9436fab9662aa75d9168ca4992e9805f1b35c7f0a54eed5b55f -SIZE (npm-2.8.3.tar.xz) = 2244552 +SHA256 (npm-2.8.4.tar.xz) = 788d26901a0d67f8956f27e8977b9bbb667397981cee692164c04cb32764d96b +SIZE (npm-2.8.4.tar.xz) = 2252512 diff --git a/www/npm/pkg-plist b/www/npm/pkg-plist index 3602f1df5b36..c5be4d9c4959 100644 --- a/www/npm/pkg-plist +++ b/www/npm/pkg-plist @@ -829,6 +829,7 @@ lib/node_modules/npm/node_modules/ini/test/bar.js lib/node_modules/npm/node_modules/ini/test/fixtures/foo.ini lib/node_modules/npm/node_modules/ini/test/foo.js lib/node_modules/npm/node_modules/init-package-json/.npmignore +lib/node_modules/npm/node_modules/init-package-json/.travis.yml lib/node_modules/npm/node_modules/init-package-json/LICENSE lib/node_modules/npm/node_modules/init-package-json/README.md lib/node_modules/npm/node_modules/init-package-json/default-input.js @@ -873,7 +874,9 @@ lib/node_modules/npm/node_modules/init-package-json/package.json lib/node_modules/npm/node_modules/init-package-json/test/basic.input lib/node_modules/npm/node_modules/init-package-json/test/basic.js lib/node_modules/npm/node_modules/init-package-json/test/npm-defaults.js +lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config.js lib/node_modules/npm/node_modules/init-package-json/test/scope.js +lib/node_modules/npm/node_modules/init-package-json/test/yes-defaults.js lib/node_modules/npm/node_modules/lockfile/LICENSE lib/node_modules/npm/node_modules/lockfile/README.md lib/node_modules/npm/node_modules/lockfile/lockfile.js @@ -889,7 +892,6 @@ 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/lib/lru-cache.js lib/node_modules/npm/node_modules/lru-cache/package.json -lib/node_modules/npm/node_modules/lru-cache/t.js lib/node_modules/npm/node_modules/lru-cache/test/basic.js lib/node_modules/npm/node_modules/lru-cache/test/foreach.js lib/node_modules/npm/node_modules/lru-cache/test/memory-leak.js @@ -2180,8 +2182,10 @@ lib/node_modules/npm/node_modules/tar/lib/parse.js lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/tar/tar.js lib/node_modules/npm/node_modules/tar/test/00-setup-fixtures.js +lib/node_modules/npm/node_modules/tar/test/cb-never-called-1.0.1.tgz lib/node_modules/npm/node_modules/tar/test/dir-normalization.js lib/node_modules/npm/node_modules/tar/test/dir-normalization.tar +lib/node_modules/npm/node_modules/tar/test/error-on-broken.js lib/node_modules/npm/node_modules/tar/test/extract-move.js lib/node_modules/npm/node_modules/tar/test/extract.js lib/node_modules/npm/node_modules/tar/test/fixtures.tgz |