diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-29 04:08:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-29 04:08:15 +0800 |
commit | ddcc6bd12f2da10b4168b72e48fa52c487ac0dfb (patch) | |
tree | 81d2b58f53abb75d76318cb41f33da50344daf5d /www/npm | |
parent | 7522e55f1a7621d84131707c298781b2dbb7915a (diff) | |
download | freebsd-ports-gnome-ddcc6bd12f2da10b4168b72e48fa52c487ac0dfb.tar.gz freebsd-ports-gnome-ddcc6bd12f2da10b4168b72e48fa52c487ac0dfb.tar.zst freebsd-ports-gnome-ddcc6bd12f2da10b4168b72e48fa52c487ac0dfb.zip |
- Update to 1.2.15
Changes: https://github.com/isaacs/npm/commits/master
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 | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 7f0590d391c1..c4e41d0a6946 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.15 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet diff --git a/www/npm/distinfo b/www/npm/distinfo index f10d4598371a..42c4bbe9e35f 100644 --- a/www/npm/distinfo +++ b/www/npm/distinfo @@ -1,2 +1,2 @@ -SHA256 (npm-1.2.12.tar.xz) = 7995b58fa3f668937a18b4ec55b1a0f84de9b92557ecd712434997c61097b3fd -SIZE (npm-1.2.12.tar.xz) = 1608864 +SHA256 (npm-1.2.15.tar.xz) = 310361e419c1e02af2b57698a969dcf89f5f16030905b77bdd87347f1274cc4e +SIZE (npm-1.2.15.tar.xz) = 1613216 diff --git a/www/npm/pkg-plist b/www/npm/pkg-plist index 462fa839caec..fbe87ed88ecb 100644 --- a/www/npm/pkg-plist +++ b/www/npm/pkg-plist @@ -323,6 +323,12 @@ lib/node_modules/npm/node_modules/block-stream/test/nopad.js lib/node_modules/npm/node_modules/block-stream/test/pause-resume.js lib/node_modules/npm/node_modules/block-stream/test/thorough.js lib/node_modules/npm/node_modules/block-stream/test/two-stream.js +lib/node_modules/npm/node_modules/chmodr/LICENSE +lib/node_modules/npm/node_modules/chmodr/README.md +lib/node_modules/npm/node_modules/chmodr/chmodr.js +lib/node_modules/npm/node_modules/chmodr/package.json +lib/node_modules/npm/node_modules/chmodr/test/basic.js +lib/node_modules/npm/node_modules/chmodr/test/sync.js lib/node_modules/npm/node_modules/chownr/LICENCE lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js @@ -390,6 +396,7 @@ lib/node_modules/npm/node_modules/glob/test/bash-comparison.js lib/node_modules/npm/node_modules/glob/test/bash-results.json lib/node_modules/npm/node_modules/glob/test/cwd-test.js lib/node_modules/npm/node_modules/glob/test/mark.js +lib/node_modules/npm/node_modules/glob/test/nocase-nomagic.js lib/node_modules/npm/node_modules/glob/test/pause-resume.js lib/node_modules/npm/node_modules/glob/test/root-nomount.js lib/node_modules/npm/node_modules/glob/test/root.js @@ -450,6 +457,8 @@ 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/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 lib/node_modules/npm/node_modules/minimatch/.travis.yml lib/node_modules/npm/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/minimatch/README.md @@ -2331,6 +2340,8 @@ lib/node_modules/npm/test/update-test.sh @dirrm lib/node_modules/npm/node_modules/fstream-npm @dirrm lib/node_modules/npm/node_modules/fstream @dirrm lib/node_modules/npm/node_modules/chownr +@dirrm lib/node_modules/npm/node_modules/chmodr/test +@dirrm lib/node_modules/npm/node_modules/chmodr @dirrm lib/node_modules/npm/node_modules/block-stream/test @dirrm lib/node_modules/npm/node_modules/block-stream/bench @dirrm lib/node_modules/npm/node_modules/block-stream |