Revision: 117528 https://trac.macports.org/changeset/117528 Author: ryandesign@macports.org Date: 2014-03-02 18:18:27 -0800 (Sun, 02 Mar 2014) Log Message: ----------- php-xdebug: update to 2.2.4 Modified Paths: -------------- trunk/dports/php/php-xdebug/Portfile trunk/dports/php/php5-xdebug/Portfile Modified: trunk/dports/php/php-xdebug/Portfile =================================================================== --- trunk/dports/php/php-xdebug/Portfile 2014-03-03 02:16:12 UTC (rev 117527) +++ trunk/dports/php/php-xdebug/Portfile 2014-03-03 02:18:27 UTC (rev 117528) @@ -5,7 +5,7 @@ PortGroup php 1.1 name php-xdebug -version 2.2.3 +version 2.2.4 categories-append net devel platforms darwin freebsd openbsd maintainers ryandesign openmaintainer @@ -27,12 +27,12 @@ execution analysis and optimization. It also supports \ debugging interactively using the dbg debug client. -checksums rmd160 582c39c56c6911506f6066b841feb17dc11fa692 \ - sha256 b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c +checksums rmd160 deefcc1034e052defc9635ff08e6a809da8161d1 \ + sha256 3e7a2382558fec16145c4cc44bd9fdb7bdeb608b0f2720c2e946806925472e70 extract.suffix .tgz -if {${name} != ${subport}} { +if {${name} ne ${subport}} { configure.args --enable-xdebug set xdebug_docs ${homepage}docs/ Modified: trunk/dports/php/php5-xdebug/Portfile =================================================================== --- trunk/dports/php/php5-xdebug/Portfile 2014-03-03 02:16:12 UTC (rev 117527) +++ trunk/dports/php/php5-xdebug/Portfile 2014-03-03 02:18:27 UTC (rev 117528) @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup xdebug 2.2.3 +php5extension.setup xdebug 2.2.4 php5extension.type zend categories-append net devel platforms darwin freebsd openbsd @@ -24,8 +24,8 @@ execution analysis and optimization. It also supports \ debugging interactively using the dbg debug client. -checksums rmd160 582c39c56c6911506f6066b841feb17dc11fa692 \ - sha256 b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c +checksums rmd160 deefcc1034e052defc9635ff08e6a809da8161d1 \ + sha256 3e7a2382558fec16145c4cc44bd9fdb7bdeb608b0f2720c2e946806925472e70 extract.suffix .tgz
participants (1)
-
ryandesign@macports.org