Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2022 21:03:06 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1a4e7e1d7ce - main - www/chromium: allow building with modern Python
Message-ID:  <202204072103.237L36g6042904@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

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

commit b1a4e7e1d7cea4c77710a12c3b3e94433d6176ce
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-04-07 21:00:57 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-04-07 21:01:49 +0000

    www/chromium: allow building with modern Python
    
    PR:             263121
---
 www/chromium/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 3a633bcd3e68..aea090f60df9 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -65,7 +65,7 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		noto-basic>0:x11-fonts/noto-basic
 
 USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome jpeg localbase:ldflags \
-		ninja perl5 pkgconfig python:3.6-3.9,build shebangfix tar:xz xorg
+		ninja perl5 pkgconfig python:3.7+,build shebangfix tar:xz xorg
 
 CPE_VENDOR=	google
 CPE_PRODUCT=	chrome



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