[87965] trunk/dports/databases/postgresql91

Ryan Schmidt ryandesign at macports.org
Wed Dec 14 22:25:07 PST 2011


On Dec 14, 2011, at 12:15, and.damore at macports.org wrote:

> Revision: 87965
>          http://trac.macports.org/changeset/87965
> Author:   and.damore at macports.org
> Date:     2011-12-14 10:15:41 -0800 (Wed, 14 Dec 2011)
> Log Message:
> -----------
> adding postgresql91 to select group, closing ticket #32409
> 
> Modified Paths:
> --------------
>    trunk/dports/databases/postgresql91/Portfile

This changes the files that the postgresql91 port installs, right? So the revision must be increased.


> Added Paths:
> -----------
>    trunk/dports/databases/postgresql91/files/postgresql91
> 
> Modified: trunk/dports/databases/postgresql91/Portfile
> ===================================================================
> --- trunk/dports/databases/postgresql91/Portfile	2011-12-14 13:05:40 UTC (rev 87964)
> +++ trunk/dports/databases/postgresql91/Portfile	2011-12-14 18:15:41 UTC (rev 87965)
> @@ -1,6 +1,7 @@
> # $Id$
> 
> PortSystem 1.0
> +PortGroup select 1.0
> 
> name			postgresql91
> version			9.1.2
> @@ -29,6 +30,7 @@
> 
> depends_lib		port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid
> depends_build		port:bison
> +depends_run		port:postgresql_select
> 
> worksrcdir		postgresql-${version}
> 
> @@ -102,6 +104,9 @@
> 		${destroot}${prefix}/share/man
> }
> 
> +select.group    postgresql
> +select.file     ${filespath}/${name}
> +
> variant python description {add support for python} {
> 	depends_lib-append		port:python27
> 	configure.args-append	--with-python




More information about the macports-dev mailing list