diff options
author | wxs <wxs@FreeBSD.org> | 2009-08-19 09:28:50 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-08-19 09:28:50 +0800 |
commit | 26da64770e3072f50a67e77726d67b7532a63780 (patch) | |
tree | ad7adc816b8f59c47e9028912bb3fc54c1b44eac /mail | |
parent | 3812bb2d0005a517d617186be479693d0ce2651d (diff) | |
download | freebsd-ports-gnome-26da64770e3072f50a67e77726d67b7532a63780.tar.gz freebsd-ports-gnome-26da64770e3072f50a67e77726d67b7532a63780.tar.zst freebsd-ports-gnome-26da64770e3072f50a67e77726d67b7532a63780.zip |
- Add another MASTER_SITE
- Remove BROKEN with managesieve option (no need to bump PORTREVISION
as this option is off by default).
PR: ports/137937
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
Diffstat (limited to 'mail')
-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 |