Ryan Schmidt wrote: > On Nov 6, 2017, at 10:00, dan d. wrote: > >> If I want an older binary in the available list installed, how do I do it >> using macports at the cli. > > Regardless of whether you get a binary or build from source, the procedure is > the same: > > https://trac.macports.org/wiki/howto/InstallingOlderPort
You can also do something like this: sudo port install https://packages.macports.org/p7zip/p7zip-16.02_1.darwin_17.x86_64.tbz2 Either way, be aware that older binaries may not be compatible with the current versions of their dependencies. Rev-upgrade may detect this and automatically try to rebuild from source. - Josh
