summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Spitzbarth2008-08-21 18:49:18 +0200
committerMartin Spitzbarth2008-08-21 19:07:13 +0200
commit3ba1f6668a02072fcff9df3efa683d06dd4836c3 (patch)
treebbf378878053d70530421192c4fc6a680c82912f
parentc94577dbde14c0b93aa2327961e30649d0cf77e8 (diff)
quill: fixed my b0rked implementation of the SSL sub_depends, PATCHLEVEL=1
-rwxr-xr-xsmgl/quill/DEPENDS2
-rwxr-xr-xsmgl/quill/DETAILS1
-rw-r--r--smgl/quill/HISTORY4
3 files changed, 6 insertions, 1 deletions
diff --git a/smgl/quill/DEPENDS b/smgl/quill/DEPENDS
index 74295b642d..f0ac0677a3 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 b4899d0441..82c2d59bd9 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 98084f792f..c6b2ae1702 100644
--- a/smgl/quill/HISTORY
+++ b/smgl/quill/HISTORY
@@ -1,3 +1,7 @@
+2008-08-21 Martin Spitzbarth <m.spitzbarth@gmx.de>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: renamed the sub-depend target from openssl to SSL
+
2008-08-19 Martin Spitzbarth <m.spitzbarth@gmx.de>
* DEPENDS: added wget with openssl as a sub_depend