View | Details | Raw Unified | Return to bug 137937
Collapse All | Expand All

(-)dovecot/Makefile (-2 / +6 lines)
Lines 7-22 Link Here
7
7
8
PORTNAME=	dovecot
8
PORTNAME=	dovecot
9
PORTVERSION=	1.2.3
9
PORTVERSION=	1.2.3
10
PORTREVISION=	1
10
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
11
MASTER_SITES=	http://www.dovecot.org/releases/1.2/
12
MASTER_SITES=	http://www.dovecot.org/releases/${DOVECOTVERSION}/ \
13
		http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
12
14
13
MAINTAINER=	yds@CoolRat.org
15
MAINTAINER=	yds@CoolRat.org
14
COMMENT=	Secure and compact IMAP and POP3 servers
16
COMMENT=	Secure and compact IMAP and POP3 servers
15
17
18
DOVECOTVERSION=	1.2
19
16
######################################################################
20
######################################################################
17
# Anytime PORTVERSION changes please bump PORTREVISION of            #
21
# Anytime PORTVERSION changes please bump PORTREVISION of            #
18
# mail/dovecot-antispam. Please see ports/135311 for an explanation. #
22
# mail/dovecot-antispam. Please see ports/135311 for an explanation. #
19
######################################################################
23
######################################################################
24
20
USE_ICONV=	yes
25
USE_ICONV=	yes
21
USE_RC_SUBR=	dovecot.sh
26
USE_RC_SUBR=	dovecot.sh
22
27
Lines 123-129 Link Here
123
PATCH_DIST_STRIP=	-p1
128
PATCH_DIST_STRIP=	-p1
124
PROTOCOLS+=		managesieve
129
PROTOCOLS+=		managesieve
125
DOCS+=			README.managesieve
130
DOCS+=			README.managesieve
126
BROKEN=	Managesieve port needs to be updated.
127
.endif
131
.endif
128
132
129
## GSSAPI support
133
## GSSAPI support
(-)dovecot/distinfo (+3 lines)
Lines 1-3 Link Here
1
MD5 (dovecot-1.2.3.tar.gz) = 28905211d9301022a1ed20df71ad2b08
1
MD5 (dovecot-1.2.3.tar.gz) = 28905211d9301022a1ed20df71ad2b08
2
SHA256 (dovecot-1.2.3.tar.gz) = 8507c3321a2ad1deb0f8485086647857419fa034d7d30f2e5aef7fabd90c9406
2
SHA256 (dovecot-1.2.3.tar.gz) = 8507c3321a2ad1deb0f8485086647857419fa034d7d30f2e5aef7fabd90c9406
3
SIZE (dovecot-1.2.3.tar.gz) = 2652036
3
SIZE (dovecot-1.2.3.tar.gz) = 2652036
4
MD5 (dovecot-1.2.3-managesieve-0.11.8.diff.gz) = 8753084aa9b4b9a5d85e15013ccc21af
5
SHA256 (dovecot-1.2.3-managesieve-0.11.8.diff.gz) = 2cf48ea57768d9c3a4c4220eb63edc0a9e29180022a78e8c7d4ca56e0682ff92
6
SIZE (dovecot-1.2.3-managesieve-0.11.8.diff.gz) = 6425

Return to bug 137937