From owner-svn-ports-head@FreeBSD.ORG Fri Feb 27 20:20:41 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 EC0E1EC4; Fri, 27 Feb 2015 20:20:41 +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 BD6FD2B1; Fri, 27 Feb 2015 20:20:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1RKKfpN081044; Fri, 27 Feb 2015 20:20:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1RKKf4U081041; Fri, 27 Feb 2015 20:20:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502272020.t1RKKf4U081041@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 27 Feb 2015 20:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380123 - 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: Fri, 27 Feb 2015 20:20:42 -0000 Author: sunpoet Date: Fri Feb 27 20:20:40 2015 New Revision: 380123 URL: https://svnweb.freebsd.org/changeset/ports/380123 QAT: https://qat.redports.org/buildarchive/r380123/ Log: - Update to 2.6.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 Fri Feb 27 20:20:33 2015 (r380122) +++ head/www/npm/Makefile Fri Feb 27 20:20:40 2015 (r380123) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Fri Feb 27 20:20:33 2015 (r380122) +++ head/www/npm/distinfo Fri Feb 27 20:20:40 2015 (r380123) @@ -1,2 +1,2 @@ -SHA256 (npm-2.6.0.tar.xz) = d2fc48ca28c91c00a957d047b77bdd77bda77e5f82b228716b47b0de49c04918 -SIZE (npm-2.6.0.tar.xz) = 2050040 +SHA256 (npm-2.6.1.tar.xz) = 2a376c44efcba8899e77cab262afbb93795f98d80ac5b7ebe546e9b5fc8fc00a +SIZE (npm-2.6.1.tar.xz) = 2053508 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Fri Feb 27 20:20:33 2015 (r380122) +++ head/www/npm/pkg-plist Fri Feb 27 20:20:40 2015 (r380123) @@ -423,6 +423,7 @@ lib/node_modules/npm/lib/utils/read-loca lib/node_modules/npm/lib/utils/spawn.js lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/utils/umask.js +lib/node_modules/npm/lib/utils/warn-deprecated.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js lib/node_modules/npm/lib/visnup.js @@ -2057,6 +2058,7 @@ lib/node_modules/npm/test/tap/optional-m lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/package.json lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/package.json lib/node_modules/npm/test/tap/outdated-color.js +lib/node_modules/npm/test/tap/outdated-depth-deep.js lib/node_modules/npm/test/tap/outdated-depth.js lib/node_modules/npm/test/tap/outdated-depth/README.md lib/node_modules/npm/test/tap/outdated-depth/index.js