[126935] trunk/dports/lang/php/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Oct 17 14:38:40 PDT 2014


Revision: 126935
          https://trac.macports.org/changeset/126935
Author:   ryandesign at macports.org
Date:     2014-10-17 14:38:40 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
php: update php56 to 5.6.2; update php55 to 5.5.18; update php54 to 5.4.34 (#45417); remove suhosin variant from these versions since there's no evidence it will ever be made compatible

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2014-10-17 21:28:34 UTC (rev 126934)
+++ trunk/dports/lang/php/Portfile	2014-10-17 21:38:40 UTC (rev 126935)
@@ -75,33 +75,27 @@
     }
     5.4 {
         epoch           1
-        version         5.4.33
+        version         5.4.34
         use_bzip2       yes
-        set suhosin_available       no
-        checksums       ${distname}${extract.suffix} \
-                        md5     c6878bb1cdb46bfc1e1a5cd67a024737 \
-                        rmd160  405bb299dd59ffb683f5ab3a30a8aef0116ad6bf \
-                        sha256  1a75b2d0835e74b8886cd3980d9598a0e06691441bb7f91d19b74c2278e40bb5
+        checksums       md5     1afe3a10cefec9618acb785ef5064bf9 \
+                        rmd160  6909d0e3c4bf9567faf4b5bf87004b08197c98ad \
+                        sha256  57d4ea10f0c18b096a7c8fd0a98dcbe40c8f4dc94453fd3ca0a10e35fb2f8234
     }
     5.5 {
         epoch           2
-        version         5.5.17
+        version         5.5.18
         use_xz          yes
-        set suhosin_available       no
-        checksums       ${distname}${extract.suffix} \
-                        md5     e5f25dae73004658533ee7701a527bd0 \
-                        rmd160  0ab98dc5aa9529526381d0300dd25aac1da18c75 \
-                        sha256  382b2a1cfbf67ca9e30171c9c49bfe260d5e458e07850d4b036e8430e1829093
+        checksums       md5     3984f32985842afebe5795457e26931f \
+                        rmd160  b63ea406a5aa8da78bfa3c4e9ee24b2cad771529 \
+                        sha256  ccfbf6af18d1e56145867454dcbc75d90512f40ee9d3e57fdc6cb5fe3fc9726e
     }
     5.6 {
         epoch           2
-        version         5.6.1
+        version         5.6.2
         use_xz          yes
-        set suhosin_available       no
-        checksums       ${distname}${extract.suffix} \
-                        md5     d34002f90a7049282ec663adcac7ba9e \
-                        rmd160  9d65bedec3835fc707e46e49c567931b316cdc84 \
-                        sha256  57640a700364949292da06e55423f162428a864451d05751a8829ae04d65745e
+        checksums       md5     c976f54d429a0e5214659b0098e44e37 \
+                        rmd160  542dea18fca30607df0deff1461e8821282047c1 \
+                        sha256  9be1322d33520fb2164282fb0fcdc212f66ffedcd912bff60955d5696454fe39
     }
 }
 #     5.7 {
@@ -112,7 +106,6 @@
 #         homepage        http://qa.php.net/
 #         master_sites    http://downloads.php.net/tyrael/
 #         use_xz          yes
-#         set suhosin_available       no
 #         checksums       ${distname}${extract.suffix} \
 #                         md5     0123456789 \
 #                         rmd160  0123456789 \
@@ -196,7 +189,7 @@
                         --disable-cli \
                         --disable-fpm
 
-    if {[vercmp ${php.branch} 5.4] >= 0} {
+    if {[vercmp ${branch} 5.4] >= 0} {
         # https://bugs.php.net/bug.php?id=68114
         configure.args-append ac_cv_decimal_fp_supported=no
     }
@@ -214,6 +207,7 @@
         configure.args-append   --enable-debug
     }
     
+    if {[vercmp ${branch} 5.3] <= 0} {
     variant suhosin description {Add Suhosin patch} {
         pre-fetch {
             if {${os.platform} eq "darwin" && ${os.major} < 9} {
@@ -237,6 +231,7 @@
             patchfiles-append       patch-${php}-suhosin-after.diff
         }
     }
+    }
     
     if {${subport} ne ${php}} {
         notes-append "If this is your first install, you need to enable ${subport} in your web server."
@@ -295,9 +290,9 @@
         default_variants +libedit
     }
     
-    if {[vercmp ${php.branch} 5.4] < 0} {
+    if {[vercmp ${branch} 5.4] < 0} {
         notes-append "
-PHP ${php.branch} has reached end-of-life. Please upgrade to PHP 5.4 or newer. The newest stable version is ${php.latest_stable_branch}.
+PHP ${branch} has reached end-of-life. Please upgrade to PHP 5.4 or newer. The newest stable version is ${php.latest_stable_branch}.
 
 To learn how to update your code, please read the following guides:
 
@@ -309,7 +304,7 @@
 "
     }
     
-    if {[vercmp ${php.branch} ${php.latest_stable_branch}] > 0} {
+    if {[vercmp ${branch} ${php.latest_stable_branch}] > 0} {
         notes-append "${php} @${version}_${revision} is a development preview—do not use it in production!\n\n\n"
     }
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/5e5ce50b/attachment.html>


More information about the macports-changes mailing list