git: 5b2906300dc0 - main - www/npm: Update to 10.2.5

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 14 Dec 2023 06:05:38 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b2906300dc0d7809c0cbb2200ab56395a832872

commit 5b2906300dc0d7809c0cbb2200ab56395a832872
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 05:35:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 05:48:20 +0000

    www/npm: Update to 10.2.5
    
    Changes:        https://github.com/npm/cli/releases
---
 www/npm-node20/Makefile  | 2 +-
 www/npm-node20/distinfo  | 6 +++---
 www/npm-node20/pkg-plist | 5 +----
 www/npm/Makefile         | 2 +-
 4 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/www/npm-node20/Makefile b/www/npm-node20/Makefile
index 561a2be8393b..cf6a4f01c485 100644
--- a/www/npm-node20/Makefile
+++ b/www/npm-node20/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	npm
-PORTVERSION=	10.2.4
+PORTVERSION=	10.2.5
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 PKGNAMESUFFIX=	${NODEJS_SUFFIX}
diff --git a/www/npm-node20/distinfo b/www/npm-node20/distinfo
index afca684d8300..e57bc6c70b4c 100644
--- a/www/npm-node20/distinfo
+++ b/www/npm-node20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701363648
-SHA256 (npm-10.2.4.tar.xz) = 47d667070fcc91b3afdc4e0803d670279f0f1cfa1dc9c3cae39d35af9daee801
-SIZE (npm-10.2.4.tar.xz) = 1759592
+TIMESTAMP = 1702028062
+SHA256 (npm-10.2.5.tar.xz) = a453bbc96acdf7a423bf45c55ed59104775a3b5926040371bca3b08c66ea3bc5
+SIZE (npm-10.2.5.tar.xz) = 1770060
diff --git a/www/npm-node20/pkg-plist b/www/npm-node20/pkg-plist
index 40f978d6db02..0325e25c6552 100644
--- a/www/npm-node20/pkg-plist
+++ b/www/npm-node20/pkg-plist
@@ -15,7 +15,6 @@ lib/node_modules/npm/bin/npm.ps1
 @(,,755) lib/node_modules/npm/bin/npx-cli.js
 lib/node_modules/npm/bin/npx.cmd
 lib/node_modules/npm/bin/npx.ps1
-lib/node_modules/npm/docs/README.md
 lib/node_modules/npm/docs/content/commands/npm-access.md
 lib/node_modules/npm/docs/content/commands/npm-adduser.md
 lib/node_modules/npm/docs/content/commands/npm-audit.md
@@ -99,6 +98,7 @@ lib/node_modules/npm/docs/content/using-npm/removal.md
 lib/node_modules/npm/docs/content/using-npm/scope.md
 lib/node_modules/npm/docs/content/using-npm/scripts.md
 lib/node_modules/npm/docs/content/using-npm/workspaces.md
+lib/node_modules/npm/docs/lib/index.js
 lib/node_modules/npm/docs/output/commands/npm-access.html
 lib/node_modules/npm/docs/output/commands/npm-adduser.html
 lib/node_modules/npm/docs/output/commands/npm-audit.html
@@ -1363,9 +1363,6 @@ lib/node_modules/npm/node_modules/minipass/dist/esm/package.json
 lib/node_modules/npm/node_modules/minipass/package.json
 lib/node_modules/npm/node_modules/minipass-collect/LICENSE
 lib/node_modules/npm/node_modules/minipass-collect/index.js
-lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/LICENSE
-lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.js
-lib/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json
 lib/node_modules/npm/node_modules/minipass-collect/package.json
 lib/node_modules/npm/node_modules/minipass-fetch/LICENSE
 lib/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js
diff --git a/www/npm/Makefile b/www/npm/Makefile
index 05a2653df1b8..65caa6fe3f1e 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	npm
-PORTVERSION=	10.2.4
+PORTVERSION=	10.2.5
 CATEGORIES=	www
 
 MAINTAINER=	sunpoet@FreeBSD.org