New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80000


Ignore:
Timestamp:
07/01/11 02:19:30 (4 years ago)
Author:
ryandesign@…
Message:

wine, wine-devel: update master_sites for sourceforge reorg

Location:
trunk/dports/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-devel/Portfile

    r79792 r80000  
    1919dist_subdir                 ${my_name} 
    2020set wine_distfile           [suffix ${distname}] 
    21 set wine_gecko_distfile     wine_gecko-1.2.0-x86.msi 
    22 distfiles                   ${wine_distfile} ${wine_gecko_distfile} 
     21set wine_gecko_version      1.2.0 
     22set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi 
     23distfiles                   ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko 
    2324extract.only                ${wine_distfile} 
    2425build.target                depend all 
     
    3132long_description            Wine is an implementation of the Windows APIs on top of X11. 
    3233 
    33 master_sites                sourceforge:wine \ 
    34                             http://ibiblio.org/pub/linux/system/emulators/wine/ 
     34master_sites                http://www.ibiblio.org/pub/linux/system/emulators/wine/:winesource \ 
     35                            sourceforge:project/wine/Source:winesource \ 
     36                            sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko 
    3537 
    3638checksums                   ${wine_distfile} \ 
  • trunk/dports/x11/wine/Portfile

    r79680 r80000  
    2020dist_subdir                 ${my_name} 
    2121set wine_distfile           [suffix ${distname}] 
    22 set wine_gecko_distfile     wine_gecko-1.0.0-x86.cab 
    23 distfiles                   ${wine_distfile} ${wine_gecko_distfile} 
     22set wine_gecko_version      1.0.0 
     23set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.cab 
     24distfiles                   ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko 
    2425extract.only                ${wine_distfile} 
    2526build.target                depend all 
     
    3233long_description            Wine is an implementation of the Windows APIs on top of X11. 
    3334 
    34 master_sites                sourceforge:wine \ 
    35                             http://ibiblio.org/pub/linux/system/emulators/wine/ 
     35master_sites                http://www.ibiblio.org/pub/linux/system/emulators/wine/:winesource \ 
     36                            sourceforge:project/wine/Source:winesource \ 
     37                            sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko 
    3638 
    3739checksums                   ${wine_distfile} \ 
Note: See TracChangeset for help on using the changeset viewer.