Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (eb084b7f3d5a9f7466fdbe9fc1412e992177a33d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (eb084b7f3d5a9f7466fdbe9fc1412e992177a33d)
  • Date: Sun, 30 Nov 2008 11:15:34 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ftp/wget/DEPENDS | 9 ++++++++-
ftp/wget/HISTORY | 3 +++
2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit eb084b7f3d5a9f7466fdbe9fc1412e992177a33d
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

wget: Added optional depends on ca-certificates if using
openssl for https

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index d04f63c..4ea2eee 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -14,4 +14,11 @@ optional_depends "texinfo" \
optional_depends "openssl" \
"--with-ssl" \
"--without-ssl" \
- "for https and ftps"
+ "for https and ftps" &&
+
+if is_depends_enabled $SPELL openssl ; then
+optional_depends ca-certificates \
+ "" \
+ "" \
+ "provides security certificates"
+fi
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index ca41b27..36db53d 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2008-11-30 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Add optional_depends ca-certificates if using openssl
+
2008-09-15 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* TRIGGERS: don't trigger recast unless depends are enabled



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (eb084b7f3d5a9f7466fdbe9fc1412e992177a33d), George Sherwood, 11/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page