[133268] trunk/dports/php/php-xdebug/Portfile
Revision: 133268 https://trac.macports.org/changeset/133268 Author: ryandesign@macports.org Date: 2015-02-24 08:28:24 -0800 (Tue, 24 Feb 2015) Log Message: ----------- php-xdebug: update to 2.3.0 Modified Paths: -------------- trunk/dports/php/php-xdebug/Portfile Modified: trunk/dports/php/php-xdebug/Portfile =================================================================== --- trunk/dports/php/php-xdebug/Portfile 2015-02-24 16:27:32 UTC (rev 133267) +++ trunk/dports/php/php-xdebug/Portfile 2015-02-24 16:28:24 UTC (rev 133268) @@ -5,7 +5,7 @@ PortGroup php 1.1 name php-xdebug -version 2.2.7 +version 2.3.0 categories-append net devel platforms darwin freebsd openbsd maintainers ryandesign openmaintainer @@ -27,12 +27,18 @@ execution analysis and optimization. It also supports \ debugging interactively using the dbg debug client. -checksums rmd160 ad0839b7d7d9751ef0c30eddf43890809bbd7e91 \ - sha256 4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245 +checksums rmd160 122595dc331b63c95d4238691d86367e01acda84 \ + sha256 a685fd1e79393ea477bf6b74c29f83a2c6f09130c678218ee46130b9882e1d6d extract.suffix .tgz if {${name} ne ${subport}} { + if {[vercmp ${php.branch} 5.4] < 0} { + version 2.2.7 + checksums rmd160 ad0839b7d7d9751ef0c30eddf43890809bbd7e91 \ + sha256 4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245 + } + configure.args --enable-xdebug set xdebug_docs ${homepage}docs/
participants (1)
-
ryandesign@macports.org