svn commit: r386396 - head/mail/dovecot2

Baptiste Daroussin bapt at FreeBSD.org
Fri May 15 10:41:32 UTC 2015


Author: bapt
Date: Fri May 15 10:41:31 2015
New Revision: 386396
URL: https://svnweb.freebsd.org/changeset/ports/386396

Log:
  Move the big warning on top of the Makefile so maybe next time the bump of
  portrevision of plugins won't be missed

Modified:
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Fri May 15 10:40:15 2015	(r386395)
+++ head/mail/dovecot2/Makefile	Fri May 15 10:41:31 2015	(r386396)
@@ -1,6 +1,17 @@
 # Created by: Nagy, Attila <bra at 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


More information about the svn-ports-all mailing list