Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (98d15fdbe95540c1773efb289f83284762c316a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (98d15fdbe95540c1773efb289f83284762c316a2)
  • Date: Mon, 27 Aug 2007 09:24:06 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

database/postgresql/DEPENDS | 5 +++++
database/postgresql/DETAILS | 2 +-
database/postgresql/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 98d15fdbe95540c1773efb289f83284762c316a2
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

postgres: added optional dep on openldap

diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index 562da51..4840229 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -33,6 +33,11 @@ optional_depends unixodbc \
"--without-unixodbc" \
"for unixODBC support" &&

+optional_depends openldap \
+ "--with-ldap" \
+ "--without-ldap" \
+ "for LDAP support" &&
+
optional_depends openssl \
"--with-openssl" \
"--without-openssl" \
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index adc5816..b561346 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.postgresql.org/
DOCS=""
SECURITY_PATCH=4
- PATCHLEVEL=1
+ PATCHLEVEL=2
ENTERED=20011113
LICENSE[0]=BSD
KEYWORDS="database"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index f2553b3..a6a2ca0 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,7 @@
+2007-08-26 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added missing optional dep on openldap
+ * DETAILS: patchlevel++
+
2007-06-12 Arjan Bouter <abouter AT sourcemage.org>
* init.d/*: made the logfile optional
* DETAILS: patchlevel++



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (98d15fdbe95540c1773efb289f83284762c316a2), Arjan Bouter, 08/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page