[145995] trunk/dports/www/wp-cli/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Feb 23 23:35:58 PST 2016


> On Feb 23, 2016, at 7:14 PM, takeshi at macports.org wrote:
> 
> Revision
> 145995
> Author
> takeshi at macports.org
> Date
> 2016-02-23 17:14:08 -0800 (Tue, 23 Feb 2016)
> Log Message
> 
> wp-cli: add run-time dependency to php binary
> Modified Paths
> 
> 	• trunk/dports/www/wp-cli/Portfile
> 

> +depends_run         bin:php:php70

The php70 port doesn't provide a php binary; it provides a php70 binary. So if wp-cli is expecting a php binary, php70 by itself is not enough to provide that. The user would have to run "sudo port select php php70" to get a php symlink pointing to the php70 binary. OS X has shipped with /usr/bin/php for a long time, so hopefully that's enough for all OS X users. 




More information about the macports-dev mailing list