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

ryandesign at macports.org ryandesign at macports.org
Fri Jun 26 17:38:34 PDT 2015


Revision: 138050
          https://trac.macports.org/changeset/138050
Author:   ryandesign at macports.org
Date:     2015-06-26 17:38:34 -0700 (Fri, 26 Jun 2015)
Log Message:
-----------
php: update php70 to 7.0.0alpha2

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

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2015-06-27 00:34:52 UTC (rev 138049)
+++ trunk/dports/lang/php/Portfile	2015-06-27 00:38:34 UTC (rev 138050)
@@ -113,12 +113,13 @@
         # When this becomes a stable version, remove the overrides for homepage,
         # master_sites and livecheck, and update php.latest_stable_branch in the
         # php-1.1 portgroup.
-        version         7.0.0alpha1
+        version         7.0.0alpha2
         homepage        http://qa.php.net/
         master_sites    http://downloads.php.net/~ab/
         use_xz          yes
-        checksums       rmd160  e664b23c34a98bc1607dc9d1ad024e6cbaa77730 \
-                        sha256  241245f438531bca27c2be527b90918b2b007349e20334b47652a294085a9b7d
+        checksums       md5     050a0353e9999ec7b472aa73b58f1cfe \
+                        rmd160  17c0ec1da846bd376c99c2198d0eafb5669196a3 \
+                        sha256  0c16c3f3e488edbddf1de4b1d5b2758e7f5805705bed84cbe9410631be3efd4d
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -960,7 +961,7 @@
     }
 }
 
-# php70-opcache @7.0.0alpha1 fails:
+# php70-opcache @7.0.0alpha2 fails:
 # too few arguments provided to function-like macro invocation
 # use of undeclared identifier 'accel_xlat_get'
 # too many arguments to function call, expected 4, have 5
@@ -1007,9 +1008,6 @@
                             --with-openssl=${prefix}
 }
 
-# php70-oracle @7.0.0alpha1 fails:
-# too many arguments to function call, expected 2, have 3
-if {[vercmp ${branch} 7] < 0} {
 subport ${php}-oracle {
     php.extensions          oci8 pdo_oci
     
@@ -1034,7 +1032,6 @@
                             --with-pdo-oci=instantclient,${lib_dir},${library_version}
     }
 }
-}
 
 subport ${php}-pcntl {
     categories-append       sysutils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150626/af3579c6/attachment-0001.html>


More information about the macports-changes mailing list