[138009] trunk/dports/x11/wine-crossover/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 25 14:19:20 PDT 2015


Revision: 138009
          https://trac.macports.org/changeset/138009
Author:   ryandesign at macports.org
Date:     2015-06-25 14:19:20 -0700 (Thu, 25 Jun 2015)
Log Message:
-----------
wine-crossover: update to 14.1.4; downgrade wine gecko to 2.24 which is the version designed for this version of wine; use docdir variable and install documentation to the same place as the wine port; use my_name variable because the wine and wine-devel ports do

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

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2015-06-25 21:16:40 UTC (rev 138008)
+++ trunk/dports/x11/wine-crossover/Portfile	2015-06-25 21:19:20 UTC (rev 138009)
@@ -14,16 +14,17 @@
 
 name                        wine-crossover
 conflicts                   wine wine-devel
-version                     14.1.0
+set my_name                 wine
+version                     14.1.4
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 jeremyhu openmaintainer
 homepage                    http://www.codeweavers.com/
 platforms                   darwin
 distname                    crossover-sources-${version}
-dist_subdir                 wine
+dist_subdir                 ${my_name}
 set wine_distfile           ${distname}${extract.suffix}
-set wine_gecko_version      2.36
+set wine_gecko_version      2.24
 set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
 set wine_mono_version       4.5.6
 set wine_mono_distfile      wine-mono-${wine_mono_version}.msi
@@ -48,11 +49,11 @@
                             ${wine_mono_distfile}:winemono
 
 checksums                   ${wine_distfile} \
-                            rmd160  bec0590c1580cf39333bc4f2468a7c42dc078f7a \
-                            sha256  4d6a2c9f4114bad97571e513aaae28da106513253dcb4d0bb3b954d46365387b \
+                            rmd160  22e58a6f6802af69d812b91a31a0bbc0f4b55126 \
+                            sha256  629abc91aa945a9dec9d9b9713af92626b062167ff662e3ee321ae5dd3585d35 \
                             ${wine_gecko_distfile} \
-                            rmd160  dd1241a65645631678b3343b1fc1d1a758b69777 \
-                            sha256  afa457ce8f9885225b6e549dd6f154713ce15bf063c23e38c1327d2f869e128a \
+                            rmd160  109014e52d056962350681fd9d8178969cff939d \
+                            sha256  6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c \
                             ${wine_mono_distfile} \
                             rmd160  440a0839e6067eb02b778cbb461606a7d498897b \
                             sha256  ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25
@@ -193,14 +194,15 @@
     xinstall -d ${destroot}${prefix}/share/wine/mono
     xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono
 
-    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    set docdir ${prefix}/share/doc/${my_name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         ANNOUNCE \
         AUTHORS \
         COPYING.LIB \
         LICENSE \
         README \
-        ${destroot}${prefix}/share/doc/${name}
+        ${destroot}${docdir}
 }
 
 livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150625/ad19c2df/attachment.html>


More information about the macports-changes mailing list