Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e81ea860651ffcff5c167f9c67ab4706c6d35f39)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e81ea860651ffcff5c167f9c67ab4706c6d35f39)
  • Date: Mon, 16 Feb 2009 12:11:55 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-irc/znc/DEPENDS | 12 +++++++-----
chat-irc/znc/DETAILS | 4 ++--
chat-irc/znc/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit e81ea860651ffcff5c167f9c67ab4706c6d35f39
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

znc: => 0.064

diff --git a/chat-irc/znc/DEPENDS b/chat-irc/znc/DEPENDS
index 455e81f..fd7711a 100755
--- a/chat-irc/znc/DEPENDS
+++ b/chat-irc/znc/DEPENDS
@@ -1,11 +1,13 @@
depends g++ &&

optional_depends perl \
- "" \
- "--disable-perl" \
+ "" "--disable-perl" \
"to use perl" &&

+optional_depends cyrus-sasl \
+ "--enable-sasl" "" \
+ "for SASL support" &&
+
optional_depends openssl \
- "" \
- "--disable-openssl" \
- "to use openssl"
+ "" "--disable-openssl" \
+ "to use OpenSSL"
diff --git a/chat-irc/znc/DETAILS b/chat-irc/znc/DETAILS
index 2a7b1f2..cd94480 100755
--- a/chat-irc/znc/DETAILS
+++ b/chat-irc/znc/DETAILS
@@ -1,8 +1,8 @@
SPELL=znc
- VERSION=0.062
+ VERSION=0.064
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:1f30bfe65d7ffcc1d2ec0726095c0bc02f14f509d209c139e3c9261d27e5fc1365a96369ddb7b4f40737066f192114b4a47b74aad3a1d2c4783520a8b5452358
+
SOURCE_HASH=sha512:743884edad283e8c15778967da8c7815e98d2333375275f63c71550c5a3c0e14716c320bb56dd0e3e335e0f082a047d7dc1ab5389c14985ab76cebe8da9d25d9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://en.znc.in/
LICENSE[0]=GPL
diff --git a/chat-irc/znc/HISTORY b/chat-irc/znc/HISTORY
index 591db2d..676f19e 100644
--- a/chat-irc/znc/HISTORY
+++ b/chat-irc/znc/HISTORY
@@ -1,3 +1,7 @@
+2009-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.064
+ * DEPENDS: added cyrus-sasl opt dep; cleaned up
+
2008-12-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.062; fixed desc




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e81ea860651ffcff5c167f9c67ab4706c6d35f39), Vlad Glagolev, 02/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page