git: a439ef3fcbd2 - main - www/npm: Update to 9.4.1
- Reply: Juraj Lutter : "Re: git: a439ef3fcbd2 - main - www/npm: Update to 9.4.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 18:18:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a439ef3fcbd2024c1be687adcd0d065b7de2f520 commit a439ef3fcbd2024c1be687adcd0d065b7de2f520 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 18:16:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 18:16:43 +0000 www/npm: Update to 9.4.1 Changes: https://github.com/npm/cli/releases --- www/npm-node18/Makefile | 5 ++--- www/npm-node18/distinfo | 6 +++--- www/npm/Makefile | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/npm-node18/Makefile b/www/npm-node18/Makefile index 6cbae7b2e721..b423d386861f 100644 --- a/www/npm-node18/Makefile +++ b/www/npm-node18/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 9.4.0 +PORTVERSION= 9.4.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= ${NODEJS_SUFFIX} @@ -38,7 +38,6 @@ post-patch: do-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/ ${ECHO_CMD} 'python=${PYTHON_CMD}' > ${STAGEDIR}${PREFIX}/etc/npmrc - ${PYTHON_CMD} -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp - ${PYTHON_CMD} -O -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp + ${PYTHON_CMD} -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -o 0 -o 1 .include <bsd.port.mk> diff --git a/www/npm-node18/distinfo b/www/npm-node18/distinfo index 5baa05e38be9..d62bc1c97d4c 100644 --- a/www/npm-node18/distinfo +++ b/www/npm-node18/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675095101 -SHA256 (npm-9.4.0.tar.xz) = c134fdff6c7de1f5eb9ad39ca9c031cc4860f29a8ac6ee9a78624f54c6a49fd0 -SIZE (npm-9.4.0.tar.xz) = 1691296 +TIMESTAMP = 1675618210 +SHA256 (npm-9.4.1.tar.xz) = a5f10cecc7e4a276af55ef80044b46bb95a7db7579f8970537317baefa213b6b +SIZE (npm-9.4.1.tar.xz) = 1693808 diff --git a/www/npm/Makefile b/www/npm/Makefile index 0ebe3c11df2d..4c53b4d0a5c0 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 9.4.0 +PORTVERSION= 9.4.1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org