Date: Mon, 5 Jan 2015 17:33:46 +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: r376314 - head/www/npm Message-ID: <201501051733.t05HXkD1037187@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 5 17:33:45 2015 New Revision: 376314 URL: https://svnweb.freebsd.org/changeset/ports/376314 QAT: https://qat.redports.org/buildarchive/r376314/ Log: - Update to 2.1.17 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 Mon Jan 5 17:33:39 2015 (r376313) +++ head/www/npm/Makefile Mon Jan 5 17:33:45 2015 (r376314) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.1.16 +PORTVERSION= 2.1.17 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Mon Jan 5 17:33:39 2015 (r376313) +++ head/www/npm/distinfo Mon Jan 5 17:33:45 2015 (r376314) @@ -1,2 +1,2 @@ -SHA256 (npm-2.1.16.tar.xz) = af4438f4e3235b41f2ad569b4eb9cf6e7dfd7610ee14fef6427f6760d9f7d773 -SIZE (npm-2.1.16.tar.xz) = 1960932 +SHA256 (npm-2.1.17.tar.xz) = 3d47be2c702fe3352ac42a1c84a91470f855b7580a5006fe166773687a200de9 +SIZE (npm-2.1.17.tar.xz) = 2020736 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon Jan 5 17:33:39 2015 (r376313) +++ head/www/npm/pkg-plist Mon Jan 5 17:33:45 2015 (r376314) @@ -1040,6 +1040,12 @@ lib/node_modules/npm/node_modules/nopt/e lib/node_modules/npm/node_modules/nopt/lib/nopt.js lib/node_modules/npm/node_modules/nopt/package.json lib/node_modules/npm/node_modules/nopt/test/basic.js +lib/node_modules/npm/node_modules/normalize-git-url/.npmignore +lib/node_modules/npm/node_modules/normalize-git-url/CHANGELOG.md +lib/node_modules/npm/node_modules/normalize-git-url/README.md +lib/node_modules/npm/node_modules/normalize-git-url/normalize-git-url.js +lib/node_modules/npm/node_modules/normalize-git-url/package.json +lib/node_modules/npm/node_modules/normalize-git-url/test/basic.js lib/node_modules/npm/node_modules/normalize-package-data/.npmignore lib/node_modules/npm/node_modules/normalize-package-data/.travis.yml lib/node_modules/npm/node_modules/normalize-package-data/AUTHORS @@ -1825,6 +1831,7 @@ lib/node_modules/npm/test/fixtures/confi lib/node_modules/npm/test/fixtures/config/multi-ca lib/node_modules/npm/test/fixtures/config/package.json lib/node_modules/npm/test/fixtures/config/userconfig +lib/node_modules/npm/test/fixtures/scoped-underscore-1.3.1.tgz lib/node_modules/npm/test/packages/npm-test-array-bin/README lib/node_modules/npm/test/packages/npm-test-array-bin/bin/array-bin lib/node_modules/npm/test/packages/npm-test-array-bin/package.json @@ -1938,6 +1945,7 @@ lib/node_modules/npm/test/tap/ignore-shr lib/node_modules/npm/test/tap/init-interrupt.js lib/node_modules/npm/test/tap/install-at-locally.js lib/node_modules/npm/test/tap/install-at-locally/package@1.2.3/package.json +lib/node_modules/npm/test/tap/install-bad-man.js lib/node_modules/npm/test/tap/install-cli-production.js lib/node_modules/npm/test/tap/install-cli-production/dependency/package.json lib/node_modules/npm/test/tap/install-cli-production/dev-dependency/package.json @@ -2057,6 +2065,7 @@ lib/node_modules/npm/test/tap/shrinkwrap lib/node_modules/npm/test/tap/shrinkwrap-empty-deps.js lib/node_modules/npm/test/tap/shrinkwrap-empty-deps/package.json lib/node_modules/npm/test/tap/shrinkwrap-local-dependency.js +lib/node_modules/npm/test/tap/shrinkwrap-scoped-auth.js lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency.js lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency/desired-shrinkwrap-results.json lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency/package.json @@ -2081,6 +2090,7 @@ lib/node_modules/npm/test/tap/update-sav lib/node_modules/npm/test/tap/update-save/package.json lib/node_modules/npm/test/tap/url-dependencies.js lib/node_modules/npm/test/tap/url-dependencies/package.json +lib/node_modules/npm/test/tap/version-git-not-clean.js lib/node_modules/npm/test/tap/version-no-git.js lib/node_modules/npm/test/tap/version-no-tags.js lib/node_modules/npm/test/tap/version-update-shrinkwrap.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501051733.t05HXkD1037187>