[SM-Commit] GIT changes to master grimoire by David Kowis (2a80a88d979433416566e7b1cc99e39cfd19df74)

David Kowis scm at mail.sourcemage.org
Sun Aug 6 23:56:16 EDT 2006


GIT changes to master grimoire by David Kowis <dkowis at shlrm.org>:

 python-devel/trac/DEPENDS |    6 +-----
 1 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 2a80a88d979433416566e7b1cc99e39cfd19df74
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at shlrm.org>

    trac:
    
    whoops, it really does need svn. It also needs those python bindings
    should probably do subdepends...

diff --git a/python-devel/trac/DEPENDS b/python-devel/trac/DEPENDS
index d286701..d868579 100755
--- a/python-devel/trac/DEPENDS
+++ b/python-devel/trac/DEPENDS
@@ -1,5 +1,6 @@
 depends clearsilver &&
 depends python &&
+depends subversion &&
 
 if [[ "${TRAC_DATABASE}" == "sqlite" ]]; then
 	depends pysqlite &&
@@ -9,11 +10,6 @@ elif [[ "${TRAC_DATABASE}" == "postgresq
 	depends ${TRAC_POSTGRES_DRIVER}
 fi
 
-if [[ "${TRAC_HEAD}" == "y" ]]; then
-	depends subversion
-else 
-	optional_depends subversion '' '' 'For subversion scm support'
-fi &&
 optional_depends enscript   '' '' 'For syntax hilighting' &&
 optional_depends diffutils  '' '' 'for wiki document differencing' &&
 optional_depends WEBSERVER  '' '' 'To run connected to a "real" webserver' &&



More information about the SM-Commit mailing list