Date: Sun, 18 Jan 2015 22:49:25 +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: r377372 - head/www/npm Message-ID: <201501182249.t0IMnPp3004625@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 18 22:49:24 2015 New Revision: 377372 URL: https://svnweb.freebsd.org/changeset/ports/377372 QAT: https://qat.redports.org/buildarchive/r377372/ Log: - Update to 2.2.0 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 Jan 18 22:49:19 2015 (r377371) +++ head/www/npm/Makefile Sun Jan 18 22:49:24 2015 (r377372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.1.18 +PORTVERSION= 2.2.0 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Jan 18 22:49:19 2015 (r377371) +++ head/www/npm/distinfo Sun Jan 18 22:49:24 2015 (r377372) @@ -1,2 +1,2 @@ -SHA256 (npm-2.1.18.tar.xz) = e4fba7969987f2424915ec8566ae8217d73021e1ced921a88bd2d4b71b36bd07 -SIZE (npm-2.1.18.tar.xz) = 2030920 +SHA256 (npm-2.2.0.tar.xz) = 69b44228103d2d4c0ec36f552146522eca5a02e6a5f7f83988b6b7c90f04aacd +SIZE (npm-2.2.0.tar.xz) = 2024844 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Jan 18 22:49:19 2015 (r377371) +++ head/www/npm/pkg-plist Sun Jan 18 22:49:24 2015 (r377372) @@ -1918,6 +1918,7 @@ lib/node_modules/npm/test/tap/config-cer lib/node_modules/npm/test/tap/config-credentials.js lib/node_modules/npm/test/tap/config-malformed.js lib/node_modules/npm/test/tap/config-meta.js +lib/node_modules/npm/test/tap/config-private.js lib/node_modules/npm/test/tap/config-project.js lib/node_modules/npm/test/tap/config-save.js lib/node_modules/npm/test/tap/config-semver-tag.js @@ -2092,6 +2093,7 @@ lib/node_modules/npm/test/tap/url-depend 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-package.js lib/node_modules/npm/test/tap/version-no-tags.js lib/node_modules/npm/test/tap/version-update-shrinkwrap.js lib/node_modules/npm/test/tap/view.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501182249.t0IMnPp3004625>