New commits:
commit c0d307d216f9cd67f8d304d633e0bcfc58d725b5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
exim: Forgot to update EXIM_TLS check for gnutls
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index 3e369cc..294c37f 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -7,7 +7,7 @@ elif [[ "$EXIM_CRON" == "fcron" ]]; then
depends fcron
fi &&
-if [[ "$EXIM_TLS" == "y" ]]; then
+if [[ "$EXIM_TLS" == "gnutls" ]]; then
depends gnutls &&
depends libgcrypt &&
depends libtasn1
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index cc07492..b4b51fe 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2008-04-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Check for EXIM_TLS being "gnutls" not "y"
+
2008-03-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.69
SOURCE2 is now .asc instead of .sig (yeah?)
[SM-Commit] GIT changes to stable-rc-0.20 grimoire by Eric Sandall (c0d307d216f9cd67f8d304d633e0bcfc58d725b5),
Eric Sandall, 04/13/2008