[153694] trunk/dports/x11/wine-crossover

ryandesign at macports.org ryandesign at macports.org
Sat Oct 8 09:56:13 CEST 2016


Revision: 153694
          https://trac.macports.org/changeset/153694
Author:   ryandesign at macports.org
Date:     2016-10-08 00:56:13 -0700 (Sat, 08 Oct 2016)
Log Message:
-----------
wine-crossover: Update to 15.3.1

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

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

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2016-10-08 07:54:04 UTC (rev 153693)
+++ trunk/dports/x11/wine-crossover/Portfile	2016-10-08 07:56:13 UTC (rev 153694)
@@ -15,7 +15,7 @@
 name                        wine-crossover
 conflicts                   wine wine-devel
 set my_name                 wine
-version                     15.1.0
+version                     15.3.1
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 jeremyhu openmaintainer
@@ -32,7 +32,7 @@
 build.target                depend all
 use_parallel_build          yes
 
-description                 Wine Is Not an Emulator (1.8.1 with CodeWeavers modifications for CrossOver)
+description                 Wine Is Not an Emulator (1.8.4 with CodeWeavers modifications for CrossOver)
 
 long_description            Wine is an implementation of the Windows APIs on top of X11. \
                             This version contains the Codeweavers patches for CrossOver
@@ -51,8 +51,8 @@
                             ${wine_mono_distfile}:winemono
 
 checksums                   ${wine_distfile} \
-                            rmd160  9439abcbdce593dd6094aa9f5c32dd01351850c4 \
-                            sha256  21623f5074edba8264d1e9774a894ecffbd0660ae09f1624b7c726ffca7806fb \
+                            rmd160  234b700626c8775eb07a3673330dbd4f87e63fb9 \
+                            sha256  aeda0ecc357c879e209c50e339050da86121b684c7acd1bfbea3202938d89336 \
                             ${wine_gecko_distfile} \
                             rmd160  2b0e0b6c5cd7579579a27bf179f98b7a76f4f43c \
                             sha256  1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302 \
@@ -93,7 +93,6 @@
 
 patchfiles                  BOOL.patch \
                             mach_machine.patch \
-                            kVK_RightCommand_macro.patch \
                             patch-include-distversion.h.diff \
                             tiger-shell.patch
 

Deleted: trunk/dports/x11/wine-crossover/files/kVK_RightCommand_macro.patch
===================================================================
--- trunk/dports/x11/wine-crossover/files/kVK_RightCommand_macro.patch	2016-10-08 07:54:04 UTC (rev 153693)
+++ trunk/dports/x11/wine-crossover/files/kVK_RightCommand_macro.patch	2016-10-08 07:56:13 UTC (rev 153694)
@@ -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: <http://lists.macports.org/pipermail/macports-changes/attachments/20161008/d4a6493a/attachment-0002.html>


More information about the macports-changes mailing list