Ticket #13519: xdebug-2.0.2.diff

File xdebug-2.0.2.diff, 1018 bytes (added by simon@…, 16 years ago)

Updates Xdebug to version 2.0.2, also removes cd command which should not longer be used.

  • Portfile

     
    22
    33PortSystem 1.0
    44name              php5-xdebug
    5 version           2.0.0
     5version           2.0.2
    66
    77categories        www net devel
    88platforms         darwin freebsd openbsd
     
    1818    debug client.
    1919
    2020master_sites      http://www.xdebug.org/files/
    21 checksums         md5 0f9ecb9c5331d0041b04be9566763171
     21checksums         md5 b994465f9941db4e7ffa4f8b81fa5c3d \
     22                  sha1 f417b4f3916fa67a867de1ba60f82038987bcf97 \
     23                  rmd160 c9477d1e760ba9b7a5a8322a3e306d00a0321788
    2224distname          xdebug-${version}
    2325extract.suffix    .tgz
    2426depends_lib       port:php5
    2527configure.args    --enable-xdebug --with-php-config=${prefix}/bin/php-config
    2628
    2729pre-configure {
    28     cd ${worksrcpath}
    29     system "${prefix}/bin/phpize"
     30    system "cd ${worksrcpath}; ${prefix}/bin/phpize"
    3031}
    3132
    3233destroot.destdir INSTALL_ROOT=${destroot}