[143805] trunk/dports/x11/wine/Portfile

jwa at macports.org jwa at macports.org
Tue Dec 22 01:16:09 PST 2015


Revision: 143805
          https://trac.macports.org/changeset/143805
Author:   jwa at macports.org
Date:     2015-12-22 01:16:09 -0800 (Tue, 22 Dec 2015)
Log Message:
-----------
wine: version bump to 1.8

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2015-12-22 03:31:33 UTC (rev 143804)
+++ trunk/dports/x11/wine/Portfile	2015-12-22 09:16:09 UTC (rev 143805)
@@ -14,8 +14,7 @@
 name                        wine
 conflicts                   wine-devel wine-crossover
 set my_name                 wine
-version                     1.6.2
-revision                    4
+version                     1.8
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -25,9 +24,9 @@
 distname                    ${my_name}-${version}
 dist_subdir                 ${my_name}
 set wine_distfile           ${distname}${extract.suffix}
-set wine_gecko_version      2.21
+set wine_gecko_version      2.40
 set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
-set wine_mono_version       4.5.4
+set wine_mono_version       4.5.6
 set wine_mono_distfile      wine-mono-${wine_mono_version}.msi
 build.target                depend all
 use_parallel_build          yes
@@ -48,14 +47,14 @@
                             ${wine_mono_distfile}:winemono
 
 checksums                   ${wine_distfile} \
-                            rmd160  7252851af5e9f748750685900c918e4fcb31c1f6 \
-                            sha256  f0ab9eede5a0ccacbf6e50682649f9377b9199e49cf55641f1787cf72405acbe \
+                            rmd160  2a1fd188fc6c48769261b83e1ef4bbaffb107683 \
+                            sha256  f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4 \
                             ${wine_gecko_distfile} \
-                            rmd160  e5aded4dfcde2462d9802478efe5aae1552e842d \
-                            sha256  f01fafa6d7aab995c38add77315c4cbc2f32f52d5d6a9350056f42b62d631fd8 \
+                            rmd160  2b0e0b6c5cd7579579a27bf179f98b7a76f4f43c \
+                            sha256  1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302 \
                             ${wine_mono_distfile} \
-                            rmd160  f4d7b2036a0ba87285df7fef10d4a0a495a32e17 \
-                            sha256  20bced7fee01f25279edf07670c5033d25c2c9834a839e7a20410ce1c611d6f2
+                            rmd160  440a0839e6067eb02b778cbb461606a7d498897b \
+                            sha256  ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25
 
 # Note: Most of the X11 libs are dlopen()'d
 depends_lib                 port:expat \
@@ -117,6 +116,11 @@
                             kVK_RightCommand_macro.patch \
                             tiger-shell.patch
 
+# Wine requires the program specified in INSTALL to create intermediate
+# directories; /usr/bin/install doesn't.
+# http://bugs.winehq.org/show_bug.cgi?id=35310
+configure.install           ${worksrcpath}/tools/install-sh
+
 configure.ldflags-append    -framework CoreServices \
                             -lz
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151222/1a562af6/attachment.html>


More information about the macports-changes mailing list