Skip to Content.
Sympa Menu

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

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 (914e10237b0ae2ba6f83d31e7f2f7f52720eedfe)
  • Date: Wed, 2 Nov 2022 23:46:59 +0000

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

chat-irc/hexchat/CONFIGURE | 2 +-
chat-irc/hexchat/DEPENDS | 2 +-
chat-irc/hexchat/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 914e10237b0ae2ba6f83d31e7f2f7f52720eedfe
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

hexchat: Fix typos in DEPENDS and CONFIGURE

diff --git a/chat-irc/hexchat/CONFIGURE b/chat-irc/hexchat/CONFIGURE
index e0fa901..8d306f5 100755
--- a/chat-irc/hexchat/CONFIGURE
+++ b/chat-irc/hexchat/CONFIGURE
@@ -55,7 +55,7 @@ if list_find "$HEXCHAT_OPTS" "plugin=true"; then
config_query_option HEXCHAT_OPTS "Enable FiSH encryption plugin?" y \
with-fishlim={true,false} &&
config_query_option HEXCHAT_OPTS "Enable sysinfo plugin?" y \
- with-systinfo={true,false}
+ with-sysinfo={true,false}
else
list_add HEXCHAT_OPTS 'with-checksum=false' &&
list_add HEXCHAT_OPTS 'with-fishlim=false' &&
diff --git a/chat-irc/hexchat/DEPENDS b/chat-irc/hexchat/DEPENDS
index 81d3a05..4844468 100755
--- a/chat-irc/hexchat/DEPENDS
+++ b/chat-irc/hexchat/DEPENDS
@@ -27,7 +27,7 @@ if list_find "$HEXCHAT_OPTS" plugin=true; then
"for Perl scripting support" &&
# FIXME enable using lua too
optional_depends luajit \
- with-lua={luajit,false}
+ with-lua={luajit,false} \
"for Lua scripting support"
else
list_add HEXCHAT_OPTS 'with-lua=false' &&
diff --git a/chat-irc/hexchat/HISTORY b/chat-irc/hexchat/HISTORY
index f9a2c2f..a0bb36e 100644
--- a/chat-irc/hexchat/HISTORY
+++ b/chat-irc/hexchat/HISTORY
@@ -1,3 +1,7 @@
+2022-11-02 Conner Clere <connerclere AT gmail.com>
+ * CONFIGURE: Fixed typo (with-systinfo -> with-sysinfo)
+ * DEPENDS: Fixed typo (missing "\" at end of line 31)
+
2022-08-10 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: switched SOURCE_HASH to sha512




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (914e10237b0ae2ba6f83d31e7f2f7f52720eedfe), Pavel Vinogradov, 11/02/2022

Archive powered by MHonArc 2.6.24.

Top of Page