Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (de5fbe489768b54d74b302a3a3d6f9ff2fc3afd9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (de5fbe489768b54d74b302a3a3d6f9ff2fc3afd9)
  • Date: Sun, 13 Feb 2011 11:12:56 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-libs/libsoup/DEPENDS | 6 +++++-
gnome2-libs/libsoup/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit de5fbe489768b54d74b302a3a3d6f9ff2fc3afd9
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libsoup: devel version depends on glib-networking for TLS

diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index 6787788..43698ef 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -12,10 +12,14 @@ if [[ $LIBSOUP_GNOME == "y" ]]; then
depends libgnome-keyring
fi &&

+if [[ $LIBSOUP_DEVEL == "y" ]]; then
+depends glib-networking
+else
optional_depends gnutls \
"--enable-ssl" \
"--disable-ssl" \
- "for GNUTLS' SSL support" &&
+ "for GNUTLS' SSL support"
+fi

optional_depends gtk-doc \
"--enable-gtk-doc" \
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 72bb4e1..27c9b00 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2011-02-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: libsoup devel depends on glib-networking
+
2011-02-12 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to version 2.33.6




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (de5fbe489768b54d74b302a3a3d6f9ff2fc3afd9), George Sherwood, 02/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page