Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac9922f16f3cd6cb4824adc03dc1fd19dc2fb575)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac9922f16f3cd6cb4824adc03dc1fd19dc2fb575)
  • Date: Sat, 2 Feb 2013 06:39:49 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/trac/DEPENDS | 11 ++++++++---
python-pypi/trac/DETAILS | 7 +++----
python-pypi/trac/HISTORY | 5 +++++
3 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit ac9922f16f3cd6cb4824adc03dc1fd19dc2fb575
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

trac: => 0.12.5

diff --git a/python-pypi/trac/DEPENDS b/python-pypi/trac/DEPENDS
index d35b83f..0ab4d2d 100755
--- a/python-pypi/trac/DEPENDS
+++ b/python-pypi/trac/DEPENDS
@@ -19,10 +19,15 @@ if list_find "$TRAC_DB" postgresql; then
fi &&

suggest_depends babel "" "" "for localization support" &&
-suggest_depends WEBSERVER "" "" "to run connected to a 'real' webserver" &&
suggest_depends subversion "" "" "for Subversion SCM support" &&
-suggest_depends mod_wsgi "" "" "for Apache WSGI module usage" &&
-suggest_depends mod_python "" "" "for faster execution with Apache" &&
+suggest_depends WEBSERVER "" "" "to run connected to a 'real' webserver" &&
+
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL WEBSERVER) &&
+ echo $(get_spell_provider $SPELL WEBSERVER) | grep -Eq
"^(apache|httpd-)"; then
+ suggest_depends mod_wsgi "" "" "for Apache WSGI module usage" &&
+ suggest_depends mod_python "" "" "for faster execution with Apache"
+fi &&
+
suggest_depends pygments "" "" "for syntax highlighting (Pygments)" &&
suggest_depends enscript "" "" "for syntax highlighting (Enscript)" &&
suggest_depends pytz "" "" "for advanced timezone definition and DST
support" &&
diff --git a/python-pypi/trac/DETAILS b/python-pypi/trac/DETAILS
index 3974032..11e89e7 100755
--- a/python-pypi/trac/DETAILS
+++ b/python-pypi/trac/DETAILS
@@ -1,10 +1,9 @@
SPELL=trac
- VERSION=0.12.3
+ VERSION=0.12.5
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:84d65fc9b907bb120a4f319b14f038a8c9b67c2a9fa25216a672c23c85718e14c06e22bd78e45d30dd9c7d34d82f69ba8006074fac3e7af5134e0b02d61cb238
+
SOURCE_HASH=sha512:0b8418645a457792399fb0879b54d589c5fac891df3ad067ef7f7a378c528356851fe50f0c7937bd84a40a1ae471d20c09d69449101cdf0d06e984824b8bb83e
SOURCE=Trac-$VERSION.tar.gz
- SOURCE_URL[0]=http://ftp.edgewall.com/pub/$SPELL/$SOURCE
- SOURCE_URL[1]=ftp://ftp.edgewall.com/pub/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://download.edgewall.org/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Trac-$VERSION"
WEB_SITE=http://trac.edgewall.org/
LICENSE[0]=BSD
diff --git a/python-pypi/trac/HISTORY b/python-pypi/trac/HISTORY
index 30a9593..8bcaf19 100644
--- a/python-pypi/trac/HISTORY
+++ b/python-pypi/trac/HISTORY
@@ -1,3 +1,8 @@
+2013-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.12.5; renewed source url; dropped
+ outdated source url
+ * DEPENDS: mod_* are only valid for apache web-server
+
2012-02-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.12.3




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac9922f16f3cd6cb4824adc03dc1fd19dc2fb575), Vlad Glagolev, 02/02/2013

Archive powered by MHonArc 2.6.24.

Top of Page