[117332] trunk/dports/databases

jwa at macports.org jwa at macports.org
Sat Feb 22 04:03:39 PST 2014


Revision: 117332
          https://trac.macports.org/changeset/117332
Author:   jwa at macports.org
Date:     2014-02-22 04:03:38 -0800 (Sat, 22 Feb 2014)
Log Message:
-----------
postgresql: add more files to select

Modified Paths:
--------------
    trunk/dports/databases/postgresql84/Portfile
    trunk/dports/databases/postgresql84/files/postgresql84
    trunk/dports/databases/postgresql90/Portfile
    trunk/dports/databases/postgresql90/files/postgresql90
    trunk/dports/databases/postgresql91/Portfile
    trunk/dports/databases/postgresql91/files/postgresql91
    trunk/dports/databases/postgresql92/Portfile
    trunk/dports/databases/postgresql92/files/postgresql92
    trunk/dports/databases/postgresql93/Portfile
    trunk/dports/databases/postgresql93/files/postgresql93
    trunk/dports/databases/postgresql_select/Portfile
    trunk/dports/databases/postgresql_select/files/base
    trunk/dports/databases/postgresql_select/files/none

Modified: trunk/dports/databases/postgresql84/Portfile
===================================================================
--- trunk/dports/databases/postgresql84/Portfile	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql84/Portfile	2014-02-22 12:03:38 UTC (rev 117332)
@@ -6,6 +6,8 @@
 
 name			postgresql84
 version			8.4.20
+revision        1
+
 categories		databases
 platforms		darwin
 maintainers		mww jwa

Modified: trunk/dports/databases/postgresql84/files/postgresql84
===================================================================
--- trunk/dports/databases/postgresql84/files/postgresql84	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql84/files/postgresql84	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,13 +7,24 @@
 lib/postgresql84/bin/dropuser
 lib/postgresql84/bin/ecpg
 lib/postgresql84/bin/initdb
+lib/postgresql84/bin/oid2name
+-
+-
 lib/postgresql84/bin/pg_config
 lib/postgresql84/bin/pg_controldata
 lib/postgresql84/bin/pg_ctl
 lib/postgresql84/bin/pg_dump
 lib/postgresql84/bin/pg_dumpall
+-
+-
 lib/postgresql84/bin/pg_resetxlog
 lib/postgresql84/bin/pg_restore
+lib/postgresql84/bin/pg_standby
+-
+-
+-
+-
+lib/postgresql84/bin/pgbench
 lib/postgresql84/bin/postgres
 lib/postgresql84/bin/postmaster
 lib/postgresql84/bin/psql

Modified: trunk/dports/databases/postgresql90/Portfile
===================================================================
--- trunk/dports/databases/postgresql90/Portfile	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql90/Portfile	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,6 +7,7 @@
 
 name			postgresql90
 version			9.0.16
+revision        1
 
 categories		databases
 platforms		darwin

Modified: trunk/dports/databases/postgresql90/files/postgresql90
===================================================================
--- trunk/dports/databases/postgresql90/files/postgresql90	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql90/files/postgresql90	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,13 +7,24 @@
 lib/postgresql90/bin/dropuser
 lib/postgresql90/bin/ecpg
 lib/postgresql90/bin/initdb
+lib/postgresql90/bin/oid2name
+lib/postgresql90/bin/pg_archivecleanup
+-
 lib/postgresql90/bin/pg_config
 lib/postgresql90/bin/pg_controldata
 lib/postgresql90/bin/pg_ctl
 lib/postgresql90/bin/pg_dump
 lib/postgresql90/bin/pg_dumpall
+-
+-
 lib/postgresql90/bin/pg_resetxlog
 lib/postgresql90/bin/pg_restore
+lib/postgresql90/bin/pg_standby
+-
+-
+lib/postgresql90/bin/pg_upgrade
+-
+lib/postgresql90/bin/pgbench
 lib/postgresql90/bin/postgres
 lib/postgresql90/bin/postmaster
 lib/postgresql90/bin/psql

Modified: trunk/dports/databases/postgresql91/Portfile
===================================================================
--- trunk/dports/databases/postgresql91/Portfile	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql91/Portfile	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,6 +7,7 @@
 
 name			postgresql91
 version			9.1.12
+revision        1
 
 categories		databases
 platforms		darwin

Modified: trunk/dports/databases/postgresql91/files/postgresql91
===================================================================
--- trunk/dports/databases/postgresql91/files/postgresql91	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql91/files/postgresql91	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,13 +7,24 @@
 lib/postgresql91/bin/dropuser
 lib/postgresql91/bin/ecpg
 lib/postgresql91/bin/initdb
+lib/postgresql91/bin/oid2name
+lib/postgresql91/bin/pg_archivecleanup
+lib/postgresql91/bin/pg_basebackup
 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/pg_standby
+lib/postgresql91/bin/pg_test_fsync
+-
+lib/postgresql91/bin/pg_upgrade
+-
+lib/postgresql91/bin/pgbench
 lib/postgresql91/bin/postgres
 lib/postgresql91/bin/postmaster
 lib/postgresql91/bin/psql

