svn commit: r472344 - in head/mail: dovecot dovecot/files dovecot22 dovecot22/files

Larry Rosenman ler at FreeBSD.org
Wed Jun 13 20:59:54 UTC 2018


Author: ler
Date: Wed Jun 13 20:59:52 2018
New Revision: 472344
URL: https://svnweb.freebsd.org/changeset/ports/472344

Log:
  mail/dovecot{,22} add BEFORE: mail to RC script
  
  PR:	228998
  Submitted by:	ohauer at FreeBSD.org

Modified:
  head/mail/dovecot/Makefile
  head/mail/dovecot/files/dovecot.in
  head/mail/dovecot22/Makefile
  head/mail/dovecot22/files/dovecot.in

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Wed Jun 13 20:58:12 2018	(r472343)
+++ head/mail/dovecot/Makefile	Wed Jun 13 20:59:52 2018	(r472344)
@@ -8,7 +8,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.3.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail ipv6
 MASTER_SITES=	https://www.dovecot.org/releases/2.3/
 

Modified: head/mail/dovecot/files/dovecot.in
==============================================================================
--- head/mail/dovecot/files/dovecot.in	Wed Jun 13 20:58:12 2018	(r472343)
+++ head/mail/dovecot/files/dovecot.in	Wed Jun 13 20:59:52 2018	(r472344)
@@ -5,6 +5,7 @@
 
 # PROVIDE: dovecot
 # REQUIRE: %%REQUIRE%%
+# BEFORE:  mail
 # KEYWORD: shutdown
 
 # dovecot_enable (bool):	Set it to YES to enable dovecot

Modified: head/mail/dovecot22/Makefile
==============================================================================
--- head/mail/dovecot22/Makefile	Wed Jun 13 20:58:12 2018	(r472343)
+++ head/mail/dovecot22/Makefile	Wed Jun 13 20:59:52 2018	(r472344)
@@ -13,6 +13,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.2.36
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	https://www.dovecot.org/releases/2.2/
 PKGNAMESUFFIX=	22

Modified: head/mail/dovecot22/files/dovecot.in
==============================================================================
--- head/mail/dovecot22/files/dovecot.in	Wed Jun 13 20:58:12 2018	(r472343)
+++ head/mail/dovecot22/files/dovecot.in	Wed Jun 13 20:59:52 2018	(r472344)
@@ -5,6 +5,7 @@
 
 # PROVIDE: dovecot
 # REQUIRE: %%REQUIRE%%
+# BEFORE:  mail
 # KEYWORD: shutdown
 
 # dovecot_enable (bool):	Set it to YES to enable dovecot


More information about the svn-ports-all mailing list