<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div dir="ltr" class=""></div><div dir="ltr" class=""><blockquote type="cite" class="">On Aug 30, 2023, at 19:40, Jason Liu wrote:<br class=""><br class=""></blockquote></div><blockquote type="cite" class=""><div dir="ltr" class=""><div class="">I just noticed that Qt 5.9 and Qt 5.11 are available in MacPorts, but not Qt 5.10. Was there a specific reason why 5.10 was skipped, or was it just that no one got around to it <span class="">before 5.11</span> was released?</div></div></blockquote><div class=""><br class=""></div>Certainly qt 5.10.x existed in MacPorts. You can find bugs that were filed against it:<div class=""><br class=""></div><div class=""><a href="https://trac.macports.org/query?port=~qt5&summary=~%405.10" class="">https://trac.macports.org/query?port=~qt5&summary=~%405.10</a></div><div class=""><br class=""></div><div class="">I couldn't immediately find the commit in which it was removed. It's a little difficult since the qt5 portfile is massive and there are also the qt5 portgroups. But I suspect it was deleted because there exists no macOS version for which qt 5.10.x is the most recent one available. <br class=""><div class=""><br class=""></div><blockquote type="cite" class=""><div dir="ltr" class=""><div class="">And a somewhat tangential question: When using the qt5 PortGroup, is there a way to specify a particular version of Qt 5.x that needs to be used? I do see plenty of references to ${qt5.version}, but is that something that I am allowed to set in my Portfile?</div></div></blockquote><br class=""></div><div class="">Looking near the top of the qt5-1.0 portgroup,</div><div class=""><br class=""></div><div class=""><a href="https://github.com/macports/macports-ports/blob/master/_resources/port1.0/group/qt5-1.0.tcl" class="">https://github.com/macports/macports-ports/blob/master/_resources/port1.0/group/qt5-1.0.tcl</a></div><div class=""><br class=""></div><div class="">the prominent placement of qt5.min_version suggests to me that it is intended for portfile authors to override it. 38 ports reference this variable.</div><div class=""><br class=""></div><div class="">I don't believe there is any way for you to specify a maximum qt version, nor a specific version. The qt5 portgroup will select the blessed qt version that is compatible with the user's OS version. </div></div></body></html>