Skip to Content.
Sympa Menu

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

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 (1c22fc4b46325eef32376d2633cbb5c123530400)
  • Date: Mon, 22 Aug 2011 03:27:03 -0500

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

chat-irc/znc/DEPENDS | 6 +++---
chat-irc/znc/DETAILS | 4 ++--
chat-irc/znc/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 5 deletions(-)

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

znc: => 0.200

diff --git a/chat-irc/znc/DEPENDS b/chat-irc/znc/DEPENDS
index 32f69f6..d6c063a 100755
--- a/chat-irc/znc/DEPENDS
+++ b/chat-irc/znc/DEPENDS
@@ -11,12 +11,12 @@ if is_depends_enabled $SPELL perl; then
depends -sub PERL swig '--enable-swig'
fi &&

-optional_depends python \
- "--enable-python=python-config" \
+optional_depends python3 \
+ "--enable-python" \
"--disable-python" \
"to use Python" &&

-if is_depends_enabled $SPELL python; then
+if is_depends_enabled $SPELL python3; then
depends -sub PYTHON swig '--enable-swig'
fi &&

diff --git a/chat-irc/znc/DETAILS b/chat-irc/znc/DETAILS
index 4a371c6..504535e 100755
--- a/chat-irc/znc/DETAILS
+++ b/chat-irc/znc/DETAILS
@@ -1,9 +1,9 @@
SPELL=znc
- VERSION=0.098
+ VERSION=0.200
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://znc.in/releases/$SOURCE
-
SOURCE_HASH=sha512:1631977bdfa6763566d53c407f6218e40caab1aefb0e194e426514147ee8bd982e9e03a49ccc60758b6263495dbabc53197cf5d434eec70bfedaee1081420149
+
SOURCE_HASH=sha512:f8551b357eb1f0d96e1f2e7cb942332293e2130d6802256cadddaad7232353379cbe51a5646becf499396285d57463405e07a3c3dd5a43edb08671a121048820
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 1659007..e650c12 100644
--- a/chat-irc/znc/HISTORY
+++ b/chat-irc/znc/HISTORY
@@ -1,3 +1,7 @@
+2011-08-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.200
+ * DEPENDS: python3 is the only branch of Python supported
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c22fc4b46325eef32376d2633cbb5c123530400), Vlad Glagolev, 08/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page