[85756] trunk/dports/kde/kdebase3/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 15 21:59:57 PDT 2011


Revision: 85756
          http://trac.macports.org/changeset/85756
Author:   ryandesign at macports.org
Date:     2011-10-15 21:59:57 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
kdebase3: fix patch failure on Snow Leopard due to double application of the patch caused by r83544; see #31352

Revision Links:
--------------
    http://trac.macports.org/changeset/83544

Modified Paths:
--------------
    trunk/dports/kde/kdebase3/Portfile

Modified: trunk/dports/kde/kdebase3/Portfile
===================================================================
--- trunk/dports/kde/kdebase3/Portfile	2011-10-16 04:55:39 UTC (rev 85755)
+++ trunk/dports/kde/kdebase3/Portfile	2011-10-16 04:59:57 UTC (rev 85756)
@@ -62,8 +62,7 @@
 
 patchfiles              kdebase3-unified.patch \
                         CVE-2010-0436.patch \
-                        patch-kcontrol_crypto_crypto.cpp.diff \
-                        patch-kcontrol_info_info_osx.cpp.diff
+                        patch-kcontrol_crypto_crypto.cpp.diff
 
 patch {
     foreach f $patchfiles {
@@ -132,7 +131,7 @@
     }
 }
 
-platform darwin 10 {
+if {${os.platform} == "darwin" && ${os.major} >= 10} {
     patchfiles-append   patch-kcontrol_info_info_osx.cpp.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/375d92a0/attachment.html>


More information about the macports-changes mailing list