Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (57d852b40b549aaa8b76dc2f1ef1199c496ae101)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (57d852b40b549aaa8b76dc2f1ef1199c496ae101)
  • Date: Tue, 11 Jun 2013 16:12:49 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

collab/subversion/DEPENDS | 2 +-
collab/subversion/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 57d852b40b549aaa8b76dc2f1ef1199c496ae101
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

subversion: Requires ruby-1.8, does not work with 1.9+

diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index f3d82c6..9735a8d 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -20,7 +20,7 @@ then

if [[ "$SVN_PERL" == y ]]; then depends perl; fi &&
if [[ "$SVN_PYTHON" == y ]]; then depends python; fi &&
- if [[ "$SVN_RUBY" == y ]]; then depends RUBY; fi &&
+ if [[ "$SVN_RUBY" == y ]]; then depends ruby-1.8; fi &&
if [[ "$SVN_JAVA" == y ]]; then depends JAVA; fi
fi &&

diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 80a725d..2b5b8f8 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2013-06-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires ruby-1.8, does not work with 1.9+
+
2012-12-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.7.9




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (57d852b40b549aaa8b76dc2f1ef1199c496ae101), Eric Sandall, 06/11/2013

Archive powered by MHonArc 2.6.24.

Top of Page