Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (ff1e9685c552174cdbd784b09f65ef4002e11e33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (ff1e9685c552174cdbd784b09f65ef4002e11e33)
  • Date: Thu, 12 Aug 2010 10:45:27 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

telephony/asterisk/DEPENDS | 11 ++++++++---
telephony/asterisk/DETAILS | 2 +-
telephony/asterisk/HISTORY | 6 ++++++
3 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit ff1e9685c552174cdbd784b09f65ef4002e11e33
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

asterisk: Updated to 1.6.2.11

diff --git a/telephony/asterisk/DEPENDS b/telephony/asterisk/DEPENDS
index c04e00d..a8fa158 100755
--- a/telephony/asterisk/DEPENDS
+++ b/telephony/asterisk/DEPENDS
@@ -8,8 +8,8 @@ then
fi &&

optional_depends "curl" \
- "--with-curl" \
- "--without-curl" \
+ "--with-libcurl" \
+ "--without-libcurl" \
"enable curl support" &&

optional_depends "lua" \
@@ -87,9 +87,14 @@ optional_depends "postgresql"
\
"for postgresql as database backend" &&

optional_depends "sqlite" \
+ "--with-sqlite3" \
+ "--without-sqlite3" \
+ "for sqlite 3.x as database backend" &&
+
+optional_depends "sqlite2" \
"--with-sqlite" \
"--without-sqlite" \
- "for sqlite as database backend" &&
+ "for sqlite 2.x as database backend" &&

optional_depends "openldap" \
"--with-ldap" \
diff --git a/telephony/asterisk/DETAILS b/telephony/asterisk/DETAILS
index 0c2735d..e8f6d7f 100755
--- a/telephony/asterisk/DETAILS
+++ b/telephony/asterisk/DETAILS
@@ -1,5 +1,5 @@
SPELL=asterisk
- VERSION=1.6.1.11
+ VERSION=1.6.2.11
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index 4031265..a6b6b0d 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,3 +1,9 @@
+2010-08-12 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 1.6.2.11
+ * DEPENDS: adjusted the configure switch for curl,
+ adjusted the configure switch for sqlite,
+ added sqlite2 as an optional dependency
+
2009-12-21 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: updated spell to 1.6.1.11, updated source urls
* DEPENDS: removed mpg123 (support for it was dropped upstream) and



  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (ff1e9685c552174cdbd784b09f65ef4002e11e33), Martin Spitzbarth, 08/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page