Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2021 17:17:09 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: 78e1cfad10b5 - main - games/funnyboat: limit supported python versions
Message-ID:  <202111241717.1AOHH93S086803@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=78e1cfad10b5ba81294758e6a0507684a0c1b155

commit 78e1cfad10b5ba81294758e6a0507684a0c1b155
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-11-24 17:16:35 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-24 17:17:02 +0000

    games/funnyboat: limit supported python versions
---
 games/funnyboat/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile
index a8dd915fc38e..dee227f553b2 100644
--- a/games/funnyboat/Makefile
+++ b/games/funnyboat/Makefile
@@ -10,12 +10,12 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE-CODE.txt
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MEDIA.txt
 
+RUN_DEPENDS=	${PYGAME}
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	AMDmi3
 
-RUN_DEPENDS=	${PYGAME}
-
-USES=		python:run
+USES=		python:3.6-3.9,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?202111241717.1AOHH93S086803>