Summary: | www/node1[4689]: support newer versions of Python | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jordan Ostreff <jordan> |
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | fernape, otis |
Priority: | --- | Keywords: | needs-patch |
Version: | Latest | Flags: | fernape:
maintainer-feedback?
(sunpoet) |
Hardware: | Any | ||
OS: | Any |
Description
Jordan Ostreff
2023-02-01 16:44:35 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ab6fa9363aeee4a20c4b7be634522d3451799ef commit 7ab6fa9363aeee4a20c4b7be634522d3451799ef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:17:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:47:46 +0000 www/node18: Fix USES=python It follows acceptable_pythons in the configure script. [1] PR: 269279 Reported by: Jordan Ostreff <jordan@ostreff.info> Reference: https://github.com/nodejs/node/blob/v18.14.0/configure [1] www/node18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4333790a806f59b5a5b8914559eae3e4f45cbbb4 commit 4333790a806f59b5a5b8914559eae3e4f45cbbb4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:17:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:47:46 +0000 www/node19: Fix USES=python It follows acceptable_pythons in the configure script. [1] PR: 269279 Reported by: Jordan Ostreff <jordan@ostreff.info> Reference: https://github.com/nodejs/node/blob/v19.6.0/configure [1] www/node19/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Committed. Thanks! |