Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 20:20:41 +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: r380123 - head/www/npm
Message-ID:  <201502272020.t1RKKf4U081041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 27 20:20:40 2015
New Revision: 380123
URL: https://svnweb.freebsd.org/changeset/ports/380123
QAT: https://qat.redports.org/buildarchive/r380123/

Log:
  - Update to 2.6.0
  
  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	Fri Feb 27 20:20:33 2015	(r380122)
+++ head/www/npm/Makefile	Fri Feb 27 20:20:40 2015	(r380123)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	npm
-PORTVERSION=	2.6.0
+PORTVERSION=	2.6.1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 

Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo	Fri Feb 27 20:20:33 2015	(r380122)
+++ head/www/npm/distinfo	Fri Feb 27 20:20:40 2015	(r380123)
@@ -1,2 +1,2 @@
-SHA256 (npm-2.6.0.tar.xz) = d2fc48ca28c91c00a957d047b77bdd77bda77e5f82b228716b47b0de49c04918
-SIZE (npm-2.6.0.tar.xz) = 2050040
+SHA256 (npm-2.6.1.tar.xz) = 2a376c44efcba8899e77cab262afbb93795f98d80ac5b7ebe546e9b5fc8fc00a
+SIZE (npm-2.6.1.tar.xz) = 2053508

Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist	Fri Feb 27 20:20:33 2015	(r380122)
+++ head/www/npm/pkg-plist	Fri Feb 27 20:20:40 2015	(r380123)
@@ -423,6 +423,7 @@ lib/node_modules/npm/lib/utils/read-loca
 lib/node_modules/npm/lib/utils/spawn.js
 lib/node_modules/npm/lib/utils/tar.js
 lib/node_modules/npm/lib/utils/umask.js
+lib/node_modules/npm/lib/utils/warn-deprecated.js
 lib/node_modules/npm/lib/version.js
 lib/node_modules/npm/lib/view.js
 lib/node_modules/npm/lib/visnup.js
@@ -2057,6 +2058,7 @@ lib/node_modules/npm/test/tap/optional-m
 lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/package.json
 lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/package.json
 lib/node_modules/npm/test/tap/outdated-color.js
+lib/node_modules/npm/test/tap/outdated-depth-deep.js
 lib/node_modules/npm/test/tap/outdated-depth.js
 lib/node_modules/npm/test/tap/outdated-depth/README.md
 lib/node_modules/npm/test/tap/outdated-depth/index.js



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