Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 19:55:32 +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: r312657 - head/www/npm
Message-ID:  <201302201955.r1KJtWv1006615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 20 19:55:32 2013
New Revision: 312657
URL: http://svnweb.freebsd.org/changeset/ports/312657

Log:
  - Update to 1.2.12
  
  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	Wed Feb 20 19:40:39 2013	(r312656)
+++ head/www/npm/Makefile	Wed Feb 20 19:55:32 2013	(r312657)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	npm
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.12
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 
@@ -25,8 +25,9 @@ MAN1=		README.1 adduser.1 bin.1 bugs.1 b
 		install.1 json.1 link.1 ls.1 npm.1 outdated.1 owner.1 pack.1 \
 		prefix.1 prune.1 publish.1 rebuild.1 registry.1 removing-npm.1 \
 		restart.1 rm.1 root.1 run-script.1 scripts.1 search.1 semver.1 \
-		shrinkwrap.1 star.1 start.1 stop.1 submodule.1 tag.1 test.1 \
-		uninstall.1 unpublish.1 update.1 version.1 view.1 whoami.1
+		shrinkwrap.1 star.1 stars.1 start.1 stop.1 submodule.1 tag.1 \
+		test.1 uninstall.1 unpublish.1 update.1 version.1 view.1 \
+		whoami.1
 MAN3=		bin.3 bugs.3 commands.3 config.3 deprecate.3 docs.3 edit.3 \
 		explore.3 help-search.3 init.3 install.3 link.3 load.3 ls.3 \
 		npm.3 outdated.3 owner.3 pack.3 prefix.3 prune.3 publish.3 \

Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo	Wed Feb 20 19:40:39 2013	(r312656)
+++ head/www/npm/distinfo	Wed Feb 20 19:55:32 2013	(r312657)
@@ -1,2 +1,2 @@
-SHA256 (npm-1.2.4.tar.xz) = bbb3f54867d17b5548d4bcb27c9210a7d8c7b92294d88ed89fe556424eb3d605
-SIZE (npm-1.2.4.tar.xz) = 1610112
+SHA256 (npm-1.2.12.tar.xz) = 7995b58fa3f668937a18b4ec55b1a0f84de9b92557ecd712434997c61097b3fd
+SIZE (npm-1.2.12.tar.xz) = 1608864

Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist	Wed Feb 20 19:40:39 2013	(r312656)
+++ head/www/npm/pkg-plist	Wed Feb 20 19:55:32 2013	(r312657)
@@ -97,6 +97,7 @@ lib/node_modules/npm/doc/cli/search.md
 lib/node_modules/npm/doc/cli/semver.md
 lib/node_modules/npm/doc/cli/shrinkwrap.md
 lib/node_modules/npm/doc/cli/star.md
+lib/node_modules/npm/doc/cli/stars.md
 lib/node_modules/npm/doc/cli/start.md
 lib/node_modules/npm/doc/cli/stop.md
 lib/node_modules/npm/doc/cli/submodule.md
@@ -194,6 +195,7 @@ lib/node_modules/npm/html/doc/search.htm
 lib/node_modules/npm/html/doc/semver.html
 lib/node_modules/npm/html/doc/shrinkwrap.html
 lib/node_modules/npm/html/doc/star.html
+lib/node_modules/npm/html/doc/stars.html
 lib/node_modules/npm/html/doc/start.html
 lib/node_modules/npm/html/doc/stop.html
 lib/node_modules/npm/html/doc/submodule.html
@@ -248,6 +250,7 @@ lib/node_modules/npm/lib/search.js
 lib/node_modules/npm/lib/set.js
 lib/node_modules/npm/lib/shrinkwrap.js
 lib/node_modules/npm/lib/star.js
+lib/node_modules/npm/lib/stars.js
 lib/node_modules/npm/lib/start.js
 lib/node_modules/npm/lib/stop.js
 lib/node_modules/npm/lib/submodule.js
@@ -1541,6 +1544,7 @@ lib/node_modules/npm/node_modules/npm-re
 lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js
 lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js
 lib/node_modules/npm/node_modules/npm-registry-client/lib/star.js
+lib/node_modules/npm/node_modules/npm-registry-client/lib/stars.js
 lib/node_modules/npm/node_modules/npm-registry-client/lib/tag.js
 lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js
 lib/node_modules/npm/node_modules/npm-registry-client/lib/upload.js
@@ -1562,9 +1566,6 @@ lib/node_modules/npm/node_modules/npm-re
 lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-new.js
 lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-update.js
 lib/node_modules/npm/node_modules/npm-registry-client/test/basic.js
-lib/node_modules/npm/node_modules/npm-registry-client/test/fixtures/server.js
-lib/node_modules/npm/node_modules/npm-registry-client/test/fixtures/underscore/1.3.3/cache.json
-lib/node_modules/npm/node_modules/npm-registry-client/test/fixtures/underscore/cache.json
 lib/node_modules/npm/node_modules/npm-registry-client/test/retries.js
 lib/node_modules/npm/node_modules/npm-registry-client/test/zz-cleanup.js
 lib/node_modules/npm/node_modules/npmconf/.npmignore
@@ -1598,7 +1599,6 @@ lib/node_modules/npm/node_modules/npmcon
 lib/node_modules/npm/node_modules/npmconf/test/fixtures/globalconfig
 lib/node_modules/npm/node_modules/npmconf/test/fixtures/userconfig
 lib/node_modules/npm/node_modules/npmconf/test/save.js
-lib/node_modules/npm/node_modules/npmconf/x.diff
 lib/node_modules/npm/node_modules/npmlog/LICENSE
 lib/node_modules/npm/node_modules/npmlog/README.md
 lib/node_modules/npm/node_modules/npmlog/example.js
@@ -1723,7 +1723,6 @@ lib/node_modules/npm/node_modules/rimraf
 lib/node_modules/npm/node_modules/rimraf/test/run.sh
 lib/node_modules/npm/node_modules/rimraf/test/setup.sh
 lib/node_modules/npm/node_modules/rimraf/test/test-async.js
-lib/node_modules/npm/node_modules/rimraf/test/test-fiber.js
 lib/node_modules/npm/node_modules/rimraf/test/test-sync.js
 lib/node_modules/npm/node_modules/semver/LICENSE
 lib/node_modules/npm/node_modules/semver/README.md



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