[134799] trunk/dports/databases/postgis2/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Apr 7 12:03:31 PDT 2015
> On Apr 7, 2015, at 12:37 PM, vince at macports.org wrote:
>
> Revision
> 134799
> Author
> vince at macports.org
> Date
> 2015-04-07 10:37:19 -0700 (Tue, 07 Apr 2015)
> Log Message
>
> postgis2: bump to version 2.1.7
> Modified Paths
>
> • trunk/dports/databases/postgis2/Portfile
> +variant postgresql94 description {Builds with postgresql 9.3} \
> + conflicts postgresql92 postgresql93 {
> + depends_lib-append port:postgresql94
> + archcheck.files-append lib/postgresql94/libpq.dylib
> + configure.args-append --libdir=${prefix}/lib/postgresql94\
> + --with-pgconfig=${prefix}/lib/postgresql94/bin/pg_config
> + build.args-append PGSQL_DOCDIR=${destroot}${prefix}/share/doc/postgresql94\
> + PGSQL_MANDIR=${destroot}${prefix}/share/man
> +}
I fixed the description of this variant in r134805.
> -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?
More information about the macports-dev
mailing list