From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 22:49:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3352711; Sun, 18 Jan 2015 22:49:25 +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 C4E51A4A; Sun, 18 Jan 2015 22:49:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0IMnPjC004629; Sun, 18 Jan 2015 22:49:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0IMnPp3004625; Sun, 18 Jan 2015 22:49:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501182249.t0IMnPp3004625@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Jan 2015 22:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377372 - 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-1 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: Sun, 18 Jan 2015 22:49:26 -0000 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