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

ryandesign at macports.org ryandesign at macports.org
Tue Nov 8 06:31:21 PST 2011


Revision: 87037
          http://trac.macports.org/changeset/87037
Author:   ryandesign at macports.org
Date:     2011-11-08 06:31:18 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
wine-devel: update to 1.3.32; remove SSLCopyPeerCertificates patch which has been incorporated upstream

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

Removed Paths:
-------------
    trunk/dports/x11/wine-devel/files/patch-SSLCopyPeerCertificates.diff

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2011-11-08 11:20:22 UTC (rev 87036)
+++ trunk/dports/x11/wine-devel/Portfile	2011-11-08 14:31:18 UTC (rev 87037)
@@ -8,7 +8,7 @@
 name                        wine-devel
 conflicts                   wine wine-crossover-games wine-crossover
 set my_name                 wine
-version                     1.3.31
+version                     1.3.32
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -36,8 +36,8 @@
                             sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko
 
 checksums                   ${wine_distfile} \
-                            rmd160  976a48106c347507ab7202ddb1e997a7b19c57a5 \
-                            sha256  c3827c192ebcc34fbfb7a6e4b6fcdef79ca5d42ad5b6ff8230e98ea238353f5e \
+                            rmd160  b45edf8b0a70c24666a3ed7a701bafb14f734d88 \
+                            sha256  fe1691ef8e9c5c4afeb345ad0f0b364d055cfe67a7e64b0a4a44da4d85cfa8b6 \
                             ${wine_gecko_distfile} \
                             rmd160  3368c7d826da7f0b99c2e4cfa96a2a48a00a3e1b \
                             sha256  4b7559e889eff5ed924d25ce49297aff55f43c4b9d34dafa970261d88c40b5ae
@@ -156,9 +156,6 @@
     }
 }
 
-# darwin 8
-patchfiles-append           patch-SSLCopyPeerCertificates.diff
-
 platform darwin 9 {
     # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
     # Only affects Xcode 3.0.x and 3.1.x, not 3.2.x.

Deleted: trunk/dports/x11/wine-devel/files/patch-SSLCopyPeerCertificates.diff
===================================================================
--- trunk/dports/x11/wine-devel/files/patch-SSLCopyPeerCertificates.diff	2011-11-08 11:20:22 UTC (rev 87036)
+++ trunk/dports/x11/wine-devel/files/patch-SSLCopyPeerCertificates.diff	2011-11-08 14:31:18 UTC (rev 87037)
@@ -1,26 +0,0 @@
---- dlls/secur32/schannel_macosx.c.orig	2011-10-10 12:58:48.000000000 -0500
-+++ dlls/secur32/schannel_macosx.c	2011-10-12 10:11:54.000000000 -0500
-@@ -680,7 +680,11 @@
- 
-     TRACE("(%p/%p, %p)\n", s, s->context, cert);
- 
-+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
-     status = SSLCopyPeerCertificates(s->context, &certs);
-+#else
-+    status = SSLGetPeerCertificates(s->context, &certs);
-+#endif
-     if (status == noErr && certs)
-     {
-         SecCertificateRef mac_cert;
-@@ -705,7 +709,11 @@
-         CFRelease(certs);
-     }
-     else
-+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
-         WARN("SSLCopyPeerCertificates failed: %ld\n", (long)status);
-+#else
-+        WARN("SSLGetPeerCertificates failed: %ld\n", (long)status);
-+#endif
- 
-     return ret;
- }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111108/9b4099d4/attachment.html>


More information about the macports-changes mailing list