summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-28 07:22:45 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-28 07:43:46 +0800
commitffdd0ef87ddd36564441c78875510576cfc481a1 (patch)
tree3414e14fa7ca370754daa24473f583a8f184e0d0
parentb3d3005eca3e4500c9555da51eb40c689bc1cb4e (diff)
downloadfreebsd-ports-ffdd0ef87ddd36564441c78875510576cfc481a1.zip
www/npm: Update to 9.6.7
Changes: https://github.com/npm/cli/releases
-rw-r--r--www/npm-node18/Makefile2
-rw-r--r--www/npm-node18/distinfo6
-rw-r--r--www/npm-node18/pkg-plist7
-rw-r--r--www/npm/Makefile2
4 files changed, 12 insertions, 5 deletions
diff --git a/www/npm-node18/Makefile b/www/npm-node18/Makefile
index 6426b0718344..c2fbe7777065 100644
--- a/www/npm-node18/Makefile
+++ b/www/npm-node18/Makefile
@@ -1,5 +1,5 @@
PORTNAME= npm
-PORTVERSION= 9.6.6
+PORTVERSION= 9.6.7
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
PKGNAMESUFFIX= ${NODEJS_SUFFIX}
diff --git a/www/npm-node18/distinfo b/www/npm-node18/distinfo
index 9034077a25aa..6c13ac8bf536 100644
--- a/www/npm-node18/distinfo
+++ b/www/npm-node18/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683227599
-SHA256 (npm-9.6.6.tar.xz) = 7427fbe37baa2ed709f4cd7b51ff95d9609ef741bd77b9111fa11d89865a2766
-SIZE (npm-9.6.6.tar.xz) = 1824788
+TIMESTAMP = 1685162058
+SHA256 (npm-9.6.7.tar.xz) = b741aa5dde305ca66fb0ead2c7a6aeb915d61e3c482cd42d94040dbbd2e06b8f
+SIZE (npm-9.6.7.tar.xz) = 1831000
diff --git a/www/npm-node18/pkg-plist b/www/npm-node18/pkg-plist
index 91a4afa8608b..3c2b8debffb0 100644
--- a/www/npm-node18/pkg-plist
+++ b/www/npm-node18/pkg-plist
@@ -567,6 +567,7 @@ lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js
lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json
lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js
+lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js
@@ -2139,6 +2140,8 @@ lib/node_modules/npm/node_modules/sigstore/dist/external/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/external/index.js
lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.js
+lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.d.ts
+lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.js
lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.js
lib/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts
@@ -2179,10 +2182,14 @@ lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js
lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js
+lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.d.ts
+lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.js
lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.js
lib/node_modules/npm/node_modules/sigstore/dist/tuf/target.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tuf/target.js
+lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.d.ts
+lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.js
lib/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/types/signature.js
lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts
diff --git a/www/npm/Makefile b/www/npm/Makefile
index 9e538c11f4a9..4d920baf5735 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= npm
-PORTVERSION= 9.6.6
+PORTVERSION= 9.6.7
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org