summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-04-06 15:46:19 -0700
committerEric Sandall2008-04-13 00:52:14 -0700
commitc0d307d216f9cd67f8d304d633e0bcfc58d725b5 (patch)
tree194bdc5dd51dee5688ed50790208f5ef2d320e01
parent448165a8b3cab79e753af348a448e3f2e1dabdd7 (diff)
exim: Forgot to update EXIM_TLS check for gnutls
-rwxr-xr-xmail/exim/DEPENDS2
-rw-r--r--mail/exim/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index 3e369cc760..294c37f80a 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 cc07492b24..b4b51fee96 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2008-04-06 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Check for EXIM_TLS being "gnutls" not "y"
+
2008-03-13 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.69
SOURCE2 is now .asc instead of .sig (yeah?)