svn commit: r530920 - head/games/doomsday

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Apr 6 19:04:24 UTC 2020


Author: danilo
Date: Mon Apr  6 19:04:23 2020
New Revision: 530920
URL: https://svnweb.freebsd.org/changeset/ports/530920

Log:
  - Use Python 3

Modified:
  head/games/doomsday/Makefile

Modified: head/games/doomsday/Makefile
==============================================================================
--- head/games/doomsday/Makefile	Mon Apr  6 18:49:36 2020	(r530919)
+++ head/games/doomsday/Makefile	Mon Apr  6 19:04:23 2020	(r530920)
@@ -11,16 +11,13 @@ COMMENT=	Enhanced Doom, Heretic, and Hexen source port
 
 LICENSE=	GPLv2
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libassimp.so:multimedia/assimp \
 		libfluidsynth.so:audio/fluidsynth
 RUN_DEPENDS=	timidity:audio/timidity
 
 USES=		cmake compiler:c++11-lib gl localbase:ldflags ncurses ninja openal pkgconfig \
-		python:2.7,build qt:5 sdl xorg
+		python:3.5+,build qt:5 sdl xorg
 
 USE_GL=		gl glu
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list