Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107284664
D14864.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D14864.diff
View Options
Index: head/games/gzdoom/Makefile
===================================================================
--- head/games/gzdoom/Makefile
+++ head/games/gzdoom/Makefile
@@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= gzdoom
-PORTVERSION= 3.1.0
+PORTVERSION= 3.3.0
DISTVERSIONPREFIX= g
CATEGORIES= games
-MAINTAINER= bsdports@kyle-evans.net
+MAINTAINER= kevans@FreeBSD.org
COMMENT= GL-enhanced source port for Doom-engine games
LICENSE= BSD3CLAUSE GPLv3 LGPL3
Index: head/games/gzdoom/distinfo
===================================================================
--- head/games/gzdoom/distinfo
+++ head/games/gzdoom/distinfo
@@ -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
Index: head/games/gzdoom/files/patch-src_dobject.h
===================================================================
--- head/games/gzdoom/files/patch-src_dobject.h
+++ head/games/gzdoom/files/patch-src_dobject.h
@@ -1,11 +0,0 @@
---- src/dobject.h.orig 2017-06-22 13:58:35 UTC
-+++ src/dobject.h
-@@ -198,7 +198,7 @@ class DObject (protected)
- enum { MetaClassNum = CLASSREG_PClass };
-
- // Per-instance variables. There are four.
--#ifdef _DEBUG
-+#ifndef NDEBUG
- public:
- enum
- {
Index: head/games/gzdoom/files/patch-src_scripting_vm_vm.h
===================================================================
--- head/games/gzdoom/files/patch-src_scripting_vm_vm.h
+++ head/games/gzdoom/files/patch-src_scripting_vm_vm.h
@@ -1,11 +0,0 @@
---- src/scripting/vm/vm.h.orig 2017-06-22 13:58:53 UTC
-+++ src/scripting/vm/vm.h
-@@ -376,7 +376,7 @@ int VMCall(VMFunction *func, VMValue *params, int nump
- // variable name <x> at position <p>
- void NullParam(const char *varname);
-
--#ifdef _DEBUG
-+#ifndef NDEBUG
- bool AssertObject(void * ob);
- #endif
-
Index: head/games/gzdoom/files/patch-src_scripting_vm_vmexec.cpp
===================================================================
--- head/games/gzdoom/files/patch-src_scripting_vm_vmexec.cpp
+++ head/games/gzdoom/files/patch-src_scripting_vm_vmexec.cpp
@@ -1,11 +0,0 @@
---- src/scripting/vm/vmexec.cpp.orig 2017-06-22 13:59:05 UTC
-+++ src/scripting/vm/vmexec.cpp
-@@ -229,7 +229,7 @@ void VMFillParams(VMValue *params, VMFrame *callee, in
- }
-
-
--#ifdef _DEBUG
-+#ifndef NDEBUG
- bool AssertObject(void * ob)
- {
- auto obj = (DObject*)ob;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 11:37 PM (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15773865
Default Alt Text
D14864.diff (2 KB)
Attached To
Mode
D14864: games/gzdoom: Update to 3.3.0
Attached
Detach File
Event Timeline
Log In to Comment