diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-24 17:05:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-24 17:05:26 +0000 |
commit | 1a5b12406800da98d922c7230442d5d7ccb175d9 (patch) | |
tree | c03fbe59424710857518f71debc44c2185672e71 /mail/dovecot/Makefile | |
parent | 3c6c78ce3115faa97818623f3e9a0412b08c44ce (diff) |
Notes
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 9e51eedd2b4e..82449dcad088 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ @@ -19,6 +19,11 @@ DOVECOTVERSION= 1.2 ###################################################################### # Anytime PORTVERSION changes please bump PORTREVISION of # # mail/dovecot-antispam. Please see ports/135311 for an explanation. # +# # +# Please be careful when updating this port as changes to this port # +# can break mail/dovecot-sieve and mail/dovecot-managesieve. In # +# to ensure the least amount of breakage possible please consult # +# the maintainer of those ports before updating this one. # ###################################################################### USE_ICONV= yes |