[75330] trunk/dports/games/xmoto

raimue at macports.org raimue at macports.org
Fri Jan 21 16:53:28 PST 2011


Revision: 75330
          http://trac.macports.org/changeset/75330
Author:   raimue at macports.org
Date:     2011-01-21 16:53:28 -0800 (Fri, 21 Jan 2011)
Log Message:
-----------
games/xmoto:
 * Update to version 0.5.4
 * Remove patch-src-replay.cpp.diff which has been applied upstream
 * libpng 1.4 compatibility

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

Removed Paths:
-------------
    trunk/dports/games/xmoto/files/

Modified: trunk/dports/games/xmoto/Portfile
===================================================================
--- trunk/dports/games/xmoto/Portfile	2011-01-21 22:07:54 UTC (rev 75329)
+++ trunk/dports/games/xmoto/Portfile	2011-01-22 00:53:28 UTC (rev 75330)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name            xmoto
-version         0.5.2
-revision        1
+version         0.5.4
 categories      games
 platforms       macosx
 maintainers     raimue
@@ -19,9 +18,9 @@
 homepage        http://xmoto.tuxfamily.org/
 master_sites    http://download.tuxfamily.org/xmoto/xmoto/${version}/xmoto-${version}-src.tar.gz
 
-checksums       md5     1e3678ebceca21d61844efb53c140227 \
-                sha1    aa819872f06beb114025c490cea8e229cd85135d \
-                rmd160  a8323336814261b0c2bb0acf13d5e65ac92e921d
+checksums       md5     57f7b435c735aa04cf08d4c41b30f244 \
+                sha1    971ffd9abac28ae00b9c26f036636532f5adc753 \
+                rmd160  00a2159d24c8870250a516aa893f2f1d2ddffc46
 
 depends_build   bin:grep:grep
 
@@ -35,9 +34,14 @@
                 port:ode \
                 port:sqlite3 \
                 port:bzip2 \
-                port:curl
+                port:curl \
+                port:libxdg-basedir
 
-patchfiles      patch-src-replay.cpp.diff
+post-patch {
+    # libpng 1.4 compatibility
+    reinplace "s/png_set_gray_1_2_4_to_8/png_set_expand_gray_1_2_4_to_8/" \
+        ${worksrcpath}/src/image/tim_png.cpp
+}
 
 configure.args-append --with-apple-opengl-framework
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110121/8827d506/attachment-0001.html>


More information about the macports-changes mailing list