Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (3ba1f6668a02072fcff9df3efa683d06dd4836c3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (3ba1f6668a02072fcff9df3efa683d06dd4836c3)
  • Date: Thu, 21 Aug 2008 12:07:18 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

ftp/wget/HISTORY | 7 ++++++-
ftp/wget/PRE_SUB_DEPENDS | 2 +-
ftp/wget/REPAIR^none^PRE_SUB_DEPENDS | 5 +++++
ftp/wget/SUB_DEPENDS | 2 +-
smgl/quill/DEPENDS | 2 +-
smgl/quill/DETAILS | 1 +
smgl/quill/HISTORY | 4 ++++
7 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 3ba1f6668a02072fcff9df3efa683d06dd4836c3
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

quill: fixed my b0rked implementation of the SSL sub_depends, PATCHLEVEL=1

commit c94577dbde14c0b93aa2327961e30649d0cf77e8
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

wget: fixed my b0rked implementation of the SSL sub_depends

commit 9946d2f320ae62c132becf165dd3944d359a312c
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

wget: rewrote the date in HISTORY of my last commit

diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 28f126a..191f2d9 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,4 +1,9 @@
-2008-18-19 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+2008-08-21 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: renamed the sub_depend target
+ from openssl to SSL
+ * REPAIR^none^PRE_SUB_DEPENDS: created the file
+
+2008-08-19 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* SUB_DEPENDS, PRE_SUB_DEPENDS: Added openssl as a sub_depend target

2008-06-30 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/ftp/wget/PRE_SUB_DEPENDS b/ftp/wget/PRE_SUB_DEPENDS
index 60262a7..fe1f8b9 100755
--- a/ftp/wget/PRE_SUB_DEPENDS
+++ b/ftp/wget/PRE_SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
-openssl) is_depends_enabled $SPELL openssl && return 0 ;;
+ SSL) is_depends_enabled $SPELL openssl && return 0 ;;
*) echo "unknown sub_depends!" ;;
esac
return 1
diff --git a/ftp/wget/REPAIR^none^PRE_SUB_DEPENDS
b/ftp/wget/REPAIR^none^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..fe1f8b9
--- /dev/null
+++ b/ftp/wget/REPAIR^none^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ SSL) is_depends_enabled $SPELL openssl && return 0 ;;
+ *) echo "unknown sub_depends!" ;;
+esac
+return 1
diff --git a/ftp/wget/SUB_DEPENDS b/ftp/wget/SUB_DEPENDS
index 000017c..0e0f765 100755
--- a/ftp/wget/SUB_DEPENDS
+++ b/ftp/wget/SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
-openssl) depends openssl ;;
+ SSL) depends openssl ;;
*) echo "unknown sub_depends $THIS_SUB_DEPENDS"; false ;;
esac
diff --git a/smgl/quill/DEPENDS b/smgl/quill/DEPENDS
index 74295b6..f0ac067 100755
--- a/smgl/quill/DEPENDS
+++ b/smgl/quill/DEPENDS
@@ -1,4 +1,4 @@
-depends -sub openssl wget &&
+depends -sub SSL wget &&
if [[ $QUILL_GIT == y ]]
then
depends git
diff --git a/smgl/quill/DETAILS b/smgl/quill/DETAILS
index b4899d0..82c2d59 100755
--- a/smgl/quill/DETAILS
+++ b/smgl/quill/DETAILS
@@ -14,6 +14,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
FORCE_DOWNLOAD=1
else
VERSION=0.2.8
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://download.sourcemage.org/projects/quill/$SOURCE
diff --git a/smgl/quill/HISTORY b/smgl/quill/HISTORY
index 98084f7..c6b2ae1 100644
--- a/smgl/quill/HISTORY
+++ b/smgl/quill/HISTORY
@@ -1,3 +1,7 @@
+2008-08-21 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: renamed the sub-depend target from openssl to SSL
+
2008-08-19 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DEPENDS: added wget with openssl as a sub_depend




  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (3ba1f6668a02072fcff9df3efa683d06dd4836c3), Martin Spitzbarth, 08/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page