[81187] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Tue Jul 26 18:58:37 PDT 2011


Revision: 81187
          http://trac.macports.org/changeset/81187
Author:   ryandesign at macports.org
Date:     2011-07-26 18:58:37 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
Allow php5-devel to satisfy php5 dependency

Modified Paths:
--------------
    trunk/dports/multimedia/libvpx/Portfile
    trunk/dports/php/php5-code-coverage/Portfile
    trunk/dports/php/php5-file-iterator/Portfile
    trunk/dports/php/php5-simpletest/Portfile
    trunk/dports/php/php5-text-template/Portfile
    trunk/dports/php/php5-timer/Portfile
    trunk/dports/php/php5-token-stream/Portfile
    trunk/dports/php/php5-unit/Portfile
    trunk/dports/php/php5-unit-mock-objects/Portfile
    trunk/dports/php/php5-unit-selenium/Portfile
    trunk/dports/php/phpsh/Portfile

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/multimedia/libvpx/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -50,7 +50,7 @@
 
 # add in when docs are installed correctly
 #variant docs description {Build documentation} {
-#    depends_build-append port:php5 port:doxygen
+#    depends_build-append path:bin/php:php5 port:doxygen
 #    configure.args-delete --disable-install-docs
 #    configure.args-append --enable-install-docs
 #}

Modified: trunk/dports/php/php5-code-coverage/Portfile
===================================================================
--- trunk/dports/php/php5-code-coverage/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-code-coverage/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -25,7 +25,7 @@
     PHP_CodeCoverage is a library that provides collection, processing, and rendering \
     functionality for PHP code coverage information.
 
-depends_lib             port:php5 port:php5-file-iterator port:php5-token-stream \
+depends_lib             path:bin/php:php5 port:php5-file-iterator port:php5-token-stream \
                         port:php5-text-template
 
 use_configure           no

Modified: trunk/dports/php/php5-file-iterator/Portfile
===================================================================
--- trunk/dports/php/php5-file-iterator/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-file-iterator/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -23,7 +23,7 @@
 long_description \
     ${description}
 
-depends_lib             port:php5
+depends_lib             path:bin/php:php5
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/php5-simpletest/Portfile
===================================================================
--- trunk/dports/php/php5-simpletest/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-simpletest/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -29,7 +29,7 @@
     basic authentication. The idea is that common but fiddly PHP tasks, such \
     as logging into a site, can be tested easily.
 
-depends_lib             port:php5
+depends_lib             path:bin/php:php5
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/php5-text-template/Portfile
===================================================================
--- trunk/dports/php/php5-text-template/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-text-template/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -23,7 +23,7 @@
 long_description \
     ${description}
 
-depends_lib             port:php5
+depends_lib             path:bin/php:php5
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/php5-timer/Portfile
===================================================================
--- trunk/dports/php/php5-timer/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-timer/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -23,7 +23,7 @@
 long_description \
     ${description}
 
-depends_lib             port:php5
+depends_lib             path:bin/php:php5
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/php5-token-stream/Portfile
===================================================================
--- trunk/dports/php/php5-token-stream/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-token-stream/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -24,7 +24,7 @@
 long_description \
     ${description}
 
-depends_lib             port:php5
+depends_lib             path:bin/php:php5
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/php5-unit/Portfile
===================================================================
--- trunk/dports/php/php5-unit/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-unit/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -28,7 +28,7 @@
     as well as the functionality to easily run the tests and analyse \
     their results.
 
-depends_lib             port:php5 port:php5-unit-db port:php5-file-iterator \
+depends_lib             path:bin/php:php5 port:php5-unit-db port:php5-file-iterator \
                         port:php5-code-coverage port:php5-timer \
                         port:php5-unit-selenium port:php5-unit-mock-objects
 

Modified: trunk/dports/php/php5-unit-mock-objects/Portfile
===================================================================
--- trunk/dports/php/php5-unit-mock-objects/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-unit-mock-objects/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -24,7 +24,7 @@
 long_description \
     ${description}
 
-depends_lib             port:php5 port:php5-text-template
+depends_lib             path:bin/php:php5 port:php5-text-template
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/php5-unit-selenium/Portfile
===================================================================
--- trunk/dports/php/php5-unit-selenium/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/php5-unit-selenium/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -24,7 +24,7 @@
 long_description \
     ${description}
 
-depends_lib             port:php5
+depends_lib             path:bin/php:php5
 
 use_configure           no
 build                   {}

Modified: trunk/dports/php/phpsh/Portfile
===================================================================
--- trunk/dports/php/phpsh/Portfile	2011-07-27 01:00:21 UTC (rev 81186)
+++ trunk/dports/php/phpsh/Portfile	2011-07-27 01:58:37 UTC (rev 81187)
@@ -23,7 +23,7 @@
     completion, and quick access to documentation. It was developed at Facebook \
     and ironically, is written mostly in Python.
 
-depends_lib             port:php5 port:python27 \
+depends_lib             path:bin/php:php5 port:python27 \
                         port:php5-posix port:php5-pcntl
 
 python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110726/eda9b753/attachment.html>


More information about the macports-changes mailing list