On 2021-5-22 23:17 , Bjarne D Mathiesen wrote: > > My own installation script looks something like this : > > #!/usr/bin/env bash > > prefix=$(1:-'/opt/local') > version=${2:-'2.7.0'} I you want to automatically use the latest version, it can be found in <https://github.com/macports/macports-base/blob/master/config/RELEASE_URL>. - Josh