Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 06:20:50 +0000 (UTC)
From:      Barbara Guida <bar@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464879 - head/games/vavoom/files
Message-ID:  <201803180620.w2I6KoJZ053638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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, ())



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