summaryrefslogtreecommitdiff
path: root/mail/dovecot/patches
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-05-29 15:42:51 +0000
committercube <cube@pkgsrc.org>2004-05-29 15:42:51 +0000
commit4055204214a493a3b09f559d4fa541a5a8697779 (patch)
tree0870be4d6f5e069429f586c8c6aa238d9c4813a8 /mail/dovecot/patches
parent6385b68eb60cf2137dd37a3b93fa84cc46b1b2a0 (diff)
downloadpkgsrc-4055204214a493a3b09f559d4fa541a5a8697779.tar.gz
o Re-add CRAMMD5 support (PKGREVISION++).
o PLIST fix (hi xtraeme!). o Re-add two chunks for dovecot-example.conf that were forgotten.
Diffstat (limited to 'mail/dovecot/patches')
-rw-r--r--mail/dovecot/patches/patch-ab29
1 files changed, 25 insertions, 4 deletions
diff --git a/mail/dovecot/patches/patch-ab b/mail/dovecot/patches/patch-ab
index cf8da89fdd8..599e5e47e75 100644
--- a/mail/dovecot/patches/patch-ab
+++ b/mail/dovecot/patches/patch-ab
@@ -1,8 +1,20 @@
-$NetBSD: patch-ab,v 1.4 2004/05/28 22:20:43 xtraeme Exp $
+$NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $
---- dovecot-example.conf.orig 2004-05-29 00:13:10.000000000 +0200
-+++ dovecot-example.conf 2004-05-29 00:15:24.000000000 +0200
-@@ -11,7 +11,7 @@
+--- dovecot-example.conf.orig 2003-12-20 05:14:19.000000000 +0100
++++ dovecot-example.conf
+@@ -1,17 +1,15 @@
+ ## Dovecot 1.0 configuration file
+
+ # Default values are shown after each value, it's not required to uncomment
+-# any of the lines. Exception to this are paths, they're just examples
+-# with real defaults being based on configure options. The paths listed here
+-# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+-# --with-ssldir=/etc/ssl
++# any of the lines. Exception to this are paths, they're just examples with
++# real defaults being based on configure options.
+
+ # Base directory where to store runtime data.
+ #base_dir = /var/run/dovecot/
# Protocols we want to be serving:
# imap imaps pop3 pop3s
@@ -38,6 +50,15 @@ $NetBSD: patch-ab,v 1.4 2004/05/28 22:20:43 xtraeme Exp $
##
## Mail processes
+@@ -318,7 +316,7 @@ login = pop3
+ ##
+
+ # Executable location
+-#imap_executable = /usr/libexec/dovecot/imap
++imap_executable = @PREFIX@/libexec/dovecot/imap
+
+ # Set max. process size in megabytes. Most of the memory goes to mmap()ing
+ # files, so it shouldn't harm much even if this limit is set pretty high.
@@ -326,14 +326,14 @@
# Support for dynamically loadable modules.