[61735] trunk/dports/x11/wine-crossover-games/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 20 12:09:14 PST 2009


Revision: 61735
          http://trac.macports.org/changeset/61735
Author:   ryandesign at macports.org
Date:     2009-12-20 12:09:13 -0800 (Sun, 20 Dec 2009)
Log Message:
-----------
wine-crossover-games: update to 8.1.0, fix configure failure when a version of wine-crossover-games is not already installed, and fix livecheck; see #22917

Modified Paths:
--------------
    trunk/dports/x11/wine-crossover-games/Portfile

Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile	2009-12-20 19:59:46 UTC (rev 61734)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2009-12-20 20:09:13 UTC (rev 61735)
@@ -5,8 +5,7 @@
 
 name                    wine-crossover-games
 conflicts               wine wine-devel
-version                 8.0.0
-revision                1
+version                 8.1.0
 categories              x11
 maintainers             jeremyhu openmaintainer
 homepage                http://www.codeweavers.com/
@@ -25,12 +24,13 @@
     Wine is an implementation of the Windows APIs on top of X11.  This version contains the Codeweavers patches for Crossover Games
 
 master_sites \
+    http://media.codeweavers.com/pub/crossover/source/ \
     http://media.codeweavers.com/pub/crossover/source/archive/${version}/
 
 checksums \
-    md5     d6f5a5f08a8993419c39b6d09b3de165 \
-    sha1    1a1e29485901379b82921befb838e3f7de710de1 \
-    rmd160  5421b542140a2b40c15741fa6b53add95442c316
+    md5     b38d5e04a7546864dbdf72520cc6ecf1 \
+    sha1    4a6f4e13090b43979bf1fbf9f200f56fb2679e63 \
+    rmd160  b3e90e8146ed73a0fe9f032ffdde313ab4c2ef2e
 
 depends_lib \
     port:expat \
@@ -72,10 +72,12 @@
 depends_build \
     port:pkgconfig
 
+# Extract only the wine directory. We don't need the others, and their presence
+# interferes with the wine build (which uses parts of them if present).
+extract.post_args-append wine
+
 configure.ldflags-append \
     -framework CoreServices \
-    -lfreetype \
-    -lwine \
     -lz
 
 configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib
@@ -101,5 +103,5 @@
 }
 
 livecheck.type          regex
-livecheck.url           http://media.codeweavers.com/pub/crossover/source/archive
-livecheck.regex         {>([0-9.]+)/<}
+livecheck.url           [lindex ${master_sites} 0]
+livecheck.regex         {(\d+(\.\d+)+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091220/40f57b7c/attachment.html>


More information about the macports-changes mailing list