Date: Fri, 10 May 2019 13:03:28 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501173 - head/games/gzdoom Message-ID: <201905101303.x4AD3SGB070880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905101303.x4AD3SGB070880>