diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-27 20:20:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-27 20:20:40 +0000 |
commit | 4a4893e8fbf74ac82de5d58aa137d4d2221b87f1 (patch) | |
tree | f93d5ddccf00d84b471e0300cad17ddf94bf976c /www/npm | |
parent | f05cb1086310ec1f1d24255a059dcbe1d60dfbde (diff) | |
download | ports-4a4893e8fbf74ac82de5d58aa137d4d2221b87f1.tar.gz ports-4a4893e8fbf74ac82de5d58aa137d4d2221b87f1.zip |
- Update to 2.6.0
Changes: https://github.com/npm/npm/releases
Notes
Notes:
svn path=/head/; revision=380123
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 |