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

ryandesign at macports.org ryandesign at macports.org
Fri Jul 1 02:20:55 PDT 2011


Revision: 80001
          http://trac.macports.org/changeset/80001
Author:   ryandesign at macports.org
Date:     2011-07-01 02:20:55 -0700 (Fri, 01 Jul 2011)
Log Message:
-----------
wine-crossover-games: update master_sites for sourceforge reorg, fix fetching of wine gecko, use sha1 checksums instead of sha256 because sha256 is not supported by any thus far released stable version of MacPorts

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

Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile	2011-07-01 09:19:30 UTC (rev 80000)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2011-07-01 09:20:55 UTC (rev 80001)
@@ -16,8 +16,9 @@
 distname                    crossover-games-sources-${version}
 dist_subdir                 wine
 set wine_distfile           [suffix ${distname}]
-set wine_gecko_distfile     wine_gecko-1.2.0-x86.msi
-distfiles                   ${wine_distfile} ${wine_gecko_distfile}
+set wine_gecko_version      1.2.0
+set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
+distfiles                   ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko
 extract.only                ${wine_distfile}
 worksrcdir                  wine
 build.target                depend all
@@ -30,15 +31,16 @@
 long_description            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}/
+master_sites                http://media.codeweavers.com/pub/crossover/source:winesource \
+                            http://media.codeweavers.com/pub/crossover/source/archive/${version}:winesource \
+                            sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko
 
-checksums           crossover-games-sources-10.0.0.tar.gz \
-                    rmd160  fd2dd4a09d844591fde3313062f6a2155eaa0c55 \
-                    sha256  87ca40352d55a423ab208dc2c1aaf5ca51a72aadf3839c572ef4abc552be71e4 \
-                    wine_gecko-1.2.0-x86.msi \
-                    rmd160  089447eb59eea81c7b1b3d1896a20fe68586cd96 \
-                    sha256  d6ccdb32b5867df207c7cd89513297ceb89cfa93696bece470467845c6c4d3ee
+checksums                   ${wine_distfile} \
+                            sha1    37f0df806216d572dcd3f9223fdb54ceaaaa6352 \
+                            rmd160  fd2dd4a09d844591fde3313062f6a2155eaa0c55 \
+                            ${wine_gecko_distfile} \
+                            sha1    6964d1877668ab7da07a60f6dcf23fb0e261a808 \
+                            rmd160  089447eb59eea81c7b1b3d1896a20fe68586cd96
 
 # Note: Most of the X11 libs are dlopen()'d
 depends_lib                 port:expat \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110701/0d7e25e5/attachment.html>


More information about the macports-changes mailing list