Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 10:41:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386396 - head/mail/dovecot2
Message-ID:  <201505151041.t4FAfWuJ059076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151041.t4FAfWuJ059076>