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

ryandesign at macports.org ryandesign at macports.org
Wed Nov 25 03:17:49 PST 2009


Revision: 60828
          http://trac.macports.org/changeset/60828
Author:   ryandesign at macports.org
Date:     2009-11-25 03:17:16 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
wine-crossover-games: update to 8.0.0; fixes build failure on Snow Leopard (see #22514)

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-11-25 09:00:44 UTC (rev 60827)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2009-11-25 11:17:16 UTC (rev 60828)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    wine-crossover-games
-version                 7.2.0
+version                 8.0.0
 categories              x11
 maintainers             jeremyhu openmaintainer
 homepage                http://www.codeweavers.com/
@@ -16,7 +16,7 @@
 universal_variant       no
 
 description \
-    Wine Is Not an Emulator (1.1.12 with CodeWeavers Modifications)
+    Wine Is Not an Emulator (1.1.25 with CodeWeavers modifications)
 
 long_description \
     Wine is an implementation of the Windows APIs on top of X11.  This version contains the Codeweavers patches for Crossover Games
@@ -24,11 +24,11 @@
 master_sites \
     http://media.codeweavers.com/pub/crossover/source/archive/${version}/
 
-checksums           md5     7b65ed80f08dc318485c5efb9b752d1b \
-                    sha1    b7af9900b7ac5a109c8a16534fb111b83bf20436 \
-                    rmd160  128775713960b36a9e2783ee4163a9b140ddab01
+checksums \
+    md5     d6f5a5f08a8993419c39b6d09b3de165 \
+    sha1    1a1e29485901379b82921befb838e3f7de710de1 \
+    rmd160  5421b542140a2b40c15741fa6b53add95442c316
 
-
 depends_lib \
     port:expat \
     port:fontconfig \
@@ -53,6 +53,8 @@
 
 configure.ldflags-append \
     -framework CoreServices \
+    -lfreetype \
+    -lwine \
     -lz
 
 configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib
@@ -71,10 +73,6 @@
     }
 }
 
-post-extract {
-	system "cd ${workpath} && mv sources/wine ."
-}
-
 post-destroot {
     xinstall -d ${destroot}${prefix}/libexec/wine
     xinstall -m 755 ${filespath}/wine.in ${destroot}${prefix}/bin/wine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091125/5bb6ef1a/attachment.html>


More information about the macports-changes mailing list