Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (5cfd2b99e63f84dd18b0d34ce3643b027b5c5dd9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (5cfd2b99e63f84dd18b0d34ce3643b027b5c5dd9)
  • Date: Sat, 22 Oct 2011 07:49:15 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

chat-im/licq/BUILD | 2 +-
chat-im/licq/DEPENDS | 2 +-
chat-im/licq/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 5cfd2b99e63f84dd18b0d34ce3643b027b5c5dd9
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

licq: fixed syntax

diff --git a/chat-im/licq/BUILD b/chat-im/licq/BUILD
index d4dab6e..921f62c 100755
--- a/chat-im/licq/BUILD
+++ b/chat-im/licq/BUILD
@@ -43,7 +43,7 @@

if [[ "$AREP" == "y" ]]; then
cd $SOURCE_DIRECTORY/plugins/auto-reply &&
- if [[ "$LICQ_BRANCH" == "scm" ]; then
+ if [[ "$LICQ_BRANCH" == "scm" ]]; then
make -f Makefile.cvs
fi &&
default_build
diff --git a/chat-im/licq/DEPENDS b/chat-im/licq/DEPENDS
index 52ab254..70cea2d 100755
--- a/chat-im/licq/DEPENDS
+++ b/chat-im/licq/DEPENDS
@@ -16,4 +16,4 @@ depends boost &&
optional_depends "openssl" \
"" \
"--disable-openssl" \
- "for secure communication between clients" &&
+ "for secure communication between clients"
diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index 6efae4e..11dcd15 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,3 +1,7 @@
+2011-10-22 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: fixed syntax
+ * DEPENDS: removed "&&" at the end of file
+
2011-10-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: removed oldworld md5 checking




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (5cfd2b99e63f84dd18b0d34ce3643b027b5c5dd9), Bor Kraljič, 10/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page