Date: Sun, 10 May 2015 12:45:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385945 - head/www/npm Message-ID: <201505101245.t4ACjG2l010759@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 10 12:45:15 2015 New Revision: 385945 URL: https://svnweb.freebsd.org/changeset/ports/385945 Log: - Update to 2.9.1 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 May 10 12:45:11 2015 (r385944) +++ head/www/npm/Makefile Sun May 10 12:45:15 2015 (r385945) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.8.4 +PORTVERSION= 2.9.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun May 10 12:45:11 2015 (r385944) +++ head/www/npm/distinfo Sun May 10 12:45:15 2015 (r385945) @@ -1,2 +1,2 @@ -SHA256 (npm-2.8.4.tar.xz) = 788d26901a0d67f8956f27e8977b9bbb667397981cee692164c04cb32764d96b -SIZE (npm-2.8.4.tar.xz) = 2252512 +SHA256 (npm-2.9.1.tar.xz) = eee162cf23703d1a8c27e2d5dd49ffb947ee2ddf344cdb0276c7ca2ab728579d +SIZE (npm-2.9.1.tar.xz) = 2303704 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun May 10 12:45:11 2015 (r385944) +++ head/www/npm/pkg-plist Sun May 10 12:45:15 2015 (r385945) @@ -413,6 +413,7 @@ lib/node_modules/npm/lib/utils/completio lib/node_modules/npm/lib/utils/depr-check.js lib/node_modules/npm/lib/utils/error-handler.js lib/node_modules/npm/lib/utils/gently-rm.js +lib/node_modules/npm/lib/utils/get-publish-config.js lib/node_modules/npm/lib/utils/git.js lib/node_modules/npm/lib/utils/lifecycle.js lib/node_modules/npm/lib/utils/link.js @@ -873,6 +874,9 @@ lib/node_modules/npm/node_modules/init-p 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/lib/common.js +lib/node_modules/npm/node_modules/init-package-json/test/name-spaces.js +lib/node_modules/npm/node_modules/init-package-json/test/name-uppercase.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 @@ -890,12 +894,13 @@ lib/node_modules/npm/node_modules/lru-ca lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS 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/bar.js +lib/node_modules/npm/node_modules/lru-cache/foo.js 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/lru-cache/test/timeout.js lib/node_modules/npm/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/minimatch/README.md lib/node_modules/npm/node_modules/minimatch/browser.js @@ -2269,6 +2274,10 @@ lib/node_modules/npm/test/fixtures/confi lib/node_modules/npm/test/fixtures/config/package.json lib/node_modules/npm/test/fixtures/config/userconfig lib/node_modules/npm/test/fixtures/forked-underscore-1.5.1.tgz +lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-dummy-npm-bar.git.tar.gz +lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-dummy-npm-buzz.git.tar.gz +lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-dummy-npm-foo.git.tar.gz +lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-npm-git-test.git.tar.gz lib/node_modules/npm/test/fixtures/gitignore-and-npmignore-2.tar lib/node_modules/npm/test/fixtures/gitignore-and-npmignore.tar lib/node_modules/npm/test/fixtures/gitignore-and-npmignore.tgz @@ -2349,6 +2358,7 @@ lib/node_modules/npm/test/tap/add-remote lib/node_modules/npm/test/tap/add-remote-git.js lib/node_modules/npm/test/tap/adduser-always-auth.js lib/node_modules/npm/test/tap/adduser-legacy-auth.js +lib/node_modules/npm/test/tap/bin.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds.js lib/node_modules/npm/test/tap/bitbucket-shortcut-package.js @@ -2388,6 +2398,7 @@ lib/node_modules/npm/test/tap/git-cache- lib/node_modules/npm/test/tap/git-cache-no-hooks.js lib/node_modules/npm/test/tap/git-dependency-install-link.js lib/node_modules/npm/test/tap/git-npmignore.js +lib/node_modules/npm/test/tap/git-races.js lib/node_modules/npm/test/tap/github-shortcut-package.js lib/node_modules/npm/test/tap/github-shortcut.js lib/node_modules/npm/test/tap/gitlab-shortcut-package.js @@ -2404,6 +2415,7 @@ lib/node_modules/npm/test/tap/install-cl lib/node_modules/npm/test/tap/install-cli-unicode.js lib/node_modules/npm/test/tap/install-from-local.js lib/node_modules/npm/test/tap/install-man.js +lib/node_modules/npm/test/tap/install-noargs-dev.js lib/node_modules/npm/test/tap/install-save-exact.js lib/node_modules/npm/test/tap/install-save-local.js lib/node_modules/npm/test/tap/install-save-prefix.js @@ -2436,6 +2448,7 @@ lib/node_modules/npm/test/tap/outdated-d lib/node_modules/npm/test/tap/outdated-git.js lib/node_modules/npm/test/tap/outdated-include-devdependencies.js lib/node_modules/npm/test/tap/outdated-json.js +lib/node_modules/npm/test/tap/outdated-local.js lib/node_modules/npm/test/tap/outdated-long.js lib/node_modules/npm/test/tap/outdated-new-versions.js lib/node_modules/npm/test/tap/outdated-notarget.js @@ -2474,10 +2487,12 @@ lib/node_modules/npm/test/tap/sorted-pac lib/node_modules/npm/test/tap/spawn-enoent-help.js lib/node_modules/npm/test/tap/spawn-enoent.js lib/node_modules/npm/test/tap/startstop.js +lib/node_modules/npm/test/tap/tag-version-prefix.js lib/node_modules/npm/test/tap/test-run-ls.js lib/node_modules/npm/test/tap/umask-lifecycle.js lib/node_modules/npm/test/tap/uninstall-package.js lib/node_modules/npm/test/tap/unpack-foreign-tarball.js +lib/node_modules/npm/test/tap/unpublish-config.js lib/node_modules/npm/test/tap/update-examples.js lib/node_modules/npm/test/tap/update-index.js lib/node_modules/npm/test/tap/update-save.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101245.t4ACjG2l010759>