git: f27435a53626 - main - www/node16: Allow build with Python 3.11

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Fri, 23 Dec 2022 22:27:22 UTC
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f27435a536265df9358a34b1a380450d72e3e2ae

commit f27435a536265df9358a34b1a380450d72e3e2ae
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-12-23 22:25:22 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-12-23 22:27:11 +0000

    www/node16: Allow build with Python 3.11
    
    PR:             268466
---
 www/node16/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/node16/Makefile b/www/node16/Makefile
index 94a7cad2a87c..fd7ed9545b2c 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -16,7 +16,7 @@ BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js ${PORTVERSION:R:R}.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 
-USES=		compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \
+USES=		compiler:c++11-lib gmake python:3.6+,build pkgconfig \
 		localbase shebangfix
 
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE COREPACK