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

ryandesign at macports.org ryandesign at macports.org
Sat Nov 16 17:14:49 PST 2013


Revision: 113473
          https://trac.macports.org/changeset/113473
Author:   ryandesign at macports.org
Date:     2013-11-16 17:14:48 -0800 (Sat, 16 Nov 2013)
Log Message:
-----------
php54: update to 5.4.22
php55: update to 5.5.6

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

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-11-17 01:11:21 UTC (rev 113472)
+++ trunk/dports/lang/php/Portfile	2013-11-17 01:14:48 UTC (rev 113473)
@@ -75,23 +75,23 @@
     }
     5.4 {
         epoch           1
-        version         5.4.21
+        version         5.4.22
         use_bzip2       yes
         set suhosin_available       no
         checksums       ${distname}${extract.suffix} \
-                        md5     3dcf021e89b039409d0b1c346b936b5f \
-                        rmd160  d8bcaec7b70d804c976cc2675f5f55d6ec231ff3 \
-                        sha256  ea8f7cee1adcc6f3c850f17334563c4a229f8792c18ca215517253b0dec656ec
+                        md5     0a7400d1d7f1f55b2b36285bf1a00762 \
+                        rmd160  578f25e8776b42e3f643bddcce9b92e376171343 \
+                        sha256  3b8619b030e372f2b64e3a059d05a3ef3354e81f8a72923ba45475bf222f7cca
     }
     5.5 {
         epoch           2
-        version         5.5.5
+        version         5.5.6
         use_xz          yes
         set suhosin_available       no
         checksums       ${distname}${extract.suffix} \
-                        md5     a4788118fdb0c4d8cef08be72025e983 \
-                        rmd160  f5063bfd8132a1482f60a5162569fbf91b637a24 \
-                        sha256  82cc9c88b946354bfe629917a85ed33d8cfc901460d432a75f823667d94f29ee
+                        md5     77ad90035931aacb95d11318b09c12ca \
+                        rmd160  b2af8c380679cb95854b873ab71351ec7b53b59f \
+                        sha256  3235a5c15e8fc55498dd80fe43f4aecc51dba35a7fc916aee7ef12d4e1f8767a
     }
     5.6 {
         # When this becomes a stable version, remove the overrides for homepage,
@@ -614,7 +614,9 @@
     categories-append       databases
     
     description             a PHP interface to LDAP
-    revision                1
+    if {[vercmp ${php.branch} 5.4] < 0} {
+        revision            1
+    }
 
     long_description        ${subport} is ${description}, the Lightweight Directory \
                             Access Protocol, which is used to access Directory \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131116/86ceae42/attachment.html>


More information about the macports-changes mailing list