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

(-)dovecot/Makefile (-4 / +2 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	dovecot
9
PORTNAME=	dovecot
10
DISTVERSION=	1.0.rc28
10
DISTVERSION=	1.0.rc29
11
PORTREVISION=	1
12
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
13
MASTER_SITES=	http://www.dovecot.org/releases/
12
MASTER_SITES=	http://www.dovecot.org/releases/
14
13
Lines 29-36 Link Here
29
		${PREFIX}/lib/dovecot/lda
28
		${PREFIX}/lib/dovecot/lda
30
29
31
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
32
PORTDOCS=	USE-WIKI-INSTEAD \
31
PORTDOCS=	*.txt wiki
33
		auth-protocol.txt securecoding.txt variables.txt
34
.else
32
.else
35
CONFIGURE_ARGS+=	--without-docs
33
CONFIGURE_ARGS+=	--without-docs
36
.endif
34
.endif
(-)dovecot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dovecot-1.0.rc28.tar.gz) = e6fd617f3210f914815186c176796881
1
MD5 (dovecot-1.0.rc29.tar.gz) = 4b5ab65d59474c8e783ad6bd496fff22
2
SHA256 (dovecot-1.0.rc28.tar.gz) = 56dd5221812d66a2fa90437ff3cc50a03236d94f9309cffb5ce48448bd64c2a3
2
SHA256 (dovecot-1.0.rc29.tar.gz) = 6b8431e8276c07e235d30c195946e9b09d1f3e12f28aea6f755b6d4c72008dd9
3
SIZE (dovecot-1.0.rc28.tar.gz) = 1534090
3
SIZE (dovecot-1.0.rc29.tar.gz) = 1670673
(-)dovecot/pkg-message (-4 lines)
Lines 9-16 Link Here
9
9
10
  echo dovecot_enable="YES" >> /etc/rc.conf
10
  echo dovecot_enable="YES" >> /etc/rc.conf
11
 
11
 
12
 Further information on configuration can be found at:
13
 
14
  http://wiki.dovecot.org/
15
16
---------------------------------------------------------------------
12
---------------------------------------------------------------------

Return to bug 111086