From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:28:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FAFE854; Sun, 26 Apr 2015 12:28:02 +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 0D98B1FBD; Sun, 26 Apr 2015 12:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCS1hu000914; Sun, 26 Apr 2015 12:28:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCS1j0000910; Sun, 26 Apr 2015 12:28:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261228.t3QCS1j0000910@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, 26 Apr 2015 12:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384781 - 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: Sun, 26 Apr 2015 12:28:02 -0000 Author: sunpoet Date: Sun Apr 26 12:28:00 2015 New Revision: 384781 URL: https://svnweb.freebsd.org/changeset/ports/384781 Log: - Update to 2.8.4 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 Apr 26 12:27:39 2015 (r384780) +++ head/www/npm/Makefile Sun Apr 26 12:28:00 2015 (r384781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.8.3 +PORTVERSION= 2.8.4 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Apr 26 12:27:39 2015 (r384780) +++ head/www/npm/distinfo Sun Apr 26 12:28:00 2015 (r384781) @@ -1,2 +1,2 @@ -SHA256 (npm-2.8.3.tar.xz) = aaa037801274a9436fab9662aa75d9168ca4992e9805f1b35c7f0a54eed5b55f -SIZE (npm-2.8.3.tar.xz) = 2244552 +SHA256 (npm-2.8.4.tar.xz) = 788d26901a0d67f8956f27e8977b9bbb667397981cee692164c04cb32764d96b +SIZE (npm-2.8.4.tar.xz) = 2252512 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Apr 26 12:27:39 2015 (r384780) +++ head/www/npm/pkg-plist Sun Apr 26 12:28:00 2015 (r384781) @@ -829,6 +829,7 @@ lib/node_modules/npm/node_modules/ini/te lib/node_modules/npm/node_modules/ini/test/fixtures/foo.ini lib/node_modules/npm/node_modules/ini/test/foo.js lib/node_modules/npm/node_modules/init-package-json/.npmignore +lib/node_modules/npm/node_modules/init-package-json/.travis.yml lib/node_modules/npm/node_modules/init-package-json/LICENSE lib/node_modules/npm/node_modules/init-package-json/README.md lib/node_modules/npm/node_modules/init-package-json/default-input.js @@ -873,7 +874,9 @@ lib/node_modules/npm/node_modules/init-p lib/node_modules/npm/node_modules/init-package-json/test/basic.input lib/node_modules/npm/node_modules/init-package-json/test/basic.js lib/node_modules/npm/node_modules/init-package-json/test/npm-defaults.js +lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config.js lib/node_modules/npm/node_modules/init-package-json/test/scope.js +lib/node_modules/npm/node_modules/init-package-json/test/yes-defaults.js lib/node_modules/npm/node_modules/lockfile/LICENSE lib/node_modules/npm/node_modules/lockfile/README.md lib/node_modules/npm/node_modules/lockfile/lockfile.js @@ -889,7 +892,6 @@ lib/node_modules/npm/node_modules/lru-ca lib/node_modules/npm/node_modules/lru-cache/README.md lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js lib/node_modules/npm/node_modules/lru-cache/package.json -lib/node_modules/npm/node_modules/lru-cache/t.js lib/node_modules/npm/node_modules/lru-cache/test/basic.js lib/node_modules/npm/node_modules/lru-cache/test/foreach.js lib/node_modules/npm/node_modules/lru-cache/test/memory-leak.js @@ -2180,8 +2182,10 @@ lib/node_modules/npm/node_modules/tar/li lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/tar/tar.js lib/node_modules/npm/node_modules/tar/test/00-setup-fixtures.js +lib/node_modules/npm/node_modules/tar/test/cb-never-called-1.0.1.tgz lib/node_modules/npm/node_modules/tar/test/dir-normalization.js lib/node_modules/npm/node_modules/tar/test/dir-normalization.tar +lib/node_modules/npm/node_modules/tar/test/error-on-broken.js lib/node_modules/npm/node_modules/tar/test/extract-move.js lib/node_modules/npm/node_modules/tar/test/extract.js lib/node_modules/npm/node_modules/tar/test/fixtures.tgz