[Lunar-commits] <moonbase> dovecot: POP3 option doesn't exist anymore

Duncan Gibson engelsman at lunar-linux.org
Sun Apr 17 21:54:04 CEST 2011


commit 39c2eb1954f01501362fa3fb10b2600c42e5a913
Author: Guillaume <sirocco at gmx.fr>
Date:   Sun Apr 17 21:54:04 2011 +0200

    dovecot: POP3 option doesn't exist anymore
    
    --without-pop3d option doesn't exist for dovecot version 2.0.11
    Option should be removed from MODULE
    
    Guillaume
---
 mail/dovecot/BUILD     |    4 ----
 mail/dovecot/CONFIGURE |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/mail/dovecot/BUILD b/mail/dovecot/BUILD
index 9a76bd5..0f59b79 100644
--- a/mail/dovecot/BUILD
+++ b/mail/dovecot/BUILD
@@ -4,10 +4,6 @@
 
   add_priv_user dovecot:dovecot &&
 
-  if [ "$DISABLE_POP3" == "y" ]; then
-    OPTS+=" --without-pop3d"
-  fi &&
-
   default_build &&
 
   gather_docs doc/mkcert.sh doc/dovecot-openssl.cnf
diff --git a/mail/dovecot/CONFIGURE b/mail/dovecot/CONFIGURE
deleted file mode 100644
index de13428..0000000
--- a/mail/dovecot/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DISABLE_POP3 "Disable POP3 protocol support (also SSL) ?" n


More information about the Lunar-commits mailing list