Skip to Content.
Sympa Menu

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

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 (b28a4adad5dd1980b6631b39c4aec6fbf362feb9)
  • Date: Mon, 9 Mar 2015 11:37:31 -0500

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

ftp/wget/DEPENDS | 6 +++---
ftp/wget/DETAILS | 3 ++-
ftp/wget/HISTORY | 7 +++++++
ftp/wget/SUB_DEPENDS | 2 --
ftp/wget/TRIGGERS | 2 +-
5 files changed, 13 insertions(+), 7 deletions(-)

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

wget: => 1.16.3

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index 33a1edf..e1ea3d7 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -2,9 +2,9 @@ depends gnupg &&
depends smgl-fhs &&

optional_depends pcre \
- --enable-pcre \
- --disable-pcre \
- 'for Perl-style regular expressions' &&
+ "--enable-pcre" \
+ "--disable-pcre" \
+ "for Perl-style regular expressions" &&

optional_depends libidn \
"--enable-iri" \
diff --git a/ftp/wget/DETAILS b/ftp/wget/DETAILS
index ff4f285..b3bb0d4 100755
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,5 +1,5 @@
SPELL=wget
- VERSION=1.16.2
+ VERSION=1.16.3
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
@@ -8,6 +8,7 @@
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
WEB_SITE=http://www.gnu.org/software/wget/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 04562a0..b398526 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,10 @@
+2015-03-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.16.3 -- regression update; don't do
+ useless doc-ing
+ * DEPENDS: cleaned up
+ * SUB_DEPENDS: do not remove persistent var
+ * TRIGGERS: corrected to use SSL provider
+
2015-03-08 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Fixed linking issues

diff --git a/ftp/wget/SUB_DEPENDS b/ftp/wget/SUB_DEPENDS
index a086a33..e530c54 100755
--- a/ftp/wget/SUB_DEPENDS
+++ b/ftp/wget/SUB_DEPENDS
@@ -1,7 +1,5 @@
case $THIS_SUB_DEPENDS in
SSL) message "wget with SSL backend is requested, forcing it" &&
- persistent_remove WGET_SSL &&
- config_query_list WGET_SSL "Which SSL backend do you want for https
and ftps?" gnutls SSL &&
case $WGET_SSL in
gnutls) depends gnutls "--with-ssl=gnutls"
;;
diff --git a/ftp/wget/TRIGGERS b/ftp/wget/TRIGGERS
index 9e5fcb6..21b2029 100755
--- a/ftp/wget/TRIGGERS
+++ b/ftp/wget/TRIGGERS
@@ -1,4 +1,4 @@
-if is_depends_enabled $SPELL openssl; then
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
on_cast openssl cast_self
fi &&




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b28a4adad5dd1980b6631b39c4aec6fbf362feb9), Vlad Glagolev, 03/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page