Modified: trunk/dports/databases/postgresql92/Portfile
===================================================================
--- trunk/dports/databases/postgresql92/Portfile	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql92/Portfile	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,6 +7,7 @@
 
 name			postgresql92
 version			9.2.7
+revision        1
 
 categories		databases
 platforms		darwin

Modified: trunk/dports/databases/postgresql92/files/postgresql92
===================================================================
--- trunk/dports/databases/postgresql92/files/postgresql92	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql92/files/postgresql92	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,13 +7,24 @@
 lib/postgresql92/bin/dropuser
 lib/postgresql92/bin/ecpg
 lib/postgresql92/bin/initdb
+lib/postgresql92/bin/oid2name
+lib/postgresql92/bin/pg_archivecleanup
+lib/postgresql92/bin/pg_basebackup
 lib/postgresql92/bin/pg_config
 lib/postgresql92/bin/pg_controldata
 lib/postgresql92/bin/pg_ctl
 lib/postgresql92/bin/pg_dump
 lib/postgresql92/bin/pg_dumpall
+-
+lib/postgresql92/bin/pg_receivexlog
 lib/postgresql92/bin/pg_resetxlog
 lib/postgresql92/bin/pg_restore
+lib/postgresql92/bin/pg_standby
+lib/postgresql92/bin/pg_test_fsync
+lib/postgresql92/bin/pg_test_timing
+lib/postgresql92/bin/pg_upgrade
+-
+lib/postgresql92/bin/pgbench
 lib/postgresql92/bin/postgres
 lib/postgresql92/bin/postmaster
 lib/postgresql92/bin/psql

Modified: trunk/dports/databases/postgresql93/Portfile
===================================================================
--- trunk/dports/databases/postgresql93/Portfile	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql93/Portfile	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,6 +7,7 @@
 
 name			postgresql93
 version			9.3.3
+revision        1
 
 categories		databases
 platforms		darwin

Modified: trunk/dports/databases/postgresql93/files/postgresql93
===================================================================
--- trunk/dports/databases/postgresql93/files/postgresql93	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql93/files/postgresql93	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,13 +7,24 @@
 lib/postgresql93/bin/dropuser
 lib/postgresql93/bin/ecpg
 lib/postgresql93/bin/initdb
+lib/postgresql93/bin/oid2name
+lib/postgresql93/bin/pg_archivecleanup
+lib/postgresql93/bin/pg_basebackup
 lib/postgresql93/bin/pg_config
 lib/postgresql93/bin/pg_controldata
 lib/postgresql93/bin/pg_ctl
 lib/postgresql93/bin/pg_dump
 lib/postgresql93/bin/pg_dumpall
+lib/postgresql93/bin/pg_isready
+lib/postgresql93/bin/pg_receivexlog
 lib/postgresql93/bin/pg_resetxlog
 lib/postgresql93/bin/pg_restore
+lib/postgresql93/bin/pg_standby
+lib/postgresql93/bin/pg_test_fsync
+lib/postgresql93/bin/pg_test_timing
+lib/postgresql93/bin/pg_upgrade
+lib/postgresql93/bin/pg_xlogdump
+lib/postgresql93/bin/pgbench
 lib/postgresql93/bin/postgres
 lib/postgresql93/bin/postmaster
 lib/postgresql93/bin/psql

Modified: trunk/dports/databases/postgresql_select/Portfile
===================================================================
--- trunk/dports/databases/postgresql_select/Portfile	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql_select/Portfile	2014-02-22 12:03:38 UTC (rev 117332)
@@ -4,7 +4,7 @@
 PortGroup           select 1.0
 
 name                postgresql_select
-version             0.1
+version             0.2
 categories          databases
 license             BSD
 maintainers         nomaintainer

Modified: trunk/dports/databases/postgresql_select/files/base
===================================================================
--- trunk/dports/databases/postgresql_select/files/base	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql_select/files/base	2014-02-22 12:03:38 UTC (rev 117332)
@@ -7,13 +7,24 @@
 bin/dropuser
 bin/ecpg
 bin/initdb
+bin/oid2name
+bin/pg_archivecleanup
+bin/pg_basebackup
 bin/pg_config
 bin/pg_controldata
 bin/pg_ctl
 bin/pg_dump
 bin/pg_dumpall
+bin/pg_isready
+bin/pg_receivexlog
 bin/pg_resetxlog
 bin/pg_restore
+bin/pg_standby
+bin/pg_test_fsync
+bin/pg_test_timing
+bin/pg_upgrade
+bin/pg_xlogdump
+bin/pgbench
 bin/postgres
 bin/postmaster
 bin/psql

Modified: trunk/dports/databases/postgresql_select/files/none
===================================================================
--- trunk/dports/databases/postgresql_select/files/none	2014-02-22 09:13:03 UTC (rev 117331)
+++ trunk/dports/databases/postgresql_select/files/none	2014-02-22 12:03:38 UTC (rev 117332)
@@ -20,3 +20,14 @@
 -
 -
 -
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140222/bcb33dad/attachment-0001.html>


More information about the macports-changes mailing list