View | Details | Raw Unified | Return to bug 141727 | Differences between
and this patch

Collapse All | Expand All

(-)dovecot/Makefile (-11 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dovecot
8
PORTNAME=	dovecot
9
PORTVERSION=	1.2.8
9
PORTVERSION=	1.2.10
10
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
11
MASTER_SITES=	http://www.dovecot.org/releases/${DOVECOTVERSION}/ \
11
MASTER_SITES=	http://www.dovecot.org/releases/${DOVECOTVERSION}/ \
12
		http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
12
		http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
Lines 56-62 Link Here
56
OPTIONS=	KQUEUE		"kqueue(2) support"	on  \
56
OPTIONS=	KQUEUE		"kqueue(2) support"	on  \
57
		SSL		"SSL support"		on  \
57
		SSL		"SSL support"		on  \
58
		IPV6		"IPv6 support"		on  \
58
		IPV6		"IPv6 support"		on  \
59
		LDA		"LDA support"		on  \
60
		MANAGESIEVE	"ManageSieve support"	on  \
59
		MANAGESIEVE	"ManageSieve support"	on  \
61
		GSSAPI		"GSSAPI support"	off \
60
		GSSAPI		"GSSAPI support"	off \
62
		VPOPMAIL	"VPopMail support"	off \
61
		VPOPMAIL	"VPopMail support"	off \
Lines 100-114 Link Here
100
CONFIGURE_ARGS+=	--disable-ipv6
99
CONFIGURE_ARGS+=	--disable-ipv6
101
.endif
100
.endif
102
101
103
## LDA support
104
#
105
.if defined(WITHOUT_LDA)
106
CONFIGURE_ARGS+=	--without-deliver
107
PLIST_SUB+=		LDA="@comment "
108
.else
109
PLIST_SUB+=		LDA=""
110
.endif
111
112
## ManageSieve support
102
## ManageSieve support
113
#
103
#
114
.if defined(WITH_MANAGESIEVE) && !defined(WITHOUT_MANAGESIEVE)
104
.if defined(WITH_MANAGESIEVE) && !defined(WITHOUT_MANAGESIEVE)
(-)dovecot/distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (dovecot-1.2.8.tar.gz) = c6d6c061413d299ccea7b55c3e4faa0a
1
MD5 (dovecot-1.2.10.tar.gz) = b7d0081b17ff6afae85e8dc14157fa57
2
SHA256 (dovecot-1.2.8.tar.gz) = 145c5dd8519d526c4bc2c1b4d6b5eeb09ba000f57fe5e16af1f72a73acc788c7
2
SHA256 (dovecot-1.2.10.tar.gz) = a5d609e9e21aa0c727be2c48db662f0a5ff0824e28167a8d7779f5ccbbaa6ad2
3
SIZE (dovecot-1.2.8.tar.gz) = 2702887
3
SIZE (dovecot-1.2.10.tar.gz) = 2864295
4
MD5 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 4e3d658b2040f1319e7ec5f389aa94ff
4
MD5 (dovecot-1.2.10-managesieve-0.11.11.diff.gz) = fdded98aa79ca0dffcc6705251eb06bf
5
SHA256 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 740e3174022c9902577a6184ec2f237dda58208818ca49382e79553d7a2614eb
5
SHA256 (dovecot-1.2.10-managesieve-0.11.11.diff.gz) = ef95762d0788869435c6a8d2bf9c416770e50b0f12267897a11d1a5331ac727e
6
SIZE (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 6298
6
SIZE (dovecot-1.2.10-managesieve-0.11.11.diff.gz) = 6415
(-)dovecot/pkg-plist (-1 / +1 lines)
Lines 94-100 Link Here
94
libexec/dovecot/authtest
94
libexec/dovecot/authtest
95
libexec/dovecot/checkpassword-reply
95
libexec/dovecot/checkpassword-reply
96
libexec/dovecot/convert-tool
96
libexec/dovecot/convert-tool
97
%%LDA%%libexec/dovecot/deliver
97
libexec/dovecot/deliver
98
libexec/dovecot/dict
98
libexec/dovecot/dict
99
libexec/dovecot/dovecot-auth
99
libexec/dovecot/dovecot-auth
100
libexec/dovecot/expire-tool
100
libexec/dovecot/expire-tool

Return to bug 141727