diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-06-13 20:59:52 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-06-13 20:59:52 +0000 |
commit | b990f7429a8f420eb915e5f3802c0454b4117204 (patch) | |
tree | 044c2d72f885dca37f444270ab7f2b25379b66e6 | |
parent | devel/git-review/Makefile: Update to version 1.26.0 (diff) |
mail/dovecot{,22} add BEFORE: mail to RC script
PR: 228998
Submitted by: ohauer@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=472344
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/files/dovecot.in | 1 | ||||
-rw-r--r-- | mail/dovecot22/Makefile | 1 | ||||
-rw-r--r-- | mail/dovecot22/files/dovecot.in | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 2a9a5e428728..96aef7ea76fe 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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/ diff --git a/mail/dovecot/files/dovecot.in b/mail/dovecot/files/dovecot.in index 540a5a827676..8c6c1f64ecc1 100644 --- a/mail/dovecot/files/dovecot.in +++ b/mail/dovecot/files/dovecot.in @@ -5,6 +5,7 @@ # PROVIDE: dovecot # REQUIRE: %%REQUIRE%% +# BEFORE: mail # KEYWORD: shutdown # dovecot_enable (bool): Set it to YES to enable dovecot diff --git a/mail/dovecot22/Makefile b/mail/dovecot22/Makefile index 0f3617b05c71..9ff9d0c727dd 100644 --- a/mail/dovecot22/Makefile +++ b/mail/dovecot22/Makefile @@ -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 diff --git a/mail/dovecot22/files/dovecot.in b/mail/dovecot22/files/dovecot.in index 7a7ce56644e8..4bbcf0ad8529 100644 --- a/mail/dovecot22/files/dovecot.in +++ b/mail/dovecot22/files/dovecot.in @@ -5,6 +5,7 @@ # PROVIDE: dovecot # REQUIRE: %%REQUIRE%% +# BEFORE: mail # KEYWORD: shutdown # dovecot_enable (bool): Set it to YES to enable dovecot |