svn commit: r465701 - in head/games/gzdoom: . files
Kyle Evans
kevans at FreeBSD.org
Tue Mar 27 13:21:36 UTC 2018
Author: kevans (src committer)
Date: Tue Mar 27 13:21:35 2018
New Revision: 465701
URL: https://svnweb.freebsd.org/changeset/ports/465701
Log:
games/gzdoom: Update to 3.3.0
Due to too many skipped releases, see
https://github.com/coelckers/gzdoom/releases for release notes between 3.1.0
and 3.3.0.
The patches have since been made redundant by upstream, so they can
safely/happily go away.
MAINTAINER has been updated to my @FreeBSD.org address; this port was still
a work in progress when r445117 to update my other ports was committed.
Tested with: Poudriere (10.4, amd64)
Tested with: Poudriere (stable/11, amd64)
Tested with: Poudriere (head, amd64)
Approved by: lwhsu (ports), me (maintainer)
Differential Revision: https://reviews.freebsd.org/D14864
Deleted:
head/games/gzdoom/files/patch-src_dobject.h
head/games/gzdoom/files/patch-src_scripting_vm_vm.h
head/games/gzdoom/files/patch-src_scripting_vm_vmexec.cpp
Modified:
head/games/gzdoom/Makefile
head/games/gzdoom/distinfo
Modified: head/games/gzdoom/Makefile
==============================================================================
--- head/games/gzdoom/Makefile Tue Mar 27 13:03:54 2018 (r465700)
+++ head/games/gzdoom/Makefile Tue Mar 27 13:21:35 2018 (r465701)
@@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= gzdoom
-PORTVERSION= 3.1.0
+PORTVERSION= 3.3.0
DISTVERSIONPREFIX= g
CATEGORIES= games
-MAINTAINER= bsdports at kyle-evans.net
+MAINTAINER= kevans at FreeBSD.org
COMMENT= GL-enhanced source port for Doom-engine games
LICENSE= BSD3CLAUSE GPLv3 LGPL3
Modified: head/games/gzdoom/distinfo
==============================================================================
--- head/games/gzdoom/distinfo Tue Mar 27 13:03:54 2018 (r465700)
+++ head/games/gzdoom/distinfo Tue Mar 27 13:21:35 2018 (r465701)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498082404
-SHA256 (coelckers-gzdoom-g3.1.0_GH0.tar.gz) = c011ce9a95b765da5b81cf723062379d585c57cb586848385a2319deba1996c3
-SIZE (coelckers-gzdoom-g3.1.0_GH0.tar.gz) = 9026969
+TIMESTAMP = 1522031247
+SHA256 (coelckers-gzdoom-g3.3.0_GH0.tar.gz) = 1639bd172901085e55629db92598e49f527f832a651d9978cf8ec981fd916343
+SIZE (coelckers-gzdoom-g3.3.0_GH0.tar.gz) = 9887523
More information about the svn-ports-all
mailing list