PostreSQL93 + postgis2 using MacPorts

macos, macports, postgis, postgresql

Solution

Solved!!!

I re-installed postgres93 by specifying it as the variant to use with postgis2:

sudo port install postgis2 +postgresql93

Problem

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

Original source