From dennylin93@hs.ntnu.edu.tw  Tue Sep  7 13:49:24 2010
Return-Path: <dennylin93@hs.ntnu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A2D1510656B7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Sep 2010 13:49:24 +0000 (UTC)
	(envelope-from dennylin93@hs.ntnu.edu.tw)
Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3])
	by mx1.freebsd.org (Postfix) with ESMTP id 75D878FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Sep 2010 13:49:24 +0000 (UTC)
Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001)
	id 88A414B7824; Tue,  7 Sep 2010 21:49:22 +0800 (CST)
Message-Id: <20100907134922.88A414B7824@mail.hs.ntnu.edu.tw>
Date: Tue,  7 Sep 2010 21:49:22 +0800 (CST)
From: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reply-To: Denny Lin <dennylin93@hs.ntnu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: yds@CoolRat.org
Subject: [UPDATE] Update mail/dovecot to 1.2.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify: yds@CoolRat.org

>Number:         150354
>Category:       ports
>Synopsis:       [UPDATE] Update mail/dovecot to 1.2.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 07 13:50:02 UTC 2010
>Closed-Date:    Wed Sep 22 03:07:57 UTC 2010
>Last-Modified:  Wed Sep 22 03:10:01 UTC 2010
>Originator:     Denny Lin
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cnmc32.hs.ntnu.edu.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Sep 3 15:42:55 CST 2010 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64


	
>Description:
- Update mail/dovecot to 1.2.14
- Remove http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ from MASTER_SITES

Please bump the PORTREVISIONs of mail/dovecot-antispam and mail/dovecot-managesieve as well. See mail/dovecot/Makefile for an explanation.
	
>How-To-Repeat:
	
>Fix:

	

--- dovecot.patch begins here ---
diff -ru dovecot.orig/Makefile dovecot/Makefile
--- dovecot.orig/Makefile	2010-08-25 19:42:57.000000000 +0800
+++ dovecot/Makefile	2010-09-07 21:38:07.000000000 +0800
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	dovecot
-PORTVERSION=	1.2.12
+PORTVERSION=	1.2.14
 CATEGORIES=	mail ipv6
-MASTER_SITES=	http://www.dovecot.org/releases/${DOVECOTVERSION}/ \
-		http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
+MASTER_SITES=	http://www.dovecot.org/releases/${DOVECOTVERSION}/
 
 MAINTAINER=	yds@CoolRat.org
 COMMENT=	Secure and compact IMAP and POP3 servers
diff -ru dovecot.orig/distinfo dovecot/distinfo
--- dovecot.orig/distinfo	2010-08-25 19:42:57.000000000 +0800
+++ dovecot/distinfo	2010-09-07 21:39:23.000000000 +0800
@@ -1,6 +1,6 @@
-MD5 (dovecot-1.2.12.tar.gz) = cc8e5c53cd0943ce0b5e1087356ad4ea
-SHA256 (dovecot-1.2.12.tar.gz) = 1ef0c40822cf64f20af1e65b4402da75296489aba25df8b13e2386df6952c281
-SIZE (dovecot-1.2.12.tar.gz) = 2882517
-MD5 (dovecot-1.2.12-managesieve-0.11.11.diff.gz) = 591f77f53af6b057ae8d42ef04d50d9f
-SHA256 (dovecot-1.2.12-managesieve-0.11.11.diff.gz) = ea6549ed32cb1968971ef00725b43c8154023b4ed67ae1eb272485a0cf90a64f
-SIZE (dovecot-1.2.12-managesieve-0.11.11.diff.gz) = 6455
+MD5 (dovecot-1.2.14.tar.gz) = 1fe41e99c1dea311beee6d4d994490cc
+SHA256 (dovecot-1.2.14.tar.gz) = 925cd5d1e8a5e5ebd6e2b9887957ab1f91d46ff8d64660ba8ed43543a40d6b9e
+SIZE (dovecot-1.2.14.tar.gz) = 2947472
+MD5 (dovecot-1.2.14-managesieve-0.11.11.diff.gz) = 93d68eff520fb045ef90cbf79667d82c
+SHA256 (dovecot-1.2.14-managesieve-0.11.11.diff.gz) = 5bf1a8c983f78c2b49d9068bb57f52001126fcd1e7ab1c5daf9f3a558c08e696
+SIZE (dovecot-1.2.14-managesieve-0.11.11.diff.gz) = 6459
--- dovecot.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 7 13:50:14 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: yds@CoolRat.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150354: [UPDATE] Update mail/dovecot to 1.2.14
Date: Tue, 7 Sep 2010 13:50:12 UT

 Maintainer of mail/dovecot,
 
 Please note that PR ports/150354 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150354
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Tue Sep 7 14:43:04 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150354 
State-Changed-From-To: feedback->closed 
State-Changed-By: sahil 
State-Changed-When: Wed Sep 22 03:07:55 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150354: commit references a PR
Date: Wed, 22 Sep 2010 03:02:45 +0000 (UTC)

 sahil       2010-09-22 03:02:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot         Makefile distinfo 
   Log:
   - Update to 1.2.14
   
   PR:             ports/150354
   Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
   Approved by:    maintainer timeout (14 days)
   
   Revision  Changes    Path
   1.115     +1 -1      ports/mail/dovecot/Makefile
   1.77      +6 -6      ports/mail/dovecot/distinfo
 _______________________________________________
 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:
