[121297] trunk/dports/games/openttd/Portfile

cal at macports.org cal at macports.org
Sun Jun 22 08:05:32 PDT 2014


Revision: 121297
          https://trac.macports.org/changeset/121297
Author:   cal at macports.org
Date:     2014-06-22 08:05:32 -0700 (Sun, 22 Jun 2014)
Log Message:
-----------
openttd, openttd-opengfx: update to 1.4.1 and 0.5.0 respectively

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

Modified: trunk/dports/games/openttd/Portfile
===================================================================
--- trunk/dports/games/openttd/Portfile	2014-06-22 13:47:24 UTC (rev 121296)
+++ trunk/dports/games/openttd/Portfile	2014-06-22 15:05:32 UTC (rev 121297)
@@ -12,10 +12,9 @@
 
 
 if {${name} eq ${subport}} {
-    version             1.4.0
-    revision            1
-    checksums           rmd160  1cef42f9378a2448dd7dc8aa683dcd540eef04f8 \
-                        sha256  d85bcb89d499a177a904f627ce407a086db8b26bc9a021030ee7f5534fbe0955
+    version             1.4.1
+    checksums           rmd160  feb76a26147277212ccf992dd854e833ec3ce3db \
+                        sha256  1face3af7a9b2169c0e284f3916f4b7b82947364e836107c404be520a570753e
 
     license             GPL-2
 
@@ -76,10 +75,9 @@
 }
 
 subport openttd-opengfx {
-    version             0.4.7
-    revision            1
-    checksums           rmd160  6f37ebe23e75137f204e5d13233cf7b92b28a9e0 \
-                        sha256  10032c683f98b4d378c0651118a4858ae6d3f0a5059302dc3f96bfbfcdc67241
+    version             0.5.0
+    checksums           rmd160  beb468ec34277ec6e3e8ead4ed860683e06c4081 \
+                        sha256  440cd0ad40f17c180bf1a339fad5a06c9cdc0a4e680dd1f8d5e4aa720d4b531a
 
     supported_archs     noarch
     license             GPL-2
@@ -96,6 +94,11 @@
     worksrcdir          opengfx-${version}
     use_zip             yes
 
+    # for some reason, the opengfx-0.5.0-all.zip file contains a tarball
+    post-extract {
+        system -W ${workpath} "tar xf opengfx-${version}.tar"
+    }
+
     use_configure       no
     build               {}
     destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140622/621adefb/attachment-0001.html>


More information about the macports-changes mailing list