ports/61188: Maintainer update: mail/dovecot

Robin Breathe robin at isometry.net
Sun Jan 11 00:20:10 UTC 2004


>Number:         61188
>Category:       ports
>Synopsis:       Maintainer update: mail/dovecot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 10 16:20:05 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Robin Breathe
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
Updates:
- MASTER_SITES
- dovecot-example.conf used pgsql for userdb by default, now uses passwd.
>How-To-Repeat:
>Fix:
--- dovecot-0.99.10.4_1.diff begins here ---
diff -ruN dovecot-0.99.10.4/Makefile dovecot/Makefile
--- dovecot-0.99.10.4/Makefile	Sat Jan 10 23:43:54 2004
+++ dovecot/Makefile	Sat Jan 10 23:51:31 2004
@@ -7,8 +7,9 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	0.99.10.4
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
-MASTER_SITES=	http://dovecot.procontrol.fi/
+MASTER_SITES=	http://www.dovecot.org/
 
 MAINTAINER=	robin at isometry.net
 COMMENT=	Secure and compact IMAP and POP3 servers
@@ -78,9 +79,9 @@
 CONFIGURE_ARGS+=	--with-pgsql
 .endif
 
-pre-everything::
-	@${ECHO_MSG} "==> Dovecot options: see ${MAKEFILE} for descriptions"
-	@${SED} -ne 's,^##,==> ,p' ${MAKEFILE}
+pre-configure:
+	@${ECHO_MSG} "=> ${PORTNAME} options: see ${MAKEFILE} for descriptions"
+	@${SED} -ne 's,^##,=> ,p' ${MAKEFILE}
 
 pre-build:
 	@${REINPLACE_CMD} -e 's,%%SSLDIR%%,/var/dovecot/ssl,' \
diff -ruN dovecot-0.99.10.4/files/patch-dovecot-example.conf dovecot/files/patch-dovecot-example.conf
--- dovecot-0.99.10.4/files/patch-dovecot-example.conf	Sat Jan 10 23:43:54 2004
+++ dovecot/files/patch-dovecot-example.conf	Sat Jan 10 23:40:20 2004
@@ -195,6 +195,17 @@
  
  ##
  ## Authentication processes
+@@ -380,8 +380,8 @@
+ #   vpopmail: vpopmail library
+ #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
+ #   pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
+-#auth_userdb = passwd
+-auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf
++#auth_userdb = pgsql %%PREFIX%%/etc/dovecot-pgsql.conf
++auth_userdb = passwd
+ 
+ # Where password database is kept:
+ #   passwd: /etc/passwd or similiar, using getpwnam()
 @@ -391,9 +391,9 @@
  #   vpopmail: vpopmail authentication
  #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
--- dovecot-0.99.10.4_1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list