[34765] trunk/dports/games/boswars

simon at macports.org simon at macports.org
Tue Mar 4 12:54:38 PST 2008


Revision: 34765
          http://trac.macosforge.org/projects/macports/changeset/34765
Author:   simon at macports.org
Date:     2008-03-04 12:54:37 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
games/boswars: Updated to version 2.5.

Modified Paths:
--------------
    trunk/dports/games/boswars/Portfile
    trunk/dports/games/boswars/files/patch-SConstruct.diff

Modified: trunk/dports/games/boswars/Portfile
===================================================================
--- trunk/dports/games/boswars/Portfile	2008-03-04 20:45:58 UTC (rev 34764)
+++ trunk/dports/games/boswars/Portfile	2008-03-04 20:54:37 UTC (rev 34765)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                boswars
-version             pre2.5
+version             2.5
 categories          games
 platforms           darwin
 maintainers         simon
@@ -19,9 +19,9 @@
 
 homepage            http://boswars.org/
 master_sites        ${homepage}dist/releases/
-checksums           md5 2eaca394a5e9575ed70381acd4a1ec32 \
-                    sha1 5cc598bdec9965bb92482391e26316456f551afa \
-                    rmd160 db5ac9c0a4622e43816856819c951bf567fad4f9
+checksums           md5 9d280d086ccf81119f40bde98eb9a795 \
+                    sha1 7305eaea67a0df8dd689df821573dab17e8de01a \
+                    rmd160 dc42410f3d89c588b579ee7c0d47627c5d455362
 distname            ${name}-${version}-src
 
 depends_build       port:scons
@@ -74,7 +74,7 @@
     ui_msg "****************************************************************"
     ui_msg "*                                                              *"
     ui_msg "* Attention! Changing display mode to OpenGL in the settings   *"
-    ui_msg "* menu doesn't work and causes an application crash! If this   *"
+    ui_msg "* menu may not work and cause an application crash! If this    *"
     ui_msg "* happens remove ~/Library/boswars/preferences.lua to reset    *"
     ui_msg "* the setting.                                                 *"
     ui_msg "*                                                              *"

Modified: trunk/dports/games/boswars/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/games/boswars/files/patch-SConstruct.diff	2008-03-04 20:45:58 UTC (rev 34764)
+++ trunk/dports/games/boswars/files/patch-SConstruct.diff	2008-03-04 20:54:37 UTC (rev 34765)
@@ -5,7 +5,7 @@
  debug = env.Copy()
  debug.Append(CPPDEFINES = 'DEBUG')
 -debug.Append(CCFLAGS = Split('-g -Wsign-compare -Wall -Werror'))
-+debug.Append(CCFLAGS = Split('-g'))
++debug.Append(CCFLAGS = Split('-g -Wsign-compare -Wall'))
  
  profile = debug.Copy()
  profile.Append(CCFLAGS = Split('-pg'))

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080304/bbf29fb3/attachment.html 


More information about the macports-changes mailing list