[134799] trunk/dports/databases/postgis2/Portfile

Vincent Habchi vince at macports.org
Tue Apr 7 23:33:19 PDT 2015


Ryan,

> I fixed the description of this variant in r134805.

Thanks. I stupidly did a copy/paste of the postgresql93 variant and overlooked some changes.

>> -if {![variant_isset postgresql90] && ![variant_isset postgresql91] && \
>> -    ![variant_isset postgresql92] && ![variant_isset postgresql93]} {
>> +if {![variant_isset postgresql92] && ![variant_isset postgresql93] && \
>> +    ![variant_isset postgresql94]} {
>>     default_variants        +postgresql93
>> 
>> }
> 
> Did you want to change the default variant to postgresql94 since that is the latest stable version?

Not at this point. Maybe when postgresql94 reaches version 9.4.2 or 3. It is always costly to migrate from one postgresql version to another one, so I always delay the bump a while. Besides, it lets a bit of time for the apps to accommodate the new version.

Thanks again!
Vincent




More information about the macports-dev mailing list