diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2004-11-23 10:42:55 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2004-11-23 10:42:55 +0000 |
commit | e183b788b8cdaf80446c2772ae283e40ec13ffda (patch) | |
tree | a0d695d889806bcd163d1045716023a11a585846 /dev-db/postgresql/files | |
parent | Added to ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-e183b788b8cdaf80446c2772ae283e40ec13ffda.tar.gz gentoo-2-e183b788b8cdaf80446c2772ae283e40ec13ffda.tar.bz2 gentoo-2-e183b788b8cdaf80446c2772ae283e40ec13ffda.zip |
version bump
Diffstat (limited to 'dev-db/postgresql/files')
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-8.0.0_beta3 | 3 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-8.0.0_beta5 | 3 | ||||
-rw-r--r-- | dev-db/postgresql/files/pg_autovacuum.conf-8.0.0_beta5 (renamed from dev-db/postgresql/files/pg_autovacuum.conf-8.0.0_beta3) | 0 | ||||
-rw-r--r-- | dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta5 (renamed from dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta3) | 2 | ||||
-rw-r--r-- | dev-db/postgresql/files/postgresql-8.0.0_beta5-gentoo.patch (renamed from dev-db/postgresql/files/postgresql-8.0.0_beta3-gentoo.patch) | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/dev-db/postgresql/files/digest-postgresql-8.0.0_beta3 b/dev-db/postgresql/files/digest-postgresql-8.0.0_beta3 deleted file mode 100644 index 7b139a36320b..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-8.0.0_beta3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b15dc95b107dafeaddf9b24b12e23e62 postgresql-base-8.0.0beta3.tar.bz2 7393067 -MD5 53ab8c1ca946ac60ffc1b6c469ecbf3c postgresql-opt-8.0.0beta3.tar.bz2 131078 -MD5 10b2b8b1e58ee0bd757ab2291a955e9e postgresql-docs-8.0.0beta3.tar.bz2 2260393 diff --git a/dev-db/postgresql/files/digest-postgresql-8.0.0_beta5 b/dev-db/postgresql/files/digest-postgresql-8.0.0_beta5 new file mode 100644 index 000000000000..f28d6c40004c --- /dev/null +++ b/dev-db/postgresql/files/digest-postgresql-8.0.0_beta5 @@ -0,0 +1,3 @@ +MD5 74e770c9be4803f47ba87bb75f366c9f postgresql-base-8.0.0beta5.tar.bz2 7615755 +MD5 9b87a528e95c4b31d9bb0a190e8a453e postgresql-opt-8.0.0beta5.tar.bz2 132366 +MD5 f8ba322b97a3b129d75861deb8a0dd34 postgresql-docs-8.0.0beta5.tar.bz2 2150967 diff --git a/dev-db/postgresql/files/pg_autovacuum.conf-8.0.0_beta3 b/dev-db/postgresql/files/pg_autovacuum.conf-8.0.0_beta5 index f342ebfd2a47..f342ebfd2a47 100644 --- a/dev-db/postgresql/files/pg_autovacuum.conf-8.0.0_beta3 +++ b/dev-db/postgresql/files/pg_autovacuum.conf-8.0.0_beta5 diff --git a/dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta3 b/dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta5 index e5b5667aa392..2da01a5c53ef 100644 --- a/dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta3 +++ b/dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta5 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta3,v 1.1 2004/11/06 19:26:26 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/files/pg_autovacuum.init-8.0.0_beta5,v 1.1 2004/11/23 10:42:55 nakano Exp $ depend() { need postgresql logger diff --git a/dev-db/postgresql/files/postgresql-8.0.0_beta3-gentoo.patch b/dev-db/postgresql/files/postgresql-8.0.0_beta5-gentoo.patch index 84e45a92bb47..b0ec965d03fd 100644 --- a/dev-db/postgresql/files/postgresql-8.0.0_beta3-gentoo.patch +++ b/dev-db/postgresql/files/postgresql-8.0.0_beta5-gentoo.patch @@ -1,6 +1,6 @@ -diff -Naru postgresql-8.0.0beta3.org/src/bin/initdb/initdb.c postgresql-8.0.0beta3/src/bin/initdb/initdb.c ---- postgresql-8.0.0beta3.org/src/bin/initdb/initdb.c 2004-08-29 06:06:52.000000000 +0100 -+++ postgresql-8.0.0beta3/src/bin/initdb/initdb.c 2004-09-02 09:18:00.634625577 +0100 +diff -Naru postgresql-8.0.0beta5.org/src/bin/initdb/initdb.c postgresql-8.0.0beta5/src/bin/initdb/initdb.c +--- postgresql-8.0.0beta5.org/src/bin/initdb/initdb.c 2004-08-29 06:06:52.000000000 +0100 ++++ postgresql-8.0.0beta5/src/bin/initdb/initdb.c 2004-09-02 09:18:00.634625577 +0100 @@ -2499,11 +2499,7 @@ fprintf(stderr, authwarning); |