Modified: trunk/dports/x11/wine/Portfile (79999 => 80000)
--- trunk/dports/x11/wine/Portfile 2011-07-01 09:02:46 UTC (rev 79999)
+++ trunk/dports/x11/wine/Portfile 2011-07-01 09:19:30 UTC (rev 80000)
@@ -19,8 +19,9 @@
distname ${my_name}-${version}
dist_subdir ${my_name}
set wine_distfile [suffix ${distname}]
-set wine_gecko_distfile wine_gecko-1.0.0-x86.cab
-distfiles ${wine_distfile} ${wine_gecko_distfile}
+set wine_gecko_version 1.0.0
+set wine_gecko_distfile wine_gecko-${wine_gecko_version}-x86.cab
+distfiles ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko
extract.only ${wine_distfile}
build.target depend all
use_parallel_build yes
@@ -31,8 +32,9 @@
long_description Wine is an implementation of the Windows APIs on top of X11.
-master_sites sourceforge:wine \
- http://ibiblio.org/pub/linux/system/emulators/wine/
+master_sites http://www.ibiblio.org/pub/linux/system/emulators/wine/:winesource \
+ sourceforge:project/wine/Source:winesource \
+ sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko
checksums ${wine_distfile} \
sha1 072184c492cc9d137138407732de3bb62ba6c091 \
Modified: trunk/dports/x11/wine-devel/Portfile (79999 => 80000)
--- trunk/dports/x11/wine-devel/Portfile 2011-07-01 09:02:46 UTC (rev 79999)
+++ trunk/dports/x11/wine-devel/Portfile 2011-07-01 09:19:30 UTC (rev 80000)
@@ -18,8 +18,9 @@
distname ${my_name}-${version}
dist_subdir ${my_name}
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}
build.target depend all
use_parallel_build yes
@@ -30,8 +31,9 @@
long_description Wine is an implementation of the Windows APIs on top of X11.
-master_sites sourceforge:wine \
- http://ibiblio.org/pub/linux/system/emulators/wine/
+master_sites http://www.ibiblio.org/pub/linux/system/emulators/wine/:winesource \
+ sourceforge:project/wine/Source:winesource \
+ sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko
checksums ${wine_distfile} \
sha1 20cbae53d8bd247c1e7a77dbac1eb6b3d7933336 \