Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (11570aa6b5573aa60d19945b76f7129fa399f211)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (11570aa6b5573aa60d19945b76f7129fa399f211)
  • Date: Sat, 7 Sep 2019 07:00:37 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ftp/wget2/CONFIGURE | 2 +-
ftp/wget2/DEPENDS | 5 +++++
ftp/wget2/HISTORY | 2 ++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 11570aa6b5573aa60d19945b76f7129fa399f211
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wget2

diff --git a/ftp/wget2/CONFIGURE b/ftp/wget2/CONFIGURE
index 27cfed4..6ad9caa 100755
--- a/ftp/wget2/CONFIGURE
+++ b/ftp/wget2/CONFIGURE
@@ -1,4 +1,4 @@
-config_query_list WGET_SSL "Which SSL backend do you want for https and
ftps?" none gnutls SSL &&
+config_query_list WGET_SSL "Which SSL backend do you want for https and
ftps?" none gnutls SSL

#config_query_option WGET_OPTS "Enable IPv6 support?" y \
# "--enable-ipv6" "--disable-ipv6"
diff --git a/ftp/wget2/DEPENDS b/ftp/wget2/DEPENDS
index 454e2a4..926bdf9 100755
--- a/ftp/wget2/DEPENDS
+++ b/ftp/wget2/DEPENDS
@@ -65,6 +65,11 @@ optional_depends nghttp2 \
'--without-libnghttp2' \
'HTTP2 support' &&

+optional_depends doxygen \
+ '--enable-doc' \
+ '--disable-doc' \
+ 'build docs' &&
+
case $WGET_SSL in
none)
;;
diff --git a/ftp/wget2/HISTORY b/ftp/wget2/HISTORY
index 525b4f9..372494d 100644
--- a/ftp/wget2/HISTORY
+++ b/ftp/wget2/HISTORY
@@ -1,3 +1,5 @@
2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.99.2
spell created, based on wget
+ * CONFIGURE: fix typo
+ * DEPENDS: add doxygen



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (11570aa6b5573aa60d19945b76f7129fa399f211), Treeve Jelbert, 09/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page