diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-28 04:20:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-28 04:20:40 +0800 |
commit | 98ba9a0f331d0df7982aab567ad2ff1bf859daa1 (patch) | |
tree | f93d5ddccf00d84b471e0300cad17ddf94bf976c /www/npm | |
parent | a531d54358e77149387640ebdaee3a1668860ed5 (diff) | |
download | freebsd-ports-gnome-98ba9a0f331d0df7982aab567ad2ff1bf859daa1.tar.gz freebsd-ports-gnome-98ba9a0f331d0df7982aab567ad2ff1bf859daa1.tar.zst freebsd-ports-gnome-98ba9a0f331d0df7982aab567ad2ff1bf859daa1.zip |
- Update to 2.6.0
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 | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 00402e14a06b..97c894ee41b9 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet diff --git a/www/npm/distinfo b/www/npm/distinfo index cb11d6beb8ca..693bdfd7eee3 100644 --- a/www/npm/distinfo +++ b/www/npm/distinfo @@ -1,2 +1,2 @@ -SHA256 (npm-2.6.0.tar.xz) = d2fc48ca28c91c00a957d047b77bdd77bda77e5f82b228716b47b0de49c04918 -SIZE (npm-2.6.0.tar.xz) = 2050040 +SHA256 (npm-2.6.1.tar.xz) = 2a376c44efcba8899e77cab262afbb93795f98d80ac5b7ebe546e9b5fc8fc00a +SIZE (npm-2.6.1.tar.xz) = 2053508 diff --git a/www/npm/pkg-plist b/www/npm/pkg-plist index dd7286880ff6..ab6538351eab 100644 --- a/www/npm/pkg-plist +++ b/www/npm/pkg-plist @@ -423,6 +423,7 @@ lib/node_modules/npm/lib/utils/read-local-package.js lib/node_modules/npm/lib/utils/spawn.js lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/utils/umask.js +lib/node_modules/npm/lib/utils/warn-deprecated.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js lib/node_modules/npm/lib/visnup.js @@ -2057,6 +2058,7 @@ lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/bad lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/package.json lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/package.json lib/node_modules/npm/test/tap/outdated-color.js +lib/node_modules/npm/test/tap/outdated-depth-deep.js lib/node_modules/npm/test/tap/outdated-depth.js lib/node_modules/npm/test/tap/outdated-depth/README.md lib/node_modules/npm/test/tap/outdated-depth/index.js |