[99145] trunk/dports/lang/qore-pgsql-module/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Oct 29 16:36:10 PDT 2012


On Oct 28, 2012, at 07:22, davidnichols at macports.org wrote:

> Revision: 99145
>          http://trac.macports.org//changeset/99145
> Author:   davidnichols at macports.org
> Date:     2012-10-28 05:22:30 -0700 (Sun, 28 Oct 2012)
> Log Message:
> -----------
> updated to v2.0, added variant for postgresql 9.2
> 
> Modified Paths:
> --------------
>    trunk/dports/lang/qore-pgsql-module/Portfile

> -variant psql83 conflicts psql84 psql90 psql91 \
> -description {Enable Postgre SQL Driver version 8.3} {}
> +variant psql83 conflicts psql84 psql90 psql91 psql92 \
> +description {Enable PostgreSQL Driver version 8.3} {}
> 
> -variant psql84 conflicts psql83 psql90 psql91 \
> -description {Enable Postgre SQL Driver version 8.4} {}
> +variant psql84 conflicts psql83 psql90 psql91 psql92 \
> +description {Enable PostgreSQL Driver version 8.4} {}
> 
> -variant psql90 conflicts psql83 psql84 psql91 \
> -description {Enable Postgre SQL Driver version 9.0 (default if none selected)} {}
> +variant psql90 conflicts psql83 psql84 psql91 psql92 \
> +description {Enable PostgreSQL Driver version 9.0 (default if none selected)} {}
> 
> -variant psql91 conflicts psql83 psql84 psql90 \
> -description {Enable Postgre SQL Driver version 9.1} {}
> +variant psql91 conflicts psql83 psql84 psql90 psql92 \
> +description {Enable PostgreSQL Driver version 9.1} {}
> 
> +variant psql92 conflicts psql83 psql84 psql90 psql91 \
> +description {Enable PostgreSQL Driver version 9.2} {}

The latest stable version (currently 9.2) should probably be the default, as it is in other ports.

The variants should really be called e.g. "postgresql92" to match the port name and the variant names in other ports. At some point you might want to go to the trouble of renaming the variants (and leaving legacy compatibility variants to help people upgrade). Let me know if you need help doing that.





More information about the macports-dev mailing list