pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Remove the clause in dovecot-example.conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f748f1642cea
branches:  trunk
changeset: 507863:f748f1642cea
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Feb 10 12:20:55 2006 +0000

description:
Remove the clause in dovecot-example.conf comments about configured paths,
as was done in wip/dovecot-nightly.  That comment is misleading with
pkgsrc, since those paths are not what pkgsrc encodes into the conf file.

Bump PKGREVISION (unfortunate, but there will be another beta pretty
soon anyway).

diffstat:

 mail/dovecot/Makefile         |   3 ++-
 mail/dovecot/distinfo         |   4 ++--
 mail/dovecot/patches/patch-ab |  27 +++++++++++++--------------
 3 files changed, 17 insertions(+), 17 deletions(-)

diffs (123 lines):

diff -r 03088cbe9177 -r f748f1642cea mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Fri Feb 10 12:09:24 2006 +0000
+++ b/mail/dovecot/Makefile     Fri Feb 10 12:20:55 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2006/02/08 13:43:49 ghen Exp $
+# $NetBSD: Makefile,v 1.46 2006/02/10 12:20:55 tv Exp $
 
 DISTNAME=              dovecot-1.0.beta3
 PKGNAME=               ${DISTNAME:S/.beta/beta/}
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
 
diff -r 03088cbe9177 -r f748f1642cea mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Fri Feb 10 12:09:24 2006 +0000
+++ b/mail/dovecot/distinfo     Fri Feb 10 12:20:55 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2006/02/08 13:43:49 ghen Exp $
+$NetBSD: distinfo,v 1.22 2006/02/10 12:20:55 tv Exp $
 
 SHA1 (dovecot-1.0.beta3.tar.gz) = a5d1fc471c88b96e0ef9d7296b25450a1d7a1419
 RMD160 (dovecot-1.0.beta3.tar.gz) = 180e694ee78b73e69995096e1598cca427f6c87d
 Size (dovecot-1.0.beta3.tar.gz) = 1360574 bytes
 SHA1 (patch-aa) = be37d7ed741930e683028e6ea626aa1d312a328e
-SHA1 (patch-ab) = 4fc3888eb96692e82364295e3aae75f48a042982
+SHA1 (patch-ab) = a96efac8c8fbaf90f2706e5cb4a3288e405d946f
diff -r 03088cbe9177 -r f748f1642cea mail/dovecot/patches/patch-ab
--- a/mail/dovecot/patches/patch-ab     Fri Feb 10 12:09:24 2006 +0000
+++ b/mail/dovecot/patches/patch-ab     Fri Feb 10 12:20:55 2006 +0000
@@ -1,16 +1,15 @@
-$NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $
+$NetBSD: patch-ab,v 1.10 2006/02/10 12:20:56 tv Exp $
 
---- dovecot-example.conf.orig  2006-02-06 16:39:00.000000000 +0100
+--- dovecot-example.conf.orig  2006-02-02 16:31:21.000000000 -0500
 +++ dovecot-example.conf
-@@ -5,17 +5,14 @@
- # value inside quotes, eg.: key = "# char and trailing whitespace  "
+@@ -6,16 +6,14 @@
  
  # 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
+ # 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.
++# with real defaults being based on configure options.
  
  # Base directory where to store runtime data.
  #base_dir = /var/run/dovecot/
@@ -22,7 +21,7 @@
  
  # IP or host address where to listen in for connections. It's not currently
  # possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
-@@ -31,7 +28,7 @@
+@@ -31,7 +29,7 @@
  #ssl_listen =
  
  # Disable SSL/TLS support.
@@ -31,7 +30,7 @@
  
  # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
  # dropping root privileges, so keep the key file unreadable by anyone but
-@@ -420,19 +417,19 @@
+@@ -420,19 +418,19 @@
  
  protocol imap {
    # Login executable location.
@@ -55,7 +54,7 @@
  
    # Maximum IMAP command line length in bytes. Some clients generate very long
    # command lines with huge mailboxes, so you may need to raise this if you get
-@@ -441,7 +438,7 @@ protocol imap {
+@@ -441,7 +439,7 @@ protocol imap {
  
    # Support for dynamically loadable modules.
    #mail_use_modules = no
@@ -64,7 +63,7 @@
  
    # Send IMAP capabilities in greeting message. This makes it unnecessary for
    # clients to request it with CAPABILITY command, so it saves one round-trip.
-@@ -481,10 +478,10 @@ protocol imap {
+@@ -481,10 +479,10 @@ protocol imap {
  
  protocol pop3 {
    # Login executable location.
@@ -77,7 +76,7 @@
  
    # Don't try to set mails non-recent or seen with POP3 sessions. This is
    # mostly intended to reduce disk I/O. With maildir it doesn't move files
-@@ -535,7 +532,7 @@ protocol pop3 {
+@@ -535,7 +533,7 @@ protocol pop3 {
  
    # Support for dynamically loadable modules.
    #mail_use_modules = no
@@ -86,7 +85,7 @@
  
    # Workarounds for various client bugs:
    #   outlook-no-nuls:
-@@ -553,7 +550,7 @@ protocol pop3 {
+@@ -553,7 +551,7 @@ protocol pop3 {
  ##
  
  # Executable location
@@ -95,7 +94,7 @@
  
  # Set max. process size in megabytes.
  #auth_process_size = 256
-@@ -642,7 +639,7 @@ auth default {
+@@ -642,7 +640,7 @@ auth default {
    # Note that PAM can only be used to verify if user's password is correct,
    # so it can't be used as userdb. If you don't want to use a separate user
    # database (passwd usually), you can use static userdb.
@@ -104,7 +103,7 @@
      # [session=yes] [cache_key=<key>] [<service name>]
      #
      # session=yes makes Dovecot open and immediately close PAM session. Some
-@@ -666,13 +663,13 @@ auth default {
+@@ -666,13 +664,13 @@ auth default {
      #   args = session=yes *
      #   args = cache_key=%u dovecot
      #args = dovecot



Home | Main Index | Thread Index | Old Index