[87965] trunk/dports/databases/postgresql91

and.damore at macports.org and.damore at macports.org
Wed Dec 14 10:15:42 PST 2011


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

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

Added: trunk/dports/databases/postgresql91/files/postgresql91
===================================================================
--- trunk/dports/databases/postgresql91/files/postgresql91	                        (rev 0)
+++ trunk/dports/databases/postgresql91/files/postgresql91	2011-12-14 18:15:41 UTC (rev 87965)
@@ -0,0 +1,22 @@
+lib/postgresql91/bin/clusterdb
+lib/postgresql91/bin/createdb
+lib/postgresql91/bin/createlang
+lib/postgresql91/bin/createuser
+lib/postgresql91/bin/dropdb
+lib/postgresql91/bin/droplang
+lib/postgresql91/bin/dropuser
+lib/postgresql91/bin/ecpg
+lib/postgresql91/bin/initdb
+lib/postgresql91/bin/pg_config
+lib/postgresql91/bin/pg_controldata
+lib/postgresql91/bin/pg_ctl
+lib/postgresql91/bin/pg_dump
+lib/postgresql91/bin/pg_dumpall
+lib/postgresql91/bin/pg_resetxlog
+lib/postgresql91/bin/pg_restore
+lib/postgresql91/bin/postgres
+lib/postgresql91/bin/postmaster
+lib/postgresql91/bin/psql
+lib/postgresql91/bin/reindexdb
+lib/postgresql91/bin/vacuumdb
+lib/postgresql91/bin/vacuumlo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111214/004d16f4/attachment.html>


More information about the macports-changes mailing list