[SM-Commit] GIT changes to master grimoire by George Sherwood (e054c02ae28f85718fe7e8ad28fffede7a79d6b8)
George Sherwood
scm at sourcemage.org
Sun Sep 2 06:34:54 EDT 2007
GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:
database/postgresql/HISTORY | 5 +++++
database/postgresql/PRE_BUILD | 4 ++--
database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz | 0
database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz |binary
dev/null |binary
5 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit e054c02ae28f85718fe7e8ad28fffede7a79d6b8
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>
postgresql: updated broken pgcluster patch. Something that needs to
be check on version updates.
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index a6a2ca0..5072e67 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2007-09-02 George Sherwood <george at beernabeer.com>
+ * PRE_BUILD: Updated for latest pgcluster patch.
+ * pgcluster-1.7.0rc7.patch.tar.gz: Added latest patch
+ * pgcluster-1.7.0rc3-patch.tar.gz: Removed old patch
+
2007-08-26 Arjan Bouter <abouter at sourcemage.org>
* DEPENDS: added missing optional dep on openldap
* DETAILS: patchlevel++
diff --git a/database/postgresql/PRE_BUILD b/database/postgresql/PRE_BUILD
index 86f2b83..1d2ff68 100755
--- a/database/postgresql/PRE_BUILD
+++ b/database/postgresql/PRE_BUILD
@@ -2,6 +2,6 @@ create_account postgres &&
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if [ "$PGSQL_CLUSTER" = "y" ]; then
- tar zxvf $SCRIPT_DIRECTORY/pgcluster-1.7.0rc1-patch.tar.gz &&
- patch -p1 < $SOURCE_DIRECTORY/pgcluster-1.7.0rc1-patch
+ tar zxvf $SCRIPT_DIRECTORY/pgcluster-1.7.0rc7.patch.tar.gz &&
+ patch -p1 < $SOURCE_DIRECTORY/pgcluster-1.7.0rc7.patch
fi
diff --git a/database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz b/database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz
deleted file mode 100644
index 38d0306..0000000
Binary files a/database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz and /dev/null differ
diff --git a/database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz b/database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz
new file mode 100644
index 0000000..77ea516
Binary files /dev/null and b/database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz differ
More information about the SM-Commit
mailing list