<div dir="ltr">Well I really think this needs to be documented more clearly. The examples in the guide do not mention it is a regex rather than the exact name of a port, and that is the only documentation I have seen on it.<div>
<br></div><div>David</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 7, 2014 at 8:46 PM, Ryan Schmidt <span dir="ltr">&lt;<a href="mailto:ryandesign@macports.org" target="_blank">ryandesign@macports.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On Apr 7, 2014, at 17:14, David Strubbe wrote:<br>
<br>
&gt; Ok, I think I see what is going on here: apparently &quot;port installed depends:XXX&quot; returns all ports depending on port XXX -- OR a port that contains the string XXX.<br>
<br>
</div>It&rsquo;s a regular expression search. So if you want the ports that depend on gcr, you could use:<br>
<br>
$ port echo depends:&#39;:gcr($|\s)&#39;<br>
empathy<br>
epiphany<br>
evolution-data-server<br>
gnome-keyring<br>
gnome-online-accounts<br>
gnome3-core<br>
libgdata<br>
seahorse<br>
$<br>
<br>
<br>
</blockquote></div><br></div>