From isometry@ox.isometry.net  Thu Jan 25 20:17:59 2007
Return-Path: <isometry@ox.isometry.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 081EE16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Jan 2007 20:17:59 +0000 (UTC)
	(envelope-from isometry@ox.isometry.net)
Received: from mail.ox.isometry.net (mail.ox.isometry.net [195.137.51.154])
	by mx1.freebsd.org (Postfix) with SMTP id 24ED613C467
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Jan 2007 20:17:55 +0000 (UTC)
	(envelope-from isometry@ox.isometry.net)
Received: by mail.ox.isometry.net (Postfix, from userid 1001)
	id E4DB8B842; Thu, 25 Jan 2007 20:16:48 +0000 (UTC)
Message-Id: <20070125201648.E4DB8B842@mail.ox.isometry.net>
Date: Thu, 25 Jan 2007 20:16:48 +0000 (UTC)
From: Robin Breathe <robin@isometry.net>
Reply-To: Robin Breathe <robin@isometry.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: mail/dovecot to 1.0.r19
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108349
>Category:       ports
>Synopsis:       Maintainer update: mail/dovecot to 1.0.r19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vanilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 25 20:20:27 GMT 2007
>Closed-Date:    Fri Jan 26 13:20:24 GMT 2007
>Last-Modified:  Fri Jan 26 21:00:33 GMT 2007
>Originator:     Robin Breathe
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
	
>Description:
Update mail/dovecot to 1.0.rc19.
Changelog: http://www.dovecot.org/list/dovecot-news/2007-January/000027.html, http://www.dovecot.org/list/dovecot-news/2007-January/000028.html
Add a message to ports/UPDATING noting the requirement to remove legacy dovecot user/group when upgrading from versions prior to dovecot-1.0.r15.
>How-To-Repeat:
	
>Fix:
Add the following note (or something to the same effect) to ports/UPDATING:

  AFFECTS: users of mail/dovecot
  AUTHOR: robin@isometry.net

  Since dovecot-1.0.r15, the port has reserved UID/GID 143.
  If you are upgrading from an earlier version, please allow the uninstall
  script to remove the dovecot user and group or remove them manually prior
  to reinstalling the new version.
  If your prefer to maintain your existing user/group, you may override this
  change with the DOVECOT_UID/DOVECOT_GID environment variables at
  installation time.
  
Apply the following patch:

--- dovecot-1.0.r19.diff begins here ---
diff -ruN dovecot.orig/Makefile dovecot/Makefile
--- dovecot.orig/Makefile	Sun Jan  7 23:50:55 2007
+++ dovecot/Makefile	Thu Jan 25 19:30:50 2007
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dovecot
-DISTVERSION=	1.0.rc17
+DISTVERSION=	1.0.rc19
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/
 
diff -ruN dovecot.orig/distinfo dovecot/distinfo
--- dovecot.orig/distinfo	Sun Jan  7 23:50:55 2007
+++ dovecot/distinfo	Thu Jan 25 19:31:15 2007
@@ -1,3 +1,3 @@
-MD5 (dovecot-1.0.rc17.tar.gz) = 881bcc7d2c8fba6d337f3e616a602bf7
-SHA256 (dovecot-1.0.rc17.tar.gz) = fa3ea565758e2426a88ab7912c8afcc0f930bad344c3fba50133ac4513d75b4f
-SIZE (dovecot-1.0.rc17.tar.gz) = 1512386
+MD5 (dovecot-1.0.rc19.tar.gz) = f2c1df951f3e9bd61aa51890ab158ab7
+SHA256 (dovecot-1.0.rc19.tar.gz) = e8c616f7b41cbe1ee83f6c9027b34daa4c487c9919678a1fed3a66b230f59998
+SIZE (dovecot-1.0.rc19.tar.gz) = 1498105
Binary files dovecot.orig/dovecot-1.0.r17.tbz and dovecot/dovecot-1.0.r17.tbz differ
diff -ruN dovecot.orig/pkg-plist dovecot/pkg-plist
--- dovecot.orig/pkg-plist	Sun Jan  7 23:50:55 2007
+++ dovecot/pkg-plist	Thu Jan 25 19:48:10 2007
@@ -10,6 +10,7 @@
 lib/dovecot/imap/lib11_imap_quota_plugin.so
 lib/dovecot/imap/lib11_trash_plugin.so
 lib/dovecot/imap/lib20_convert_plugin.so
+lib/dovecot/imap/lib20_mail_log_plugin.so
 lib/dovecot/imap/lib20_zlib_plugin.a
 lib/dovecot/imap/lib20_zlib_plugin.la
 lib/dovecot/imap/lib20_zlib_plugin.so
@@ -18,10 +19,12 @@
 lib/dovecot/lda/lib10_quota_plugin.so
 lib/dovecot/lda/lib11_trash_plugin.so
 lib/dovecot/lda/lib20_convert_plugin.so
+lib/dovecot/lda/lib20_mail_log_plugin.so
 @dirrm lib/dovecot/lda
 lib/dovecot/pop3/lib02_lazy_expunge_plugin.so
 lib/dovecot/pop3/lib10_quota_plugin.so
 lib/dovecot/pop3/lib20_convert_plugin.so
+lib/dovecot/pop3/lib20_mail_log_plugin.so
 @dirrm lib/dovecot/pop3
 lib/dovecot/lib01_acl_plugin.a
 lib/dovecot/lib01_acl_plugin.la
@@ -38,6 +41,9 @@
 lib/dovecot/lib20_convert_plugin.a
 lib/dovecot/lib20_convert_plugin.la
 lib/dovecot/lib20_convert_plugin.so
+lib/dovecot/lib20_mail_log_plugin.a
+lib/dovecot/lib20_mail_log_plugin.la
+lib/dovecot/lib20_mail_log_plugin.so
 @dirrm lib/dovecot
 libexec/dovecot/checkpassword-reply
 %%LDA%%libexec/dovecot/deliver
--- dovecot-1.0.r19.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vanilla 
Responsible-Changed-By: vanilla 
Responsible-Changed-When: Fri Jan 26 07:28:38 UTC 2007 
Responsible-Changed-Why:  
I will handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108349 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108349: commit references a PR
Date: Fri, 26 Jan 2007 13:19:08 +0000 (UTC)

 vanilla     2007-01-26 13:18:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot         Makefile distinfo pkg-plist 
   Log:
   Upgrade to 1.0.rc19.
   
   PR:             ports/108349
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.59      +1 -1      ports/mail/dovecot/Makefile
   1.34      +3 -3      ports/mail/dovecot/distinfo
   1.23      +7 -1      ports/mail/dovecot/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Fri Jan 26 13:20:23 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108349 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108349: commit references a PR
Date: Fri, 26 Jan 2007 20:52:21 +0000 (UTC)

 vanilla     2007-01-26 20:52:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    UPDATING 
   Log:
   Add mail/dovecot for UID/GID reserve.
   
   PR:             ports/108349
   Submitted by:   robin at isometry.dot.net
   
   Revision  Changes    Path
   1.450     +13 -1     ports/UPDATING
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
