[48144] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sun Mar 15 00:07:18 PDT 2009


Revision: 48144
          http://trac.macports.org/changeset/48144
Author:   ryandesign at macports.org
Date:     2009-03-15 00:07:11 -0700 (Sun, 15 Mar 2009)
Log Message:
-----------
php5-memcache, php5-syck, php5-yaz, php5-xdebug: allow php5-devel to satisfy php5 dependency

Modified Paths:
--------------
    trunk/dports/www/php5-memcache/Portfile
    trunk/dports/www/php5-syck/Portfile
    trunk/dports/www/php5-xdebug/Portfile
    trunk/dports/www/php5-yaz/Portfile

Modified: trunk/dports/www/php5-memcache/Portfile
===================================================================
--- trunk/dports/www/php5-memcache/Portfile	2009-03-15 07:01:30 UTC (rev 48143)
+++ trunk/dports/www/php5-memcache/Portfile	2009-03-15 07:07:11 UTC (rev 48144)
@@ -20,7 +20,7 @@
 distname          memcache-${version}
 extract.suffix    .tgz
 
-depends_lib   port:memcached port:php5 port:zlib
+depends_lib   port:memcached path:bin/phpize:php5 port:zlib
 
 pre-configure {
     system "cd ${worksrcpath} && phpize"

Modified: trunk/dports/www/php5-syck/Portfile
===================================================================
--- trunk/dports/www/php5-syck/Portfile	2009-03-15 07:01:30 UTC (rev 48143)
+++ trunk/dports/www/php5-syck/Portfile	2009-03-15 07:07:11 UTC (rev 48144)
@@ -18,7 +18,7 @@
 distname          syck-${version}
 extract.suffix    .tar.gz
 
-depends_lib   port:syck port:php5 port:re2c
+depends_lib   port:syck path:bin/phpize:php5 port:re2c
 
 worksrcdir    syck-${version}/ext/php
 

Modified: trunk/dports/www/php5-xdebug/Portfile
===================================================================
--- trunk/dports/www/php5-xdebug/Portfile	2009-03-15 07:01:30 UTC (rev 48143)
+++ trunk/dports/www/php5-xdebug/Portfile	2009-03-15 07:07:11 UTC (rev 48144)
@@ -23,7 +23,7 @@
                   rmd160 e34dc1cb9c86d59bad18f8ef39c15f540c99f183
 distname          xdebug-${version}
 extract.suffix    .tgz
-depends_lib       port:php5
+depends_lib       path:bin/phpize:php5
 configure.args    --enable-xdebug --with-php-config=${prefix}/bin/php-config
 
 pre-configure {

Modified: trunk/dports/www/php5-yaz/Portfile
===================================================================
--- trunk/dports/www/php5-yaz/Portfile	2009-03-15 07:01:30 UTC (rev 48143)
+++ trunk/dports/www/php5-yaz/Portfile	2009-03-15 07:07:11 UTC (rev 48144)
@@ -22,7 +22,7 @@
 distname		  yaz-${version}
 extract.suffix	  .tgz
 
-depends_lib		  port:php5 port:re2c port:yaz
+depends_lib		  path:bin/phpize:php5 port:re2c port:yaz
 
 pre-configure {
 	system "cd ${worksrcpath} && phpize"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090315/236ad5d3/attachment.html>


More information about the macports-changes mailing list