[65688] trunk/dports/games/blobwars

ryandesign at macports.org ryandesign at macports.org
Tue Mar 30 02:12:04 PDT 2010


Revision: 65688
          http://trac.macports.org/changeset/65688
Author:   ryandesign at macports.org
Date:     2010-03-30 02:12:03 -0700 (Tue, 30 Mar 2010)
Log Message:
-----------
blobwars: update to 1.17, fix homepage and master_sites

Modified Paths:
--------------
    trunk/dports/games/blobwars/Portfile
    trunk/dports/games/blobwars/files/patch-makefile.diff

Modified: trunk/dports/games/blobwars/Portfile
===================================================================
--- trunk/dports/games/blobwars/Portfile	2010-03-30 09:00:39 UTC (rev 65687)
+++ trunk/dports/games/blobwars/Portfile	2010-03-30 09:12:03 UTC (rev 65688)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    blobwars
-version                 1.08
+version                 1.17
 categories              games
 platforms               darwin
 maintainers             nomaintainer
@@ -19,18 +19,19 @@
 
 distname                ${name}-${version}-1
 worksrcdir              ${name}-${version}
-homepage                http://www.parallelrealities.co.uk/blobWars.php
-master_sites            http://www.parallelrealities.co.uk/download.php?proj=blobwars&file=${distfiles}&type=zip&foo=
+homepage                http://www.parallelrealities.co.uk/projects/blobWars.php
+master_sites            http://www.parallelrealities.co.uk/download/blobwars/
 
-checksums               md5     16462e3ee394b05432fab820a7de8389 \
-                        sha1    3b932def0d93dbbe625887558d029df0f77254dd \
-                        rmd160  1816fb53c2cc8cb6aa9bb31cd2e9626bfd841a95
+checksums               md5     b7e639e1dddf13fe7d9de939ef0e5d6f \
+                        sha1    0541c4f6e4b9ca7222dc66594c054db8219e3e5f \
+                        rmd160  1b9752f262d111a6fc71e995c9c3d1fc3c87ff3f
 
 depends_lib             port:gettext \
                         path:lib/pkgconfig/sdl.pc:libsdl \
                         port:libsdl_image \
                         port:libsdl_ttf \
                         port:libsdl_mixer \
+                        port:libsdl_net \
                         port:zlib
 
 patchfiles              patch-makefile.diff

Modified: trunk/dports/games/blobwars/files/patch-makefile.diff
===================================================================
--- trunk/dports/games/blobwars/files/patch-makefile.diff	2010-03-30 09:00:39 UTC (rev 65687)
+++ trunk/dports/games/blobwars/files/patch-makefile.diff	2010-03-30 09:12:03 UTC (rev 65688)
@@ -1,5 +1,5 @@
---- makefile	2008-01-21 14:17:53.000000000 -0600
-+++ makefile	2008-08-02 00:48:43.000000000 -0500
+--- makefile.orig	2010-03-07 04:58:04.000000000 -0600
++++ makefile	2010-03-30 04:08:11.000000000 -0500
 @@ -8,7 +8,7 @@
  USEPAK = 1
  
@@ -9,16 +9,16 @@
  DATADIR = $(PREFIX)/share/games/blobwars/
  DOCDIR = $(PREFIX)/share/doc/$(PROG)/
  ICONDIR = $(PREFIX)/share/icons/hicolor/
-@@ -19,7 +19,7 @@
+@@ -22,7 +22,7 @@
  CXXFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DOCDIR)index.html\" -Wall
- CXXFLAGS += -DLOCALEDIR=\"$(LOCALEDIR)\"
- CXXFLAGS += $(CFLAGS)
--LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz
-+LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz -lintl
+ CXXFLAGS += -DLOCALEDIR=\"$(LOCALEDIR)\" -DMEDAL_SERVER_HOST=\"$(MEDAL_SERVER_HOST)\" -DMEDAL_SERVER_PORT=$(MEDAL_SERVER_PORT)
+ CXXFLAGS += $(CFLAGS) -Werror
+-LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz
++LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz -lintl
  
- OBJS += aquaBoss.o bosses.o bullets.o cutscene.o
- OBJS += CAudio.o CBoss.o CCollision.o CCutscene.o CData.o CEffect.o CEngine.o CEntity.o CFileData.o CGame.o 
-@@ -77,9 +77,9 @@
+ OBJS += CAudio.o
+ OBJS += CBoss.o
+@@ -108,9 +108,9 @@
  	mkdir -p $(ICONDIR)64x64/apps
  	mkdir -p $(DESKTOPDIR)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100330/1878573c/attachment-0001.html>


More information about the macports-changes mailing list