Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 13:47:57 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 278b2d3e265f - main - games/funnyboat: Fix build with python-3.11
Message-ID:  <202401131347.40DDlvjQ005469@gitrepo.freebsd.org>

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

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

commit 278b2d3e265ff6bf659481c14877a273fb660ef3
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-01-13 13:45:16 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-13 13:47:19 +0000

    games/funnyboat: Fix build with python-3.11
    
    PR:             276047
    Reported by:    wen@
    Approved by:    portmgr@(blanket, fix build)
---
 games/funnyboat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile
index d7bc64f5ae30..562c0f303ba6 100644
--- a/games/funnyboat/Makefile
+++ b/games/funnyboat/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYGAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	AMDmi3
 
-USES=		python:3.8-3.9,run  # version range inherited from numpy
+USES=		python:run  # version range inherited from numpy
 NO_BUILD=	yes
 NO_ARCH=	yes
 



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