On Jun 1, 2009, at 10:36 AM, Rainer Müller wrote:

On 2009-06-01 18:46, Emmanuel Hainry wrote:
Citando Bradley Giesbrecht :
bash-3.2# port installed depends:openssl

This line is probably equivalent to port depends openssl.

There is no 'port depends'. You mean 'port dependents'.

Would there be a cleaner (no shell, port only) command than this?

for i in $(port dependents openssl | awk '{print $1}') ; do port -vf upgrade $i ; done

I think it would be nice if the "-q" flag was available to most commands and would print hits only.

port -q dependents openssl | port -vf upgrade

I'm not suggesting anyone should put time into "-q" but when updating the port functions maybe it could be considered.


//Brad
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to