git: 4333790a806f - main - www/node19: Fix USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 05 Feb 2023 15:54:22 UTC
The branch main has been updated by sunpoet:

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(-)

diff --git a/www/node19/Makefile b/www/node19/Makefile
index 43cc41525a8a..a393d5f3446d 100644
--- a/www/node19/Makefile
+++ b/www/node19/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS=	libbrotlidec.so:archivers/brotli \
 		libnghttp2.so:www/libnghttp2 \
 		libuv.so:devel/libuv
 
-USES=		compiler:c++11-lib gmake localbase pkgconfig python:3.6-3.10,build shebangfix
+USES=		compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix
 
 CONFIGURE_ARGS=	--prefix=${PREFIX:S|^${DESTDIR}||} \
 		--shared-brotli \