svn commit: r464879 - head/games/vavoom/files

Barbara Guida bar at FreeBSD.org
Sun Mar 18 06:20:51 UTC 2018


Author: bar
Date: Sun Mar 18 06:20:50 2018
New Revision: 464879
URL: https://svnweb.freebsd.org/changeset/ports/464879

Log:
  Attempt to fix on HEAD.

Modified:
  head/games/vavoom/files/patch-source_host.cpp

Modified: head/games/vavoom/files/patch-source_host.cpp
==============================================================================
--- head/games/vavoom/files/patch-source_host.cpp	Sun Mar 18 06:08:22 2018	(r464878)
+++ head/games/vavoom/files/patch-source_host.cpp	Sun Mar 18 06:20:50 2018	(r464879)
@@ -1,5 +1,14 @@
---- source/host.cpp.orig	2017-06-04 12:56:34.440473000 +0200
-+++ source/host.cpp	2017-06-04 13:10:16.524114000 +0200
+--- source/host.cpp.orig	2018-03-18 07:16:51.331022000 +0100
++++ source/host.cpp	2018-03-18 07:17:13.897333000 +0100
+@@ -523,7 +523,7 @@
+ COMMAND(Version)
+ {
+ 	GCon->Log("VAVOOM version " VERSION_TEXT" (r" SVN_REVISION_STRING ").");
+-	GCon->Log("Compiled "__DATE__" "__TIME__".");
++	GCon->Log("Compiled " __DATE__ " " __TIME__ ".");
+ }
+ 
+ //==========================================================================
 @@ -706,5 +706,5 @@
  
  	SAFE_SHUTDOWN(VObject::StaticExit, ())


More information about the svn-ports-head mailing list