Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1c570f5145d93936c54bfb828a73491979c0c3be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1c570f5145d93936c54bfb828a73491979c0c3be)
  • Date: Fri, 10 Jun 2022 01:50:44 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

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

New commits:
commit 1c570f5145d93936c54bfb828a73491979c0c3be
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

chat-irc/weechat: version 3.5

diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index a0af1a9..fb76ebe 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -10,7 +10,8 @@ depends libgcrypt &&
depends GETTEXT &&

depends gnutls &&
-depends ca-certificates
+depends ca-certificates &&
+depends zstd &&

optional_depends asciidoctor "-DENABLE_DOC=ON" "-DENABLE_DOC=OFF" "build
documentation?" &&
if is_depends_enabled asciidoctor; then
diff --git a/chat-irc/weechat/DETAILS b/chat-irc/weechat/DETAILS
index 11dc65b..9213df5 100755
--- a/chat-irc/weechat/DETAILS
+++ b/chat-irc/weechat/DETAILS
@@ -18,9 +18,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$WEECHAT_BRANCH"
SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
;;
*)
- VERSION=3.4
-
SOURCE_HASH=sha512:229246e44147c208acd04a2b362ad5a0b294a001faff11e03d657517e6b985deab6785a7dc2bf3e8f64d063857c9691b4903d29019fbd497ee6c34140bc9e3d7
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=3.5
+
SOURCE_HASH=sha512:493be6219da4fa4b4862064de3d286d99d36018a61ba226f5abdc18c9ff43076d92f0b12fce96e04d31fed5c3931c7bf8615947cd19059dbf2c3aa75deead35f
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
;;
diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index 3faa388..3909d09 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,3 +1,7 @@
+2022-06-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.5, bz2 -> xz
+ * DEPENDS: requires zstd
+
2021-12-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.4




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1c570f5145d93936c54bfb828a73491979c0c3be), Pavel Vinogradov, 06/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page