svn commit: r501173 - head/games/gzdoom

Piotr Kubaj pkubaj at FreeBSD.org
Fri May 10 13:03:29 UTC 2019


Author: pkubaj
Date: Fri May 10 13:03:28 2019
New Revision: 501173
URL: https://svnweb.freebsd.org/changeset/ports/501173

Log:
  games/gzdoom: update to 4.1.1
  
  Among many fixes, this brings compatibility with non-x86 platforms.
  
  PR:		236988
  Approved by:	kevans (maintainer), mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20149

Modified:
  head/games/gzdoom/Makefile

Modified: head/games/gzdoom/Makefile
==============================================================================
--- head/games/gzdoom/Makefile	Fri May 10 12:41:50 2019	(r501172)
+++ head/games/gzdoom/Makefile	Fri May 10 13:03:28 2019	(r501173)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gzdoom
-PORTVERSION=	3.7.2
-PORTREVISION=	1
+PORTVERSION=	4.1.1
 DISTVERSIONPREFIX=	g
 CATEGORIES=	games
 
@@ -22,7 +21,8 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfluidsynth.so:audio/fluidsynth \
 		libgme.so:audio/libgme
 
-USES=		cmake gettext jpeg openal pkgconfig
+USES=		cmake compiler:c++11-lang gettext gl gnome jpeg openal \
+		pkgconfig sdl
 
 DATADIR=	${DMDIR}/${PORTNAME}
 


More information about the svn-ports-all mailing list