Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 19:32:16 -0400
From:      Yarema <yds@CoolRat.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Benjamin Close <Benjamin.Close@clearchain.com>, robin@isometry.net, Geoffroy Desvernay <dgeo@ec-marseille.fr>
Subject:   ports/126054: [PATCH] mail/dovecot: add ManageSieve support
Message-ID:  <courier.00000000488E5700.000007B4@dppl.com>
Resent-Message-ID: <200807282350.m6SNo1ZV052119@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126054
>Category:       ports
>Synopsis:       [PATCH] mail/dovecot: add ManageSieve support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 23:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?courier.00000000488E5700.000007B4>