[149539] trunk/dports/x11/wine-devel

jwa at macports.org jwa at macports.org
Sat Jun 25 05:41:31 PDT 2016


Revision: 149539
          https://trac.macports.org/changeset/149539
Author:   jwa at macports.org
Date:     2016-06-25 05:41:31 -0700 (Sat, 25 Jun 2016)
Log Message:
-----------
wine-devel: version bump to 1.9.13, new gecko version, a patch file modified due to context change

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile
    trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2016-06-25 08:33:16 UTC (rev 149538)
+++ trunk/dports/x11/wine-devel/Portfile	2016-06-25 12:41:31 UTC (rev 149539)
@@ -14,7 +14,7 @@
 name                        wine-devel
 conflicts                   wine wine-crossover
 set my_name                 wine
-version                     1.9.12
+version                     1.9.13
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 license                     LGPL-2.1+
 categories                  x11
@@ -25,7 +25,7 @@
 distname                    ${my_name}-${version}
 dist_subdir                 ${my_name}
 set wine_distfile           ${distname}${extract.suffix}
-set wine_gecko_version      2.44
+set wine_gecko_version      2.47
 set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
 set wine_mono_version       4.6.3
 set wine_mono_distfile      wine-mono-${wine_mono_version}.msi
@@ -51,11 +51,11 @@
                             ${wine_mono_distfile}:winemono
 
 checksums                   ${wine_distfile} \
-                            rmd160  2fadbac17353834a4886c9265f67c5cdaf44fbca \
-                            sha256  7eff10e855127b1fcbcdb1e1d89795f4a025f8b5ecefd037728942a63a3b08d1 \
+                            rmd160  2dfca18883ee1ae1d929345b4ae2b6230b7b5358 \
+                            sha256  9b678019d71f28f1e570f7f40e43fcdd52a0d4276123679f2dfea8665f37c0d9 \
                             ${wine_gecko_distfile} \
-                            rmd160  60a475375675a808f981bba3d105422afc629344 \
-                            sha256  77a64ad17571b3a00386a88b9b1b1ea4b7e759061675568bee0ec238fb456d39 \
+                            rmd160  abf7cc78b49dd0623bc8fe87ae0e32bb8694e13d \
+                            sha256  3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a \
                             ${wine_mono_distfile} \
                             rmd160  2dff4296d74c29838219dcd50aaf928f1eb8c8ab \
                             sha256  f883e88ae78c7ea3d887c24023aa1ed03bb71a83f717c6595abf18b31fef28b9

Modified: trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch
===================================================================
--- trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch	2016-06-25 08:33:16 UTC (rev 149538)
+++ trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch	2016-06-25 12:41:31 UTC (rev 149539)
@@ -1,16 +1,18 @@
 --- dlls/winemac.drv/cocoa_window.m.orig	2015-11-20 05:46:54.000000000 -0800
 +++ dlls/winemac.drv/cocoa_window.m	2015-11-25 14:31:43.000000000 -0800
-@@ -44,10 +44,9 @@ enum {
+@@ -44,11 +44,10 @@ enum {
  
  
  /* Additional Mac virtual keycode, to complement those in Carbon's <HIToolbox/Events.h>. */
 -enum {
 -    kVK_RightCommand              = 0x36, /* Invented for Wine; was unused */
 -};
+-#endif
 -
 +#ifndef kVK_RightCommand
 +#define kVK_RightCommand 0x36
 +#endif
++#endif
  
  static NSUInteger style_mask_for_features(const struct macdrv_window_features* wf)
  {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160625/895317c3/attachment.html>


More information about the macports-changes mailing list