[68241] trunk/dports/games/rocksndiamonds

phw at macports.org phw at macports.org
Sat May 29 13:29:26 PDT 2010


Revision: 68241
          http://trac.macports.org/changeset/68241
Author:   phw at macports.org
Date:     2010-05-29 13:29:22 -0700 (Sat, 29 May 2010)
Log Message:
-----------
rocksndiamonds: Updated to version 3.3.0.0, added livecheck

Modified Paths:
--------------
    trunk/dports/games/rocksndiamonds/Portfile
    trunk/dports/games/rocksndiamonds/files/patch-Makefile.diff

Modified: trunk/dports/games/rocksndiamonds/Portfile
===================================================================
--- trunk/dports/games/rocksndiamonds/Portfile	2010-05-29 20:13:33 UTC (rev 68240)
+++ trunk/dports/games/rocksndiamonds/Portfile	2010-05-29 20:29:22 UTC (rev 68241)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			rocksndiamonds
-version			3.2.6.1
+version			3.3.0.0
 categories		games
 platforms		darwin
 maintainers		phw
@@ -17,9 +17,11 @@
 
 homepage		http://www.artsoft.org/rocksndiamonds/
 master_sites	http://www.artsoft.org/RELEASES/unix/${name}
-checksums		md5     75a4a7c7f11e89fc4a664da3b016a783 \
-				sha1    18ddf5ce93a83a3fb89d65b69a80291a978f5b7e \
-				rmd160  136df20ffbe745b65417d39f406d2bbb4f544f1c
+checksums           md5     191b7a63de9706b0aee52cdf983b3267 \
+                    sha1    87adc52a2ee648d0199612641d55a1c5fa0d82fe \
+                    rmd160  20735fd0edb871663ba615592d94f1663480844b
+
+
 patchfiles		patch-Makefile.diff
 
 depends_lib		path:lib/pkgconfig/sdl.pc:libsdl \
@@ -50,3 +52,6 @@
 	}
 }
 
+livecheck.type  regex
+livecheck.url   ${homepage}/download.html
+livecheck.regex           "Rocks'n'Diamonds (\\d+(?:\\.\\d+)*)"

Modified: trunk/dports/games/rocksndiamonds/files/patch-Makefile.diff
===================================================================
--- trunk/dports/games/rocksndiamonds/files/patch-Makefile.diff	2010-05-29 20:13:33 UTC (rev 68240)
+++ trunk/dports/games/rocksndiamonds/files/patch-Makefile.diff	2010-05-29 20:29:22 UTC (rev 68241)
@@ -1,20 +1,22 @@
---- Makefile	Sun Nov  9 23:35:32 2003
-+++ Makefile.new	Sat Jan 17 21:15:52 2004
-@@ -21,11 +21,11 @@
+--- Makefile.orig	2010-05-29 22:23:53.000000000 +0200
++++ Makefile	2010-05-29 22:26:16.000000000 +0200
+@@ -21,13 +21,14 @@
  
  # directory for read-only game data (like graphics, sounds, levels)
  # default is '.' to be able to run program without installation
 -# RO_GAME_DIR = /usr/games
 +RO_GAME_DIR = _PREFIX_/share/games/rocksndiamonds
+ # use the following setting for Debian / Ubuntu installations:
+ # RO_GAME_DIR = /usr/share/games/rocksndiamonds
  
  # directory for writable game data (like highscore files)
  # default is '.' to be able to run program without installation
--# RW_GAME_DIR = /var/games
+ # RW_GAME_DIR = /var/games
 +RW_GAME_DIR = _PREFIX_/var/games
+ # use the following setting for Debian / Ubuntu installations:
+ # RW_GAME_DIR = /var/games/rocksndiamonds
  
- # uncomment if system has no joystick include file
- # JOYSTICK = -DNO_JOYSTICK
-@@ -33,7 +33,7 @@
+@@ -37,7 +38,7 @@
  # choose if more than one global score file entry for one player is allowed
  # (default: MANY_PER_NAME)
  # uncomment to install game in multi-user environment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100529/df803dd5/attachment.html>


More information about the macports-changes mailing list