[146509] trunk/dports/php/php-xdebug/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 9 17:49:06 PST 2016


Revision: 146509
          https://trac.macports.org/changeset/146509
Author:   ryandesign at macports.org
Date:     2016-03-09 17:49:05 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
php-xdebug: update to 2.4.0 and add php70 subport (#50206)

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

Modified: trunk/dports/php/php-xdebug/Portfile
===================================================================
--- trunk/dports/php/php-xdebug/Portfile	2016-03-10 01:34:24 UTC (rev 146508)
+++ trunk/dports/php/php-xdebug/Portfile	2016-03-10 01:49:05 UTC (rev 146509)
@@ -5,7 +5,6 @@
 PortGroup               php 1.1
 
 name                    php-xdebug
-version                 2.3.3
 categories-append       net devel
 platforms               darwin freebsd openbsd
 maintainers             ryandesign openmaintainer
@@ -14,9 +13,19 @@
 homepage                http://www.xdebug.org/
 master_sites            ${homepage}files/
 
-php.branches            5.3 5.4 5.5 5.6
+php.branches            5.3 5.4 5.5 5.6 7.0
 php.extensions.zend     xdebug
 
+if {[vercmp ${php.branch} 5.4] < 0} {
+    version             2.2.7
+    checksums           rmd160  ad0839b7d7d9751ef0c30eddf43890809bbd7e91 \
+                        sha256  4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245
+} else {
+    version             2.4.0
+    checksums           rmd160  dd9ce9f56265941c50526ed2430eb8f0bf5d1a43 \
+                        sha256  3c4dcb2709d1653534e7cfaa546307041afd298ac48a3670183a12cfdb5eee05
+}
+
 description             php5 extension for php debugging
 
 long_description        Xdebug is a php extension that helps you debug your \
@@ -27,19 +36,9 @@
                         execution analysis and optimization. It also supports \
                         debugging interactively using the dbg debug client.
 
-checksums               rmd160  ca47cc37a0ca1919e688edef86a9931218ec3ec8 \
-                        sha256  b27bd09b23136d242dbc94f4503c98f012a521d5597002c9d463a63c6b0cdfe3
-
 extract.suffix          .tgz
 
 if {${name} ne ${subport}} {
-    if {[vercmp ${php.branch} 5.4] < 0} {
-        version         2.2.7
-        checksums       rmd160  ad0839b7d7d9751ef0c30eddf43890809bbd7e91 \
-                        sha256  4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245
-        livecheck.type  none
-    }
-    
     configure.args      --enable-xdebug
     
     set xdebug_docs     ${homepage}docs/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160309/0378bc65/attachment.html>


More information about the macports-changes mailing list