[32128] trunk/dports/www/php5-xdebug/Portfile

simon at macports.org simon at macports.org
Mon Dec 17 08:17:53 PST 2007


Revision: 32128
          http://trac.macosforge.org/projects/macports/changeset/32128
Author:   simon at macports.org
Date:     2007-12-17 08:17:51 -0800 (Mon, 17 Dec 2007)

Log Message:
-----------
www/php5-xdebug: Updated to version 2.0.2, closes #13519. Maintainer timeout.

Modified Paths:
--------------
    trunk/dports/www/php5-xdebug/Portfile

Modified: trunk/dports/www/php5-xdebug/Portfile
===================================================================
--- trunk/dports/www/php5-xdebug/Portfile	2007-12-17 15:35:59 UTC (rev 32127)
+++ trunk/dports/www/php5-xdebug/Portfile	2007-12-17 16:17:51 UTC (rev 32128)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name              php5-xdebug
-version           2.0.0
+version           2.0.2
 
 categories        www net devel
 platforms         darwin freebsd openbsd
@@ -18,15 +18,16 @@
     debug client.
 
 master_sites      http://www.xdebug.org/files/
-checksums         md5 0f9ecb9c5331d0041b04be9566763171
+checksums         md5 b994465f9941db4e7ffa4f8b81fa5c3d \
+                  sha1 f417b4f3916fa67a867de1ba60f82038987bcf97 \
+                  rmd160 c9477d1e760ba9b7a5a8322a3e306d00a0321788
 distname          xdebug-${version}
 extract.suffix    .tgz
 depends_lib       port:php5
 configure.args    --enable-xdebug --with-php-config=${prefix}/bin/php-config
 
 pre-configure {
-    cd ${worksrcpath}
-    system "${prefix}/bin/phpize"
+    system "cd ${worksrcpath}; ${prefix}/bin/phpize"
 }
 
 destroot.destdir INSTALL_ROOT=${destroot}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071217/e3821cea/attachment.html


More information about the macports-changes mailing list