Changeset 81187
- Timestamp:
- 07/26/11 18:58:37 (4 years ago)
- Location:
- trunk/dports
- Files:
-
- 11 edited
-
multimedia/libvpx/Portfile (modified) (1 diff)
-
php/php5-code-coverage/Portfile (modified) (1 diff)
-
php/php5-file-iterator/Portfile (modified) (1 diff)
-
php/php5-simpletest/Portfile (modified) (1 diff)
-
php/php5-text-template/Portfile (modified) (1 diff)
-
php/php5-timer/Portfile (modified) (1 diff)
-
php/php5-token-stream/Portfile (modified) (1 diff)
-
php/php5-unit-mock-objects/Portfile (modified) (1 diff)
-
php/php5-unit-selenium/Portfile (modified) (1 diff)
-
php/php5-unit/Portfile (modified) (1 diff)
-
php/phpsh/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/libvpx/Portfile
r78724 r81187 51 51 # add in when docs are installed correctly 52 52 #variant docs description {Build documentation} { 53 # depends_build-append p ort:php5 port:doxygen53 # depends_build-append path:bin/php:php5 port:doxygen 54 54 # configure.args-delete --disable-install-docs 55 55 # configure.args-append --enable-install-docs -
trunk/dports/php/php5-code-coverage/Portfile
r78889 r81187 26 26 functionality for PHP code coverage information. 27 27 28 depends_lib p ort:php5 port:php5-file-iterator port:php5-token-stream \28 depends_lib path:bin/php:php5 port:php5-file-iterator port:php5-token-stream \ 29 29 port:php5-text-template 30 30 -
trunk/dports/php/php5-file-iterator/Portfile
r81170 r81187 24 24 ${description} 25 25 26 depends_lib p ort:php526 depends_lib path:bin/php:php5 27 27 28 28 use_configure no -
trunk/dports/php/php5-simpletest/Portfile
r78893 r81187 30 30 as logging into a site, can be tested easily. 31 31 32 depends_lib p ort:php532 depends_lib path:bin/php:php5 33 33 34 34 use_configure no -
trunk/dports/php/php5-text-template/Portfile
r78887 r81187 24 24 ${description} 25 25 26 depends_lib p ort:php526 depends_lib path:bin/php:php5 27 27 28 28 use_configure no -
trunk/dports/php/php5-timer/Portfile
r78890 r81187 24 24 ${description} 25 25 26 depends_lib p ort:php526 depends_lib path:bin/php:php5 27 27 28 28 use_configure no -
trunk/dports/php/php5-token-stream/Portfile
r78886 r81187 25 25 ${description} 26 26 27 depends_lib p ort:php527 depends_lib path:bin/php:php5 28 28 29 29 use_configure no -
trunk/dports/php/php5-unit-mock-objects/Portfile
r81163 r81187 25 25 ${description} 26 26 27 depends_lib p ort:php5 port:php5-text-template27 depends_lib path:bin/php:php5 port:php5-text-template 28 28 29 29 use_configure no -
trunk/dports/php/php5-unit-selenium/Portfile
r81164 r81187 25 25 ${description} 26 26 27 depends_lib p ort:php527 depends_lib path:bin/php:php5 28 28 29 29 use_configure no -
trunk/dports/php/php5-unit/Portfile
r81162 r81187 29 29 their results. 30 30 31 depends_lib p ort:php5 port:php5-unit-db port:php5-file-iterator \31 depends_lib path:bin/php:php5 port:php5-unit-db port:php5-file-iterator \ 32 32 port:php5-code-coverage port:php5-timer \ 33 33 port:php5-unit-selenium port:php5-unit-mock-objects -
trunk/dports/php/phpsh/Portfile
r78906 r81187 24 24 and ironically, is written mostly in Python. 25 25 26 depends_lib p ort:php5 port:python27 \26 depends_lib path:bin/php:php5 port:python27 \ 27 27 port:php5-posix port:php5-pcntl 28 28
Note: See TracChangeset
for help on using the changeset viewer.

