summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorerh <erh>2010-06-13 23:01:50 +0000
committererh <erh>2010-06-13 23:01:50 +0000
commit4b2d35acd839166aa6a5bed5ce668fc0e43866dd (patch)
tree4ae1fa1d7f60cf6678bdc07247ac33e171bd5896 /mail/dovecot
parent6af156235b3b94e0c3542e1b617f2653855e0c4f (diff)
downloadpkgsrc-4b2d35acd839166aa6a5bed5ce668fc0e43866dd.tar.gz
Doveget becomes unhappy and exits if the time jumps after it starts, so make
it start after ntpdate runs.
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile4
-rwxr-xr-xmail/dovecot/files/dovecot.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 36b5219b7db..50fc421b187 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.146 2010/05/03 19:19:00 ghen Exp $
+# $NetBSD: Makefile,v 1.147 2010/06/13 23:01:50 erh Exp $
DOVECOT_VERSION= 1.2
DOVECOT_SUBVERSION= .11
-PKGREVISION= 2
+PKGREVISION= 3
SIEVE_VERSION= 0.1.16
MANAGESIEVE_VERSION= 0.11.11
DISTNAME= dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}
diff --git a/mail/dovecot/files/dovecot.sh b/mail/dovecot/files/dovecot.sh
index d7b046807c3..111f1df6bd0 100755
--- a/mail/dovecot/files/dovecot.sh
+++ b/mail/dovecot/files/dovecot.sh
@@ -1,10 +1,10 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: dovecot.sh,v 1.5 2010/05/03 19:19:01 ghen Exp $
+# $NetBSD: dovecot.sh,v 1.6 2010/06/13 23:01:50 erh Exp $
#
# PROVIDE: dovecot
-# REQUIRE: DAEMON LOGIN
+# REQUIRE: DAEMON LOGIN ntpdate
. /etc/rc.subr