From owner-svn-ports-all@FreeBSD.ORG Sun Dec 28 13:14:27 2014 Return-Path: Delivered-To: svn-ports-all@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 61D60BF7; Sun, 28 Dec 2014 13:14:27 +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 351411FA7; Sun, 28 Dec 2014 13:14:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBSDERRM049807; Sun, 28 Dec 2014 13:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBSDEQBr049798; Sun, 28 Dec 2014 13:14:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412281314.sBSDEQBr049798@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, 28 Dec 2014 13:14:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375704 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 13:14:27 -0000 Author: sunpoet Date: Sun Dec 28 13:14:25 2014 New Revision: 375704 URL: https://svnweb.freebsd.org/changeset/ports/375704 QAT: https://qat.redports.org/buildarchive/r375704/ Log: - Update to 2.1.16 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 Dec 28 13:14:19 2014 (r375703) +++ head/www/npm/Makefile Sun Dec 28 13:14:25 2014 (r375704) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.1.14 +PORTVERSION= 2.1.16 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Dec 28 13:14:19 2014 (r375703) +++ head/www/npm/distinfo Sun Dec 28 13:14:25 2014 (r375704) @@ -1,2 +1,2 @@ -SHA256 (npm-2.1.14.tar.xz) = f565a39f7520ad8864162ce1d3ebd14f672ce4123d18bd0b33f9e88f275e2261 -SIZE (npm-2.1.14.tar.xz) = 1959088 +SHA256 (npm-2.1.16.tar.xz) = af4438f4e3235b41f2ad569b4eb9cf6e7dfd7610ee14fef6427f6760d9f7d773 +SIZE (npm-2.1.16.tar.xz) = 1960932 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Dec 28 13:14:19 2014 (r375703) +++ head/www/npm/pkg-plist Sun Dec 28 13:14:25 2014 (r375704) @@ -1262,6 +1262,7 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/test/depth-0.js lib/node_modules/npm/node_modules/read-installed/test/depth-1.js lib/node_modules/npm/node_modules/read-installed/test/dev.js +lib/node_modules/npm/node_modules/read-installed/test/empty.js lib/node_modules/npm/node_modules/read-installed/test/extraneous-dev.js lib/node_modules/npm/node_modules/read-installed/test/extraneous.js lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected/package.json