I am trying to upgrade my postgres installation from 9.2 to 9.3 on my mac using macports. I removed all postgres-related installations, then installed postgres93, but when I install postgis ( sudo port install postgis2), macports automatically downloads and installs postgres92 (so version 93 is left without the postgis extension) ... why? How can I point to postgis2 for postres93?
source
share