From owner-svn-ports-head@FreeBSD.ORG Fri May 15 10:41:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C21E61A; Fri, 15 May 2015 10:41:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30BEB1879; Fri, 15 May 2015 10:41:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FAfWjj059089; Fri, 15 May 2015 10:41:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FAfWuJ059076; Fri, 15 May 2015 10:41:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505151041.t4FAfWuJ059076@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 15 May 2015 10:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386396 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 10:41:32 -0000 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 # $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