diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-19 01:28:50 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-19 01:28:50 +0000 |
commit | eedaec168d278ee56d18e64b1a1ab6e406494b0a (patch) | |
tree | d0547a8adbdd0efa9cd34fc714c281c2781a4c60 /mail/dovecot | |
parent | 3c6f568bc48979294edaf2e24a4f3bc302e95935 (diff) | |
download | ports-eedaec168d278ee56d18e64b1a1ab6e406494b0a.tar.gz ports-eedaec168d278ee56d18e64b1a1ab6e406494b0a.zip |
Notes
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 7 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 684623f76715..9e51eedd2b4e 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,15 +8,19 @@ PORTNAME= dovecot PORTVERSION= 1.2.3 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.dovecot.org/releases/1.2/ +MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ + http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ MAINTAINER= yds@CoolRat.org COMMENT= Secure and compact IMAP and POP3 servers +DOVECOTVERSION= 1.2 + ###################################################################### # Anytime PORTVERSION changes please bump PORTREVISION of # # mail/dovecot-antispam. Please see ports/135311 for an explanation. # ###################################################################### + USE_ICONV= yes USE_RC_SUBR= dovecot.sh @@ -123,7 +127,6 @@ PATCHFILES+= dovecot-${PORTVERSION}-managesieve-${MANAGESIEVEVERSION}.diff.gz PATCH_DIST_STRIP= -p1 PROTOCOLS+= managesieve DOCS+= README.managesieve -BROKEN= Managesieve port needs to be updated. .endif ## GSSAPI support diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 217dfca3522c..d2abf2b47e16 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,3 +1,6 @@ MD5 (dovecot-1.2.3.tar.gz) = 28905211d9301022a1ed20df71ad2b08 SHA256 (dovecot-1.2.3.tar.gz) = 8507c3321a2ad1deb0f8485086647857419fa034d7d30f2e5aef7fabd90c9406 SIZE (dovecot-1.2.3.tar.gz) = 2652036 +MD5 (dovecot-1.2.3-managesieve-0.11.8.diff.gz) = 8753084aa9b4b9a5d85e15013ccc21af +SHA256 (dovecot-1.2.3-managesieve-0.11.8.diff.gz) = 2cf48ea57768d9c3a4c4220eb63edc0a9e29180022a78e8c7d4ca56e0682ff92 +SIZE (dovecot-1.2.3-managesieve-0.11.8.diff.gz) = 6425 |