New commits:
commit 78fb6c30fc2d99a5fb610f7049f3653a480d4709
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
python-pypi/moinmoin: depends on mod_wsgi (as opposed to mod_python),
wsgi is a better alternative
diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index fbf12d2..236cf75 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -7,7 +7,7 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
fi &&
if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- suggest_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
+ suggest_depends mod_wsgi "" "" "for a faster server (reccomended w/apache)"
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 2c3dead..a2a53fa 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,5 +1,6 @@
2008-09-16 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.7.2, SECURITY_PATCH=1
+ * DEPENDS: mod_python -> mod_wsgi, wsgi is a better alternative
2008-08-23 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated VERSION to 1.7.1
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (78fb6c30fc2d99a5fb610f7049f3653a480d4709),
Elisamuel Resto, 09/16/2008