Date: Mon, 21 Nov 2016 17:36:04 +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: r426742 - head/www/npm Message-ID: <201611211736.uALHa4Uq069774@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 21 17:36:04 2016 New Revision: 426742 URL: https://svnweb.freebsd.org/changeset/ports/426742 Log: - Update to 3.10.10 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v3.10.10/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon Nov 21 17:35:59 2016 (r426741) +++ head/www/npm/Makefile Mon Nov 21 17:36:04 2016 (r426742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 3.10.9 +PORTVERSION= 3.10.10 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Mon Nov 21 17:35:59 2016 (r426741) +++ head/www/npm/distinfo Mon Nov 21 17:36:04 2016 (r426742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477514027 -SHA256 (npm-3.10.9.tar.xz) = 0e456427d40146581ab425bb1b2de9c525ee6402cde7a2fe4e5775889ae51e56 -SIZE (npm-3.10.9.tar.xz) = 2459328 +TIMESTAMP = 1479668998 +SHA256 (npm-3.10.10.tar.xz) = 9d39478222a355f52557030fa623824609d78086eb382b7e8de78c98dcf45bca +SIZE (npm-3.10.10.tar.xz) = 2492432 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon Nov 21 17:35:59 2016 (r426741) +++ head/www/npm/pkg-plist Mon Nov 21 17:36:04 2016 (r426742) @@ -3439,6 +3439,8 @@ lib/node_modules/npm/scripts/publish-tag lib/node_modules/npm/scripts/release.sh lib/node_modules/npm/scripts/relocate.sh lib/node_modules/npm/scripts/update-authors.sh +lib/node_modules/npm/test/broken-under-nyc-and-travis/lifecycle-path.js +lib/node_modules/npm/test/broken-under-nyc-and-travis/whoami.js lib/node_modules/npm/test/common-tap.js lib/node_modules/npm/test/fixtures/config/builtin lib/node_modules/npm/test/fixtures/config/globalconfig @@ -3468,6 +3470,7 @@ lib/node_modules/npm/test/network/legacy lib/node_modules/npm/test/network/legacy-url-dep.js lib/node_modules/npm/test/network/outdated-symlink.js lib/node_modules/npm/test/network/registry.js +lib/node_modules/npm/test/slow/legacy-npm-self-install.js lib/node_modules/npm/test/tap/00-check-mock-dep.js lib/node_modules/npm/test/tap/00-config-setup.js lib/node_modules/npm/test/tap/00-verify-bundle-deps.js @@ -3594,13 +3597,11 @@ lib/node_modules/npm/test/tap/legacy-dir lib/node_modules/npm/test/tap/legacy-ignore-nested-nm.js lib/node_modules/npm/test/tap/legacy-missing-bindir.js lib/node_modules/npm/test/tap/legacy-no-auth-leak.js -lib/node_modules/npm/test/tap/legacy-npm-self-install.js lib/node_modules/npm/test/tap/legacy-platform-all.js lib/node_modules/npm/test/tap/legacy-platform.js lib/node_modules/npm/test/tap/legacy-private.js lib/node_modules/npm/test/tap/legacy-test-package.js lib/node_modules/npm/test/tap/lifecycle-order.js -lib/node_modules/npm/test/tap/lifecycle-path.js lib/node_modules/npm/test/tap/lifecycle-signal.js lib/node_modules/npm/test/tap/lifecycle.js lib/node_modules/npm/test/tap/link.js @@ -3735,5 +3736,4 @@ lib/node_modules/npm/test/tap/version-su lib/node_modules/npm/test/tap/version-sub-directory.js lib/node_modules/npm/test/tap/version-update-shrinkwrap.js lib/node_modules/npm/test/tap/view.js -lib/node_modules/npm/test/tap/whoami.js lib/node_modules/npm/test/tap/zz-cleanup.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611211736.uALHa4Uq069774>