From yds@dppl.com  Mon Jul 28 23:42:33 2008
Return-Path: <yds@dppl.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8964106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jul 2008 23:42:33 +0000 (UTC)
	(envelope-from yds@dppl.com)
Received: from dppl.com (orion.dppl.biz [216.182.10.231])
	by mx1.freebsd.org (Postfix) with ESMTP id 6A8F58FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jul 2008 23:42:33 +0000 (UTC)
	(envelope-from yds@dppl.com)
Received: from localhost (localhost [127.0.0.1])
  (uid 1001)
  by dppl.com with local; Mon, 28 Jul 2008 19:32:16 -0400
  id 06432C3F.00000000488E5700.000007B4
Message-Id: <courier.00000000488E5700.000007B4@dppl.com>
Date: Mon, 28 Jul 2008 19:32:16 -0400
From: Yarema <yds@CoolRat.org>
Reply-To: Yarema <yds@CoolRat.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: robin@isometry.net, Geoffroy Desvernay <dgeo@ec-marseille.fr>,
  Benjamin Close <Benjamin.Close@clearchain.com>
Subject: [PATCH] mail/dovecot: add ManageSieve support
X-Send-Pr-Version: 3.113
X-GNATS-Notify: robin@isometry.net

>Number:         126054
>Category:       ports
>Synopsis:       [PATCH] mail/dovecot: add ManageSieve support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 23:50:01 UTC 2008
>Closed-Date:    Wed Jul 30 02:20:23 UTC 2008
>Last-Modified:  Wed Jul 30 02:20:23 UTC 2008
>Originator:     Yarema
>Release:        FreeBSD 6.3-STABLE amd64
>Organization:
NYCBUG.org
>Environment:
	FreeBSD 6.3-STABLE amd64
	FreeBSD 7.0-STABLE amd64
>Description:
Add the missing ManageSieve support required to make the new
mail/dovecot-managesieve port functional.

See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/125460
>How-To-Repeat:

>Fix:
diff -u -r -N dovecot~/Makefile dovecot/Makefile
--- dovecot~/Makefile	2008-07-25 03:30:15.000000000 -0400
+++ dovecot/Makefile	2008-07-28 11:29:45.384665071 -0400
@@ -43,6 +43,7 @@
 		IPV6		"IPv6 support"		on  \
 		POP3		"POP3 support"		on  \
 		LDA		"LDA support"		on  \
+		MANAGESIEVE	"ManageSieve support"	on  \
 		GSSAPI		"GSSAPI support"	off \
 		VPOPMAIL	"VPopMail support"	off \
 		LDAP		"OpenLDAP support"	off \
@@ -93,6 +94,15 @@
 PLIST_SUB+=		LDA=""
 .endif
 
+## ManageSieve support
+#
+.if defined(WITH_MANAGESIEVE)
+MANAGESIEVEVERSION!=	${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V PORTVERSION
+PATCH_SITES!=		${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V MASTER_SITES
+PATCHFILES+=		dovecot-${PORTVERSION}-managesieve-${MANAGESIEVEVERSION}.diff.gz
+PATCH_DIST_STRIP=	-p1
+.endif
+
 ## GSSAPI support
 #
 .if defined(WITH_GSSAPI)
diff -u -r -N dovecot~/distinfo dovecot/distinfo
--- dovecot~/distinfo	2008-07-25 03:30:15.000000000 -0400
+++ dovecot/distinfo	2008-07-28 11:40:33.511646790 -0400
@@ -1,3 +1,6 @@
 MD5 (dovecot-1.1.2.tar.gz) = fcebb6c099421049632b2f1f019f55cd
 SHA256 (dovecot-1.1.2.tar.gz) = 693981dbaa3bfda0796a88995b42c17f8c48d3cc8630a4762557db01170ca91e
 SIZE (dovecot-1.1.2.tar.gz) = 2300564
+MD5 (dovecot-1.1.2-managesieve-0.10.3.diff.gz) = 72e1532ddd5df4ee5f8cf190a1b53cfe
+SHA256 (dovecot-1.1.2-managesieve-0.10.3.diff.gz) = 67a2b7ca49d5dc96e57b534008593c9702cecd768801aaba2f588087e5fe5980
+SIZE (dovecot-1.1.2-managesieve-0.10.3.diff.gz) = 6117
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jul 28 23:50:11 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126054 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Mon Jul 28 23:53:34 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: robin@isometry.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126054: [PATCH] mail/dovecot: add ManageSieve support
Date: Mon, 28 Jul 2008 23:50:09 UT

 Maintainer of mail/dovecot,
 
 Please note that PR ports/126054 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/126054
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Robin Breathe" <robin@isometry.net>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/126054: [PATCH] mail/dovecot: add ManageSieve support
Date: Tue, 29 Jul 2008 21:30:06 +0100

 Thanks for the patch!
 
 I approve the commit (preferably at the same time as ports/126059),
 but please change the default for the MANAGESIEVE option from "on" to
 "off"!
 
 Regards,
 Robin
State-Changed-From-To: feedback->open 
State-Changed-By: beech 
State-Changed-When: Tue Jul 29 21:02:22 UTC 2008 
State-Changed-Why:  
Maintainer response 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126054: commit references a PR
Date: Wed, 30 Jul 2008 02:16:04 +0000 (UTC)

 beech       2008-07-30 02:15:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot         Makefile distinfo 
   Log:
   - Add the missing ManageSieve support required to make the new
     mail/dovecot-managesieve port functional.
   
   PR:             ports/126054
   Submitted by:   Yarema <yds@CoolRat.org>
   Approved by:    Robin Breathe <robin@isometry.net> (maintainer)
   
   Revision  Changes    Path
   1.89      +11 -0     ports/mail/dovecot/Makefile
   1.59      +3 -0      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"
 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Wed Jul 30 02:20:11 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126054 
>Unformatted:
