Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (9db6c4fe3bac9825eb541e397397d502031a507d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (9db6c4fe3bac9825eb541e397397d502031a507d)
  • Date: Tue, 23 Sep 2008 11:51:50 -0500

GIT changes to master grimoire by David Kowis <dkowis@Kain.(none)>:

python-pypi/moinmoin/DEPENDS | 4 ++--
python-pypi/moinmoin/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 9db6c4fe3bac9825eb541e397397d502031a507d
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis@Kain.(none)>

moinmoin: Fixing broken suggest_depends

diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index c94b224..f028c99 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -7,8 +7,8 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
fi &&

if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- suggest_depends mod_python "" "" "" "For a faster server (problematic)" &&
- suggest_depends mod_wsgi "" "" "" "For a faster server (recommended)"
+ suggest_depends mod_python "" "" "For a faster server (problematic)" &&
+ suggest_depends mod_wsgi "" "" "For a faster server (recommended)"
fi &&

suggest_depends -sub PYTHON xapian-bindings "" "" "for an indexed search
engine" &&
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index 80e0e00..46103d5 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: suggest_depends on mod_python and mod_wsgi were very broke
+
2008-09-20 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: again, this time just suggest both mod_{wsgi,python}




  • [SM-Commit] GIT changes to master grimoire by David Kowis (9db6c4fe3bac9825eb541e397397d502031a507d), David Kowis, 09/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page