Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 18:43:12 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492316 - head/games/gzdoom
Message-ID:  <201902061843.x16IhCiC024108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans (src committer)
Date: Wed Feb  6 18:43:12 2019
New Revision: 492316
URL: https://svnweb.freebsd.org/changeset/ports/492316

Log:
  games/gzdoom: Update to 3.7.2
  
  Please visit https://github.com/coelckers/gzdoom/releases for highlights
  from each of the intermediate releases; many bug fixes and improvements are
  included, to ZScript and otherwise.
  
  The USES change has been included only to appease portlint and formatting.
  
  PR:		229212
  Submitted by:	Piotr Kubaj (pkubaj at anongoth.pl)
  Approved by:	zeising (ports)

Modified:
  head/games/gzdoom/Makefile
  head/games/gzdoom/distinfo

Modified: head/games/gzdoom/Makefile
==============================================================================
--- head/games/gzdoom/Makefile	Wed Feb  6 16:49:59 2019	(r492315)
+++ head/games/gzdoom/Makefile	Wed Feb  6 18:43:12 2019	(r492316)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gzdoom
-PORTVERSION=	3.3.2
-PORTREVISION=	1
+PORTVERSION=	3.7.2
 DISTVERSIONPREFIX=	g
 CATEGORIES=	games
 
@@ -22,9 +21,9 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfluidsynth.so:audio/fluidsynth \
 		libgme.so:audio/libgme
 
-DATADIR=	${DMDIR}/${PORTNAME}
+USES=		cmake gettext jpeg openal pkgconfig
 
-USES=		cmake	gettext jpeg openal pkgconfig
+DATADIR=	${DMDIR}/${PORTNAME}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	coelckers

Modified: head/games/gzdoom/distinfo
==============================================================================
--- head/games/gzdoom/distinfo	Wed Feb  6 16:49:59 2019	(r492315)
+++ head/games/gzdoom/distinfo	Wed Feb  6 18:43:12 2019	(r492316)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525834817
-SHA256 (coelckers-gzdoom-g3.3.2_GH0.tar.gz) = 4c24057bab444b07d37ee3b36fdbeba7024235474b23921474d261ff26b56b73
-SIZE (coelckers-gzdoom-g3.3.2_GH0.tar.gz) = 9896013
+TIMESTAMP = 1549010707
+SHA256 (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 5fb57c83b733d77688b5809b3bd64ab87f0976f4e81d3bbac0ea0785a24646cc
+SIZE (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 10512467



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902061843.x16IhCiC024108>