<div dir="ltr">Hi all,<div><br></div><div>I'm working on a Portfile where the source code needs to gather a list of all of the dependencies' version numbers into a file before it will compile. The project has a utility python script that will gather these version numbers, but it assumes that all of the dependencies have been downloaded locally and will be compiled from within the project. However, all of the dependencies are already available through MacPorts. So my question is: Is there some sort of convenient way to obtain the version number of another port from inside a Portfile? Or do I just need to do what I am doing now, which is</div><div><br></div><div>system "port -q info --version <portname>"</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- </div><div>Jason Liu</div></div></div></div></div></div>