[152266] trunk/dports/x11/wine

ryandesign at macports.org ryandesign at macports.org
Fri Sep 2 01:49:32 PDT 2016


Revision: 152266
          https://trac.macports.org/changeset/152266
Author:   ryandesign at macports.org
Date:     2016-09-02 01:49:32 -0700 (Fri, 02 Sep 2016)
Log Message:
-----------
wine: update to 1.8.4

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

Removed Paths:
-------------
    trunk/dports/x11/wine/files/kVK_RightCommand_macro.patch

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2016-09-02 08:34:02 UTC (rev 152265)
+++ trunk/dports/x11/wine/Portfile	2016-09-02 08:49:32 UTC (rev 152266)
@@ -14,7 +14,7 @@
 name                        wine
 conflicts                   wine-devel wine-crossover
 set my_name                 wine
-version                     1.8.3
+version                     1.8.4
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 license                     LGPL-2.1+
 categories                  x11
@@ -51,8 +51,8 @@
                             ${wine_mono_distfile}:winemono
 
 checksums                   ${wine_distfile} \
-                            rmd160  82bf61cb6abdccb2045636e6c31bf6e4be7ec3d2 \
-                            sha256  d7cecdf7aab93bfe950e6f83ec526681b8770788c7b2a802bfe50ff97fc17a6c \
+                            rmd160  7df3e86d86b155ee59811906f396cdab7433845c \
+                            sha256  515d10439777a4816fe5b0a0fc9a4ce498a2ecfd23eba0c25dc00f3d6c805079 \
                             ${wine_gecko_distfile} \
                             rmd160  2b0e0b6c5cd7579579a27bf179f98b7a76f4f43c \
                             sha256  1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302 \
@@ -117,7 +117,6 @@
 
 patchfiles                  BOOL.patch \
                             mach_machine.patch \
-                            kVK_RightCommand_macro.patch \
                             tiger-shell.patch
 
 # Wine requires the program specified in INSTALL to create intermediate

Deleted: trunk/dports/x11/wine/files/kVK_RightCommand_macro.patch
===================================================================
--- trunk/dports/x11/wine/files/kVK_RightCommand_macro.patch	2016-09-02 08:34:02 UTC (rev 152265)
+++ trunk/dports/x11/wine/files/kVK_RightCommand_macro.patch	2016-09-02 08:49:32 UTC (rev 152266)
@@ -1,16 +0,0 @@
---- 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 {
- 
- 
- /* Additional Mac virtual keycode, to complement those in Carbon's <HIToolbox/Events.h>. */
--enum {
--    kVK_RightCommand              = 0x36, /* Invented for Wine; was unused */
--};
--
-+#ifndef kVK_RightCommand
-+#define kVK_RightCommand 0x36
-+#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/20160902/4a4e9017/attachment.html>


More information about the macports-changes mailing list