From owner-svn-ports-head@FreeBSD.ORG Thu Mar 28 20:08:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7FB0C316; Thu, 28 Mar 2013 20:08:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 70717FF4; Thu, 28 Mar 2013 20:08:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2SK8GKu082472; Thu, 28 Mar 2013 20:08:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2SK8F1H082466; Thu, 28 Mar 2013 20:08:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303282008.r2SK8F1H082466@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Mar 2013 20:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315498 - 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.14 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: Thu, 28 Mar 2013 20:08:16 -0000 Author: sunpoet Date: Thu Mar 28 20:08:15 2013 New Revision: 315498 URL: http://svnweb.freebsd.org/changeset/ports/315498 Log: - Update to 1.2.15 Changes: https://github.com/isaacs/npm/commits/master Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Thu Mar 28 20:05:50 2013 (r315497) +++ head/www/npm/Makefile Thu Mar 28 20:08:15 2013 (r315498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.15 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Thu Mar 28 20:05:50 2013 (r315497) +++ head/www/npm/distinfo Thu Mar 28 20:08:15 2013 (r315498) @@ -1,2 +1,2 @@ -SHA256 (npm-1.2.12.tar.xz) = 7995b58fa3f668937a18b4ec55b1a0f84de9b92557ecd712434997c61097b3fd -SIZE (npm-1.2.12.tar.xz) = 1608864 +SHA256 (npm-1.2.15.tar.xz) = 310361e419c1e02af2b57698a969dcf89f5f16030905b77bdd87347f1274cc4e +SIZE (npm-1.2.15.tar.xz) = 1613216 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Thu Mar 28 20:05:50 2013 (r315497) +++ head/www/npm/pkg-plist Thu Mar 28 20:08:15 2013 (r315498) @@ -323,6 +323,12 @@ lib/node_modules/npm/node_modules/block- lib/node_modules/npm/node_modules/block-stream/test/pause-resume.js lib/node_modules/npm/node_modules/block-stream/test/thorough.js lib/node_modules/npm/node_modules/block-stream/test/two-stream.js +lib/node_modules/npm/node_modules/chmodr/LICENSE +lib/node_modules/npm/node_modules/chmodr/README.md +lib/node_modules/npm/node_modules/chmodr/chmodr.js +lib/node_modules/npm/node_modules/chmodr/package.json +lib/node_modules/npm/node_modules/chmodr/test/basic.js +lib/node_modules/npm/node_modules/chmodr/test/sync.js lib/node_modules/npm/node_modules/chownr/LICENCE lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js @@ -390,6 +396,7 @@ lib/node_modules/npm/node_modules/glob/t lib/node_modules/npm/node_modules/glob/test/bash-results.json lib/node_modules/npm/node_modules/glob/test/cwd-test.js lib/node_modules/npm/node_modules/glob/test/mark.js +lib/node_modules/npm/node_modules/glob/test/nocase-nomagic.js lib/node_modules/npm/node_modules/glob/test/pause-resume.js lib/node_modules/npm/node_modules/glob/test/root-nomount.js lib/node_modules/npm/node_modules/glob/test/root.js @@ -450,6 +457,8 @@ lib/node_modules/npm/node_modules/lru-ca 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/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 lib/node_modules/npm/node_modules/minimatch/.travis.yml lib/node_modules/npm/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/minimatch/README.md @@ -2331,6 +2340,8 @@ lib/node_modules/npm/test/update-test.sh @dirrm lib/node_modules/npm/node_modules/fstream-npm @dirrm lib/node_modules/npm/node_modules/fstream @dirrm lib/node_modules/npm/node_modules/chownr +@dirrm lib/node_modules/npm/node_modules/chmodr/test +@dirrm lib/node_modules/npm/node_modules/chmodr @dirrm lib/node_modules/npm/node_modules/block-stream/test @dirrm lib/node_modules/npm/node_modules/block-stream/bench @dirrm lib/node_modules/npm/node_modules/block-stream