[134522] trunk/dports/games/gdash

ryandesign at macports.org ryandesign at macports.org
Sat Mar 28 02:44:19 PDT 2015


Revision: 134522
          https://trac.macports.org/changeset/134522
Author:   ryandesign at macports.org
Date:     2015-03-28 02:44:18 -0700 (Sat, 28 Mar 2015)
Log Message:
-----------
gdash: update to 20130427unstable; moved to bitbucket

Modified Paths:
--------------
    trunk/dports/games/gdash/Portfile

Added Paths:
-----------
    trunk/dports/games/gdash/files/patch-src-cave-helper-cavemap.hpp.diff
    trunk/dports/games/gdash/files/patch-src-sdl-ogl.hpp.diff

Removed Paths:
-------------
    trunk/dports/games/gdash/files/patch-src-IMG_savepng.c.diff

Modified: trunk/dports/games/gdash/Portfile
===================================================================
--- trunk/dports/games/gdash/Portfile	2015-03-28 07:09:33 UTC (rev 134521)
+++ trunk/dports/games/gdash/Portfile	2015-03-28 09:44:18 UTC (rev 134522)
@@ -3,24 +3,22 @@
 
 PortSystem          1.0
 PortGroup           app 1.0
+PortGroup           bitbucket 1.0
 
-name                gdash
-version             20100212
-revision            3
+bitbucket.setup     czirkoszoltan gdash 20130427unstable
 categories          games
 platforms           darwin
 maintainers         ryandesign openmaintainer
-license             BSD
+license             MIT
 
 description         Emerald Mine-like game for GTK+ and SDL
 
 long_description    ${name} is an ${description}.
 
-homepage            http://code.google.com/p/gdash/
-master_sites        googlecode
+bitbucket.tarball_from  downloads
 
-checksums           sha1    a9318249c0d471777c4ff8260d80d1cb0a6b37f9 \
-                    rmd160  17201f947ce76aa4deb01e525d41f8432c925bf5
+checksums           rmd160  417b1095ad012eb1f12adc515c48f419fe95ea73 \
+                    sha256  e50d18bcd0d08fcfd07a6a213f7e93be5e56154214de83623f6247ca6e98ac21
 
 depends_build       port:pkgconfig
 
@@ -28,14 +26,17 @@
                     port:libpng \
                     port:libsdl \
                     port:libsdl_image \
-                    port:libsdl_mixer
+                    port:libsdl_mixer \
+                    port:mesa
 
-patchfiles          patch-src-IMG_savepng.c.diff
+patchfiles          patch-src-cave-helper-cavemap.hpp.diff \
+                    patch-src-sdl-ogl.hpp.diff
 
 configure.args      --disable-glibtest \
                     --disable-gtktest \
-                    --disable-sdltest
+                    --disable-sdltest \
+                    --disable-silent-rules
 
-app.name            SDash
-app.executable      sdash
-app.icon            docs/gdash.png
+app.name            GDash
+app.executable      gdash
+app.icon            gdash.png

Deleted: trunk/dports/games/gdash/files/patch-src-IMG_savepng.c.diff
===================================================================
--- trunk/dports/games/gdash/files/patch-src-IMG_savepng.c.diff	2015-03-28 07:09:33 UTC (rev 134521)
+++ trunk/dports/games/gdash/files/patch-src-IMG_savepng.c.diff	2015-03-28 09:44:18 UTC (rev 134522)
@@ -1,10 +0,0 @@
---- src/IMG_savepng.c.orig	2009-11-26 06:57:09.000000000 -0600
-+++ src/IMG_savepng.c	2013-01-31 13:57:25.000000000 -0600
-@@ -27,6 +27,7 @@
- #include <stdlib.h>
- #include <SDL/SDL.h>
- #include <SDL/SDL_byteorder.h>
-+#include <zlib.h>
- #include <png.h>
- #include "IMG_savepng.h"
- 

Added: trunk/dports/games/gdash/files/patch-src-cave-helper-cavemap.hpp.diff
===================================================================
--- trunk/dports/games/gdash/files/patch-src-cave-helper-cavemap.hpp.diff	                        (rev 0)
+++ trunk/dports/games/gdash/files/patch-src-cave-helper-cavemap.hpp.diff	2015-03-28 09:44:18 UTC (rev 134522)
@@ -0,0 +1,11 @@
+https://bitbucket.org/czirkoszoltan/gdash/commits/f2776dad686b205d6755bb8ab829ae12c555ad8b
+--- src/cave/helper/cavemap.hpp.orig
++++ src/cave/helper/cavemap.hpp
+@@ -27,6 +27,7 @@
+ #include "config.h"
+ 
+ #include <stdexcept>
++#include <algorithm>
+ 
+ 
+ class CaveMapFuncs {

Added: trunk/dports/games/gdash/files/patch-src-sdl-ogl.hpp.diff
===================================================================
--- trunk/dports/games/gdash/files/patch-src-sdl-ogl.hpp.diff	                        (rev 0)
+++ trunk/dports/games/gdash/files/patch-src-sdl-ogl.hpp.diff	2015-03-28 09:44:18 UTC (rev 134522)
@@ -0,0 +1,12 @@
+https://bitbucket.org/czirkoszoltan/gdash/commits/a9be36febb9db3b4e2b7d78aa50f5f123407edfb
+--- src/sdl/ogl.hpp.orig
++++ src/sdl/ogl.hpp
+@@ -27,6 +27,8 @@
+ #include <SDL_opengl.h>
+ 
+ #include <glib.h>
++#include <string>
++#include <vector>
+ #include "sdl/sdlabstractscreen.hpp"
+ 
+ class SDLNewOGLScreen: public SDLAbstractScreen {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150328/22622dc1/attachment.html>


More information about the macports-changes mailing list