diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-04-22 23:32:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-04-22 23:32:49 +0800 |
commit | a7faa0579ae02a38d4c521cfd3521cb90a40403d (patch) | |
tree | afe34d80393736e849438eab096b19b9695f58ae /mail | |
parent | 7f07b979653a1110a1d105427bfa9fda0ee002da (diff) | |
download | freebsd-ports-gnome-a7faa0579ae02a38d4c521cfd3521cb90a40403d.tar.gz freebsd-ports-gnome-a7faa0579ae02a38d4c521cfd3521cb90a40403d.tar.zst freebsd-ports-gnome-a7faa0579ae02a38d4c521cfd3521cb90a40403d.zip |
- Remove ntpdate from rc.d REQUIRE
- Bump PORTREVISION
Discussed with: simon, koitsu
Approved by: Robin Breathe <robin@isometry.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot-devel/files/dovecot.sh.in | 2 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/files/dovecot.sh.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index d32a798939c6..726594aebcf2 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/1.0/ diff --git a/mail/dovecot-devel/files/dovecot.sh.in b/mail/dovecot-devel/files/dovecot.sh.in index 54240d56d9fd..4d6d3ecc21a8 100644 --- a/mail/dovecot-devel/files/dovecot.sh.in +++ b/mail/dovecot-devel/files/dovecot.sh.in @@ -4,7 +4,7 @@ # # PROVIDE: dovecot -# REQUIRE: LOGIN ntpdate +# REQUIRE: LOGIN # KEYWORD: shutdown # diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index d32a798939c6..726594aebcf2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,7 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/1.0/ diff --git a/mail/dovecot/files/dovecot.sh.in b/mail/dovecot/files/dovecot.sh.in index 54240d56d9fd..4d6d3ecc21a8 100644 --- a/mail/dovecot/files/dovecot.sh.in +++ b/mail/dovecot/files/dovecot.sh.in @@ -4,7 +4,7 @@ # # PROVIDE: dovecot -# REQUIRE: LOGIN ntpdate +# REQUIRE: LOGIN # KEYWORD: shutdown # |