> On Dec 27, 2016, at 10:21, Vincent <[email protected]> wrote:
>
> Vincent (Veence) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/d0a0af40d314aebd3bbfe68ebc8d43a52ce7ff35
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new d0a0af4 gdal-grass: bump to 2.1.0
> +variant postgresql96 conflicts postgresql95 {
> + configure.args-append
> --with-postgres-includes=${prefix}/include/postgresql96
> +}
> +
> +variant postgresql95 conflicts postgresql96 {
> + configure.args-append
> --with-postgres-includes=${prefix}/include/postgresql95
> +}
The postgresql95 and postgresql96 don't appear to add a dependency on the
corresponding postgresql port.
The MacPorts whitespace style is for indentations to be multiples of 4 spaces.
Please fix the modeline and the whitespace in the postgresql95 and postgresql96
variants.