git: cd9806064630 - main - devel/godot2: remove dependency on python2, undeprecate consumer ports

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 12 13:21:03 UTC 2021


The branch main has been updated by amdmi3:

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

commit cd980606463023c2d1909c8bc38c157d56207da8
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-12 10:53:22 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-12 13:20:25 +0000

    devel/godot2: remove dependency on python2, undeprecate consumer ports
---
 devel/godot2/Makefile           | 2 +-
 games/minilens/Makefile         | 3 ---
 games/tanks-of-freedom/Makefile | 3 ---
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/godot2/Makefile b/devel/godot2/Makefile
index 2203e4b3e134..8e8735d530b4 100644
--- a/devel/godot2/Makefile
+++ b/devel/godot2/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	xdg-user-dir:devel/xdg-user-dirs \
 		xdg-open:devel/xdg-utils \
 		xmessage:x11/xmessage
 
-USES=		compiler:c++11-lib gl pkgconfig scons:python2 ssl xorg
+USES=		compiler:c++11-lib gl pkgconfig scons ssl xorg
 USE_XORG=	x11 xcursor xi xinerama xrandr
 USE_GL=		gl glu
 
diff --git a/games/minilens/Makefile b/games/minilens/Makefile
index f876a7c0a8ca..1647b1e4a9e7 100644
--- a/games/minilens/Makefile
+++ b/games/minilens/Makefile
@@ -11,9 +11,6 @@ LICENSE=	GPLv3+ CC-BY-SA-4.0
 LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/LICENSE.txt
 
-DEPRECATED=	Uses EOL Python 2.7 via devel/godot2
-EXPIRATION_DATE=2021-06-23
-
 RUN_DEPENDS=	godot2:devel/godot2
 
 USE_GITHUB=	yes
diff --git a/games/tanks-of-freedom/Makefile b/games/tanks-of-freedom/Makefile
index 20a9a00c81bf..9a7a4ab1193a 100644
--- a/games/tanks-of-freedom/Makefile
+++ b/games/tanks-of-freedom/Makefile
@@ -11,9 +11,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	godot2:devel/godot2
 
-DEPRECATED=	Uses EOL Python 2.7 via devel/godot2
-EXPIRATION_DATE=2021-06-23
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	w84death
 GH_PROJECT=	Tanks-of-Freedom


More information about the dev-commits-ports-all mailing list