Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2022 11:05:22 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: 1dc3b7422178 - main - www/node16: Update USES=python
Message-ID:  <202206091105.259B5MbF052557@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=1dc3b742217855d23609ede1f7b84b4d7b8ad3ac

commit 1dc3b742217855d23609ede1f7b84b4d7b8ad3ac
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 11:00:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 11:00:39 +0000

    www/node16: Update USES=python
    
    from configure:
    acceptable_pythons = ((3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
    
    Approved by:    portmgr (blanket)
---
 www/node16/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/node16/Makefile b/www/node16/Makefile
index 1f2c41f50a59..69489c911828 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -15,7 +15,7 @@ BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 16.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.9,build pkgconfig \
+USES=		compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \
 		localbase shebangfix
 
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE COREPACK



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206091105.259B5MbF052557>