diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-15 18:41:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-15 18:41:31 +0800 |
commit | 73a7bd52030f752028343a67156f8fd5c9858703 (patch) | |
tree | ec61858cdfc98b8e410b94b0c80821aa50c06467 /mail | |
parent | abcc7f6d5149ba96bdaedc613b2251b75c6aa350 (diff) | |
download | freebsd-ports-graphics-73a7bd52030f752028343a67156f8fd5c9858703.tar.gz freebsd-ports-graphics-73a7bd52030f752028343a67156f8fd5c9858703.tar.zst freebsd-ports-graphics-73a7bd52030f752028343a67156f8fd5c9858703.zip |
Move the big warning on top of the Makefile so maybe next time the bump of
portrevision of plugins won't be missed
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 557839da8a3..c4a64a7e657 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,17 @@ # Created by: Nagy, Attila <bra@fsn.hu> # $FreeBSD$ +###################################################################### +# Anytime PORTVERSION changes please bump PORTREVISION of # +# mail/dovecot2-pigeonhole and also mail/dovecot2-antispam-plugin. # +# Please see ports/135311 and ports/146029 for an explanation. # +# # +# Please be careful when updating this port as changes to this port # +# can break mail/dovecot2-pigeonhole. In order to ensure the least # +# amount of breakage possible please consult the maintainer of that # +# port before updating this one. # +###################################################################### + PORTNAME= dovecot PORTVERSION= 2.2.17 CATEGORIES= mail ipv6 @@ -15,17 +26,6 @@ LICENSE_COMB= dual CONFLICTS= dovecot-1.[0-9]* -###################################################################### -# Anytime PORTVERSION changes please bump PORTREVISION of # -# mail/dovecot2-pigeonhole and also mail/dovecot2-antispam-plugin. # -# Please see ports/135311 and ports/146029 for an explanation. # -# # -# Please be careful when updating this port as changes to this port # -# can break mail/dovecot2-pigeonhole. In order to ensure the least # -# amount of breakage possible please consult the maintainer of that # -# port before updating this one. # -###################################################################### - USES= cpe iconv libtool USE_RC_SUBR= dovecot USE_OPENSSL= yes |