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

ryandesign at macports.org ryandesign at macports.org
Mon Sep 14 14:46:10 PDT 2015


Revision: 140259
          https://trac.macports.org/changeset/140259
Author:   ryandesign at macports.org
Date:     2015-09-14 14:46:10 -0700 (Mon, 14 Sep 2015)
Log Message:
-----------
php: update php54 to 5.4.45

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

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2015-09-14 21:18:07 UTC (rev 140258)
+++ trunk/dports/lang/php/Portfile	2015-09-14 21:46:10 UTC (rev 140259)
@@ -90,10 +90,10 @@
     }
     5.4 {
         epoch           1
-        version         5.4.43
+        version         5.4.45
         use_bzip2       yes
-        checksums       rmd160  87ab07db18d04f50972ea4197c6580882e5760a9 \
-                        sha256  25d7724fb00ad1b520f5bad2173717031153d0a8e3de2c75e7a084c76f8ecd6b
+        checksums       rmd160  352a0ea8fb75a447301c1434609ac0e4b96acc0c \
+                        sha256  4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582
     }
     5.5 {
         epoch           2
@@ -281,8 +281,6 @@
         revision            11
     } elseif {[vercmp ${branch} 5.3] == 0} {
         revision            1
-    } elseif {[vercmp ${branch} 5.4] == 0} {
-        revision            1
     }
     
     depends_run             port:php_select
@@ -389,7 +387,7 @@
     }
     
     # Enable livecheck for the two most recent stable PHP branches and the development branch.
-    if {[vercmp ${branch} [lindex ${php.branches} end-2]] >= 0} {
+    if {[vercmp ${branch} [lindex ${php.branches} end-3]] >= 0} {
         livecheck.type      regex
         default livecheck.url   ${homepage}downloads.php
         default livecheck.regex {get/php-([strsed ${branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*)\\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150914/59836065/attachment.html>


More information about the macports-changes mailing list