Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a9562b342304522e9cd4853afedbfe494183e14a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a9562b342304522e9cd4853afedbfe494183e14a)
  • Date: Thu, 4 Sep 2014 15:59:17 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit a9562b342304522e9cd4853afedbfe494183e14a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

subversion: Fix dependency on serf (without the flag, it may be skipped)

diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 020fec4..362db5b 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -6,7 +6,7 @@ depends bison &&
depends e2fsprogs &&
depends libtool &&
depends zlib &&
-depends serf &&
+depends serf "--with-serf" &&

if [[ "$SVN_HEAD" == y ]]; then
depends python
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index fa042c1..11c5203 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2014-09-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fix dependency on serf (without the flag, it may be
skipped)
+
2014-08-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 1.8.10 ... They pulled the tarball already!




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a9562b342304522e9cd4853afedbfe494183e14a), Ismael Luceno, 09/04/2014

Archive powered by MHonArc 2.6.24.

Top of Page