New commits:
commit 810520bb66ec64b614148ab563566e5a767d3ae3
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 5138f1f..1925867 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,6 +1,9 @@
2008-04-08 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD, CONFIGURE: added query for IPv6 support in exim
+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 master grimoire by Eric Sandall (810520bb66ec64b614148ab563566e5a767d3ae3),
Eric Sandall, 04/09/2008