Skip to content
Snippets Groups Projects
Verified Commit 1d22f127 authored by sunpoet's avatar sunpoet
Browse files

www/npm: Update to 10.2.0

parent 7e9e394b
No related branches found
No related tags found
No related merge requests found
PORTNAME= npm
PORTVERSION= 9.7.2
PORTVERSION= 10.2.0
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
PKGNAMESUFFIX= ${NODEJS_SUFFIX}
......@@ -40,5 +40,7 @@ do-install:
${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
# After Python 3.8 expires, use the following line instead of the above 2 lines.
#${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>
TIMESTAMP = 1688051736
SHA256 (npm-9.7.2.tar.xz) = 5c4d39fff52226c21338adf9d182531428717f90ff1a1384c5c1507906dd9ab7
SIZE (npm-9.7.2.tar.xz) = 1830500
TIMESTAMP = 1696753630
SHA256 (npm-10.2.0.tar.xz) = 95b322602086eb76729c0684e13de7a3a8b5b07bee810e7b56e81b4b67352320
SIZE (npm-10.2.0.tar.xz) = 1861840
This diff is collapsed.
PORTNAME= npm
PORTVERSION= 9.7.2
PORTVERSION= 10.2.0
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment