[74780] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sun Jan 2 03:24:25 PST 2011


Revision: 74780
          http://trac.macports.org/changeset/74780
Author:   ryandesign at macports.org
Date:     2011-01-02 03:24:18 -0800 (Sun, 02 Jan 2011)
Log Message:
-----------
php5, php5-devel: enable suhosin variant for version 5.3.4; see #27652

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2011-01-02 09:28:00 UTC (rev 74779)
+++ trunk/dports/lang/php5/Portfile	2011-01-02 11:24:18 UTC (rev 74780)
@@ -186,17 +186,14 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
-        return -code error "there is no suhosin patch for PHP ${version} yet"
     }
     set suhosin_patch_version   ${version}-0.9.10
     set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
     patch_sites-append          http://download.suhosin.org/
     patchfiles-append           ${suhosin_patch}
-    checksums-append \
-        ${suhosin_patch} \
-            md5     b66b27c43b1332400ef8982944c3b95b \
-            sha1    76675242cfdeff763767900213346af622002490 \
-            rmd160  8dcd8b51ea0357b6cc51e70e495e18f341c62f7c
+    checksums-append            ${suhosin_patch} \
+                                sha1    a2ab4bd03a329ec56a1f8b99e12e59f1838e0da6 \
+                                rmd160  e5105397a9e41997ad11d2a0be01c7e3c9d06c6e \
 }
 
 destroot.args \

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2011-01-02 09:28:00 UTC (rev 74779)
+++ trunk/dports/lang/php5-devel/Portfile	2011-01-02 11:24:18 UTC (rev 74780)
@@ -189,18 +189,15 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
-        return -code error "there is no suhosin patch for PHP ${version} yet"
     }
 #    set suhosin_patch_version   ${version}-0.9.9.1
-    set suhosin_patch_version   5.3.2-0.9.9.1
+    set suhosin_patch_version   5.3.4-0.9.10
     set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
     patch_sites-append          http://download.suhosin.org/
     patchfiles-append           ${suhosin_patch}
-    checksums-append \
-        ${suhosin_patch} \
-            md5     4647b05330862d6a1fc4469245cc6ade \
-            sha1    c48d3f24341d3b0214ca3e980320b23864aa93ba \
-            rmd160  64d8b7ec2ec91fd7a43b0cd95c0aa0df5b666768
+    checksums-append            ${suhosin_patch} \
+                                sha1    a2ab4bd03a329ec56a1f8b99e12e59f1838e0da6 \
+                                rmd160  e5105397a9e41997ad11d2a0be01c7e3c9d06c6e \
 }
 
 destroot.args \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110102/ffdaae87/attachment.html>


More information about the macports-changes mailing list