svn commit: r384781 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 26 12:28:02 UTC 2015
Author: sunpoet
Date: Sun Apr 26 12:28:00 2015
New Revision: 384781
URL: https://svnweb.freebsd.org/changeset/ports/384781
Log:
- Update to 2.8.4
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 Sun Apr 26 12:27:39 2015 (r384780)
+++ head/www/npm/Makefile Sun Apr 26 12:28:00 2015 (r384781)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= npm
-PORTVERSION= 2.8.3
+PORTVERSION= 2.8.4
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo Sun Apr 26 12:27:39 2015 (r384780)
+++ head/www/npm/distinfo Sun Apr 26 12:28:00 2015 (r384781)
@@ -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
Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist Sun Apr 26 12:27:39 2015 (r384780)
+++ head/www/npm/pkg-plist Sun Apr 26 12:28:00 2015 (r384781)
@@ -829,6 +829,7 @@ lib/node_modules/npm/node_modules/ini/te
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-p
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-ca
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/li
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
More information about the svn-ports-head
mailing list