From owner-svn-ports-head@freebsd.org Sat Jul 4 16:16:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA0369E3A; Sat, 4 Jul 2015 16:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 86D0613DB; Sat, 4 Jul 2015 16:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GGRwt086320; Sat, 4 Jul 2015 16:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GGReY086316; Sat, 4 Jul 2015 16:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041616.t64GGReY086316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391310 - 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.20 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: Sat, 04 Jul 2015 16:16:28 -0000 Author: sunpoet Date: Sat Jul 4 16:16:26 2015 New Revision: 391310 URL: https://svnweb.freebsd.org/changeset/ports/391310 Log: - Update to 2.12.1 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 Sat Jul 4 16:16:21 2015 (r391309) +++ head/www/npm/Makefile Sat Jul 4 16:16:26 2015 (r391310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sat Jul 4 16:16:21 2015 (r391309) +++ head/www/npm/distinfo Sat Jul 4 16:16:26 2015 (r391310) @@ -1,2 +1,2 @@ -SHA256 (npm-2.12.0.tar.xz) = b4c8869e92fda6eb39b2fd26396721c1dfac0779fa50adedfc89bd05c8dccc61 -SIZE (npm-2.12.0.tar.xz) = 2470476 +SHA256 (npm-2.12.1.tar.xz) = 76bc36039f2b5141ad89149e09b92bdadff6a7efb9eef36f4ea36ca088ee84b4 +SIZE (npm-2.12.1.tar.xz) = 2508192 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sat Jul 4 16:16:21 2015 (r391309) +++ head/www/npm/pkg-plist Sat Jul 4 16:16:26 2015 (r391310) @@ -1196,6 +1196,7 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/package.json lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.c lib/node_modules/npm/node_modules/nopt/.npmignore +lib/node_modules/npm/node_modules/nopt/.travis.yml lib/node_modules/npm/node_modules/nopt/LICENSE lib/node_modules/npm/node_modules/nopt/README.md lib/node_modules/npm/node_modules/nopt/bin/nopt.js @@ -1454,6 +1455,7 @@ lib/node_modules/npm/node_modules/path-i lib/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js lib/node_modules/npm/node_modules/path-is-inside/package.json lib/node_modules/npm/node_modules/read-installed/.npmignore +lib/node_modules/npm/node_modules/read-installed/.travis.yml lib/node_modules/npm/node_modules/read-installed/LICENSE lib/node_modules/npm/node_modules/read-installed/README.md lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/LICENSE @@ -1494,6 +1496,7 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/test/fixtures/package.json lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer-dev.js lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer.js +lib/node_modules/npm/node_modules/read-installed/test/issue-40.js lib/node_modules/npm/node_modules/read-installed/test/linked-dep-dev-deps-extraneous.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