Date: Mon, 29 Jul 2024 12:46:08 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f3370eeb86fb - main - www/npm-node20: Cosmetic change Message-ID: <202407291246.46TCk8vl009458@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3370eeb86fb3aedfdf5f9509d41bf82328629d4 commit f3370eeb86fb3aedfdf5f9509d41bf82328629d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 12:39:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 12:39:05 +0000 www/npm-node20: Cosmetic change --- www/npm-node20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/npm-node20/Makefile b/www/npm-node20/Makefile index a2854f8dc66e..1bb8a4ab57ef 100644 --- a/www/npm-node20/Makefile +++ b/www/npm-node20/Makefile @@ -41,7 +41,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. +# Use the following line instead of the above 2 lines after Python 3.8 expires on Oct 31, 2024. #${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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291246.46TCk8vl009458>