Date: Thu, 14 Jul 2022 12:58:59 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 32538c17f174 - main - games/freeorion: update supported python versions Message-ID: <202207141258.26ECwx8l090702@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=32538c17f17407b11e5bd655d8fefb44a80247c1 commit 32538c17f17407b11e5bd655d8fefb44a80247c1 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-07-14 12:31:35 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-07-14 12:58:42 +0000 games/freeorion: update supported python versions --- games/freeorion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 991cf9be48a7..bc7a214535d8 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ USE_GITHUB= yes -USES= cmake compiler:c++14-lang python:3.5-3.9 # inherited from boost-python-libs +USES= cmake compiler:c++14-lang python:3.8-3.10 # inherited from boost-python-libs CMAKE_ARGS= -Wno-dev LDFLAGS_i386= -Wl,-znotext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207141258.26ECwx8l090702>