Skip to Content.
Sympa Menu

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

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 (01eed5f09c43cdcee93148aedb6a80b5c34c02a6)
  • Date: Sat, 9 Jun 2007 03:17:34 -0500

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

chat-im/micq/DEPENDS | 9 ++++++++-
chat-im/micq/HISTORY | 1 +
2 files changed, 9 insertions(+), 1 deletion(-)

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

micq: Added optional depends libotr

diff --git a/chat-im/micq/DEPENDS b/chat-im/micq/DEPENDS
index b6ec85f..7fec647 100755
--- a/chat-im/micq/DEPENDS
+++ b/chat-im/micq/DEPENDS
@@ -1 +1,8 @@
-optional_depends "gnutls" "" "--disable-ssl" "for encrypted connection
support"
+optional_depends gnutls \
+ "" \
+ "--disable-ssl" \
+ "for encrypted connection support" &&
+optional_depends libotr \
+ "" \
+ "--disable-otr" \
+ "for encrypted connversations"
diff --git a/chat-im/micq/HISTORY b/chat-im/micq/HISTORY
index 20d808d..23ab7a6 100644
--- a/chat-im/micq/HISTORY
+++ b/chat-im/micq/HISTORY
@@ -1,5 +1,6 @@
2007-06-09 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 0.5.4
+ * DEPENDS: Added optional_depends libotr

2007-04-27 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 0.5.3



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (01eed5f09c43cdcee93148aedb6a80b5c34c02a6), George Sherwood, 06/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page