Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2013 20:08:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315498 - head/www/npm
Message-ID:  <201303282008.r2SK8F1H082466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303282008.r2SK8F1H082466>