From owner-svn-ports-head@FreeBSD.ORG Mon May 26 15:31:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69A53D48; Mon, 26 May 2014 15:31:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6C32EBF; Mon, 26 May 2014 15:31:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QFVTrM095348; Mon, 26 May 2014 15:31:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QFVSjA095340; Mon, 26 May 2014 15:31:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405261531.s4QFVSjA095340@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 May 2014 15:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355363 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 15:31:29 -0000 Author: sunpoet Date: Mon May 26 15:31:28 2014 New Revision: 355363 URL: http://svnweb.freebsd.org/changeset/ports/355363 QAT: https://qat.redports.org/buildarchive/r355363/ Log: - Update to 1.4.12 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 May 26 15:31:16 2014 (r355362) +++ head/www/npm/Makefile Mon May 26 15:31:28 2014 (r355363) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 1.4.10 -PORTREVISION= 1 +PORTVERSION= 1.4.12 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Mon May 26 15:31:16 2014 (r355362) +++ head/www/npm/distinfo Mon May 26 15:31:28 2014 (r355363) @@ -1,2 +1,2 @@ -SHA256 (npm-1.4.10.tar.xz) = e1b745e6def26e73904660868a17b60352bd491363362818f81e0c35e2807796 -SIZE (npm-1.4.10.tar.xz) = 1750048 +SHA256 (npm-1.4.12.tar.xz) = 218e47e35b5f31380cddc5ed1a534c786de88c308c27f423e5be7a0bbd4f7ed0 +SIZE (npm-1.4.12.tar.xz) = 1756108 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon May 26 15:31:16 2014 (r355362) +++ head/www/npm/pkg-plist Mon May 26 15:31:28 2014 (r355363) @@ -1,6 +1,7 @@ bin/npm etc/man.d/npm.conf lib/node_modules/npm/.npmignore +lib/node_modules/npm/.npmrc lib/node_modules/npm/.travis.yml lib/node_modules/npm/AUTHORS lib/node_modules/npm/CONTRIBUTING.md @@ -227,6 +228,13 @@ lib/node_modules/npm/lib/bin.js lib/node_modules/npm/lib/bugs.js lib/node_modules/npm/lib/build.js lib/node_modules/npm/lib/cache.js +lib/node_modules/npm/lib/cache/add-local-tarball.js +lib/node_modules/npm/lib/cache/add-local.js +lib/node_modules/npm/lib/cache/add-named.js +lib/node_modules/npm/lib/cache/add-remote-git.js +lib/node_modules/npm/lib/cache/add-remote-tarball.js +lib/node_modules/npm/lib/cache/get-stat.js +lib/node_modules/npm/lib/cache/maybe-github.js lib/node_modules/npm/lib/completion.js lib/node_modules/npm/lib/config.js lib/node_modules/npm/lib/dedupe.js @@ -273,13 +281,14 @@ lib/node_modules/npm/lib/utils/completio lib/node_modules/npm/lib/utils/completion/file-completion.js lib/node_modules/npm/lib/utils/completion/installed-deep.js lib/node_modules/npm/lib/utils/completion/installed-shallow.js +lib/node_modules/npm/lib/utils/depr-check.js lib/node_modules/npm/lib/utils/error-handler.js lib/node_modules/npm/lib/utils/fetch.js -lib/node_modules/npm/lib/utils/find-prefix.js lib/node_modules/npm/lib/utils/gently-rm.js lib/node_modules/npm/lib/utils/is-git-url.js lib/node_modules/npm/lib/utils/lifecycle.js lib/node_modules/npm/lib/utils/link.js +lib/node_modules/npm/lib/utils/locker.js lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js @@ -398,10 +407,12 @@ lib/node_modules/npm/node_modules/.bin/r lib/node_modules/npm/node_modules/.bin/semver lib/node_modules/npm/node_modules/.bin/starwars lib/node_modules/npm/node_modules/.bin/which +lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/README.md -lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js +lib/node_modules/npm/node_modules/abbrev/abbrev.js lib/node_modules/npm/node_modules/abbrev/package.json +lib/node_modules/npm/node_modules/abbrev/test.js lib/node_modules/npm/node_modules/ansi/.npmignore lib/node_modules/npm/node_modules/ansi/README.md lib/node_modules/npm/node_modules/ansi/color-spaces.pl @@ -440,6 +451,11 @@ lib/node_modules/npm/node_modules/block- 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/char-spinner/LICENSE +lib/node_modules/npm/node_modules/char-spinner/README.md +lib/node_modules/npm/node_modules/char-spinner/package.json +lib/node_modules/npm/node_modules/char-spinner/spin.js +lib/node_modules/npm/node_modules/char-spinner/test/basic.js lib/node_modules/npm/node_modules/child-process-close/README.md lib/node_modules/npm/node_modules/child-process-close/index.js lib/node_modules/npm/node_modules/child-process-close/package.json @@ -572,12 +588,18 @@ lib/node_modules/npm/node_modules/gracef lib/node_modules/npm/node_modules/graceful-fs/polyfills.js lib/node_modules/npm/node_modules/graceful-fs/test/open.js lib/node_modules/npm/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/inflight/LICENSE +lib/node_modules/npm/node_modules/inflight/README.md +lib/node_modules/npm/node_modules/inflight/inflight.js +lib/node_modules/npm/node_modules/inflight/package.json +lib/node_modules/npm/node_modules/inflight/test.js lib/node_modules/npm/node_modules/inherits/LICENSE lib/node_modules/npm/node_modules/inherits/README.md lib/node_modules/npm/node_modules/inherits/inherits.js lib/node_modules/npm/node_modules/inherits/inherits_browser.js lib/node_modules/npm/node_modules/inherits/package.json lib/node_modules/npm/node_modules/inherits/test.js +lib/node_modules/npm/node_modules/ini/.npmignore lib/node_modules/npm/node_modules/ini/LICENSE lib/node_modules/npm/node_modules/ini/README.md lib/node_modules/npm/node_modules/ini/ini.js @@ -759,6 +781,11 @@ 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/npm-cache-filename/LICENSE +lib/node_modules/npm/node_modules/npm-cache-filename/README.md +lib/node_modules/npm/node_modules/npm-cache-filename/index.js +lib/node_modules/npm/node_modules/npm-cache-filename/package.json +lib/node_modules/npm/node_modules/npm-cache-filename/test.js lib/node_modules/npm/node_modules/npm-install-checks/LICENSE lib/node_modules/npm/node_modules/npm-install-checks/README.md lib/node_modules/npm/node_modules/npm-install-checks/index.js @@ -804,6 +831,10 @@ lib/node_modules/npm/node_modules/npmcon lib/node_modules/npm/node_modules/npmconf/LICENSE lib/node_modules/npm/node_modules/npmconf/README.md lib/node_modules/npm/node_modules/npmconf/config-defs.js +lib/node_modules/npm/node_modules/npmconf/lib/find-prefix.js +lib/node_modules/npm/node_modules/npmconf/lib/load-prefix.js +lib/node_modules/npm/node_modules/npmconf/lib/load-uid.js +lib/node_modules/npm/node_modules/npmconf/lib/set-user.js lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/.npmignore lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/LICENCE lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/index.js @@ -828,9 +859,12 @@ lib/node_modules/npm/node_modules/npmcon lib/node_modules/npm/node_modules/npmconf/test/00-setup.js lib/node_modules/npm/node_modules/npmconf/test/basic.js lib/node_modules/npm/node_modules/npmconf/test/builtin.js +lib/node_modules/npm/node_modules/npmconf/test/fixtures/.npmrc lib/node_modules/npm/node_modules/npmconf/test/fixtures/builtin lib/node_modules/npm/node_modules/npmconf/test/fixtures/globalconfig +lib/node_modules/npm/node_modules/npmconf/test/fixtures/package.json lib/node_modules/npm/node_modules/npmconf/test/fixtures/userconfig +lib/node_modules/npm/node_modules/npmconf/test/project.js lib/node_modules/npm/node_modules/npmconf/test/save.js lib/node_modules/npm/node_modules/npmlog/LICENSE lib/node_modules/npm/node_modules/npmlog/README.md @@ -872,7 +906,9 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/test/dev.js lib/node_modules/npm/node_modules/read-installed/test/extraneous.js lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer/package.json lib/node_modules/npm/node_modules/read-installed/test/fixtures/package.json +lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer.js lib/node_modules/npm/node_modules/read-installed/test/noargs.js lib/node_modules/npm/node_modules/read-installed/test/peer-dep-at-latest.js lib/node_modules/npm/node_modules/read-package-json/.npmignore @@ -1317,7 +1353,6 @@ lib/node_modules/npm/node_modules/text-t lib/node_modules/npm/node_modules/text-table/test/dotalign.js lib/node_modules/npm/node_modules/text-table/test/doubledot.js lib/node_modules/npm/node_modules/text-table/test/table.js -lib/node_modules/npm/node_modules/uid-number/LICENCE lib/node_modules/npm/node_modules/uid-number/LICENSE lib/node_modules/npm/node_modules/uid-number/README.md lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js @@ -1453,8 +1488,11 @@ lib/node_modules/npm/test/tap/lifecycle- lib/node_modules/npm/test/tap/lifecycle-signal/package.json lib/node_modules/npm/test/tap/lifecycle.js lib/node_modules/npm/test/tap/ls-depth-cli.js +lib/node_modules/npm/test/tap/ls-depth-unmet.js +lib/node_modules/npm/test/tap/ls-depth-unmet/package.json lib/node_modules/npm/test/tap/ls-depth/package.json lib/node_modules/npm/test/tap/ls-no-results.js +lib/node_modules/npm/test/tap/maybe-github.js lib/node_modules/npm/test/tap/noargs-install-config-save.js lib/node_modules/npm/test/tap/npm-api-not-loaded-error.js lib/node_modules/npm/test/tap/outdated-color.js @@ -1513,12 +1551,17 @@ lib/node_modules/npm/test/tap/startstop/ lib/node_modules/npm/test/tap/test-run-ls.js lib/node_modules/npm/test/tap/uninstall-package.js lib/node_modules/npm/test/tap/uninstall-package/package.json +lib/node_modules/npm/test/tap/update-save.js +lib/node_modules/npm/test/tap/update-save/README.md +lib/node_modules/npm/test/tap/update-save/index.js +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-no-tags.js lib/node_modules/npm/test/update-test.sh lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/test/tap/url-dependencies +@dirrm lib/node_modules/npm/test/tap/update-save @dirrm lib/node_modules/npm/test/tap/uninstall-package @dirrm lib/node_modules/npm/test/tap/startstop @dirrm lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency @@ -1537,6 +1580,7 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/test/tap/outdated-git @dirrm lib/node_modules/npm/test/tap/outdated-depth @dirrm lib/node_modules/npm/test/tap/outdated +@dirrm lib/node_modules/npm/test/tap/ls-depth-unmet @dirrm lib/node_modules/npm/test/tap/ls-depth @dirrm lib/node_modules/npm/test/tap/lifecycle-signal @dirrm lib/node_modules/npm/test/tap/install-save-prefix @@ -1713,6 +1757,7 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data @dirrm lib/node_modules/npm/node_modules/read-package-json/node_modules @dirrm lib/node_modules/npm/node_modules/read-package-json +@dirrm lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer @dirrm lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected @dirrm lib/node_modules/npm/node_modules/read-installed/test/fixtures @dirrm lib/node_modules/npm/node_modules/read-installed/test @@ -1737,6 +1782,7 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/node_modules @dirrm lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain @dirrm lib/node_modules/npm/node_modules/npmconf/node_modules +@dirrm lib/node_modules/npm/node_modules/npmconf/lib @dirrm lib/node_modules/npm/node_modules/npmconf @dirrm lib/node_modules/npm/node_modules/npm-user-validate/test @dirrm lib/node_modules/npm/node_modules/npm-user-validate @@ -1745,6 +1791,7 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/node_modules/npm-registry-client @dirrm lib/node_modules/npm/node_modules/npm-install-checks/test @dirrm lib/node_modules/npm/node_modules/npm-install-checks +@dirrm lib/node_modules/npm/node_modules/npm-cache-filename @dirrm lib/node_modules/npm/node_modules/nopt/test @dirrm lib/node_modules/npm/node_modules/nopt/lib @dirrm lib/node_modules/npm/node_modules/nopt/examples @@ -1793,6 +1840,7 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/node_modules/ini/test @dirrm lib/node_modules/npm/node_modules/ini @dirrm lib/node_modules/npm/node_modules/inherits +@dirrm lib/node_modules/npm/node_modules/inflight @dirrm lib/node_modules/npm/node_modules/graceful-fs/test @dirrm lib/node_modules/npm/node_modules/graceful-fs @dirrm lib/node_modules/npm/node_modules/glob/test @@ -1820,6 +1868,8 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/node_modules/chmodr @dirrm lib/node_modules/npm/node_modules/child-process-close/test @dirrm lib/node_modules/npm/node_modules/child-process-close +@dirrm lib/node_modules/npm/node_modules/char-spinner/test +@dirrm lib/node_modules/npm/node_modules/char-spinner @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 @@ -1834,7 +1884,6 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/node_modules/ansi/examples/beep @dirrm lib/node_modules/npm/node_modules/ansi/examples @dirrm lib/node_modules/npm/node_modules/ansi -@dirrm lib/node_modules/npm/node_modules/abbrev/lib @dirrm lib/node_modules/npm/node_modules/abbrev @dirrm lib/node_modules/npm/node_modules/.bin @dirrm lib/node_modules/npm/node_modules @@ -1845,6 +1894,7 @@ lib/node_modules/npm/wercker.yml @dirrm lib/node_modules/npm/man @dirrm lib/node_modules/npm/lib/utils/completion @dirrm lib/node_modules/npm/lib/utils +@dirrm lib/node_modules/npm/lib/cache @dirrm lib/node_modules/npm/lib @dirrm lib/node_modules/npm/html/static @dirrm lib/node_modules/npm/html/doc/misc