aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2019-09-16 01:24:37 +0000
committerLarry Rosenman <ler@FreeBSD.org>2019-09-16 01:24:37 +0000
commitae697c8f1e73e78ade50865937eaad210f414fd6 (patch)
treeccbc69f9303dd32544021d1717825a1afef20ebf
parent6ee3cbecfec35d76603a00cc6f952b59a34e4abb (diff)
Notes
-rw-r--r--mail/dovecot/Makefile1
-rw-r--r--mail/dovecot/files/patch-src_master_main.c11
2 files changed, 1 insertions, 11 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 0e5702287b7e..3aad1b97a312 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dovecot
PORTVERSION= 2.3.7.2
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= https://dovecot.org/releases/2.3/
diff --git a/mail/dovecot/files/patch-src_master_main.c b/mail/dovecot/files/patch-src_master_main.c
deleted file mode 100644
index 8173c702f91a..000000000000
--- a/mail/dovecot/files/patch-src_master_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/master/main.c.orig 2018-11-23 11:06:45 UTC
-+++ src/master/main.c
-@@ -862,6 +862,8 @@ int main(int argc, char *argv[])
- i_fatal("dup2(dev_null_fd) failed: %m");
- if (!foreground && dup2(dev_null_fd, STDOUT_FILENO) < 0)
- i_fatal("dup2(dev_null_fd) failed: %m");
-+ if (!foreground && dup2(dev_null_fd, STDERR_FILENO) < 0)
-+ i_fatal("dup2(dev_null_fd) failed: %m");
-
- pidfile_path =
- i_strconcat(set->base_dir, "/"MASTER_PID_FILE_NAME, NULL);