diff options
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rwxr-xr-x | mail/dovecot/files/dovecot.sh | 4 |
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 |