diff options
author | oliver <oliver@FreeBSD.org> | 2004-03-09 04:36:23 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-03-09 04:36:23 +0800 |
commit | bacf206c5f563e82e1b36864a7a73ad38dcde100 (patch) | |
tree | 970de9b2cf0ffa6ad2f347bdc6588291942ef035 /mail/courier-imap/Makefile | |
parent | dc80d6727686cf146cd9a2863502ad26e5e9210d (diff) | |
download | freebsd-ports-gnome-bacf206c5f563e82e1b36864a7a73ad38dcde100.tar.gz freebsd-ports-gnome-bacf206c5f563e82e1b36864a7a73ad38dcde100.tar.zst freebsd-ports-gnome-bacf206c5f563e82e1b36864a7a73ad38dcde100.zip |
updating courier-imap to 3.0.0
Don't forget to add MAILDIRPATH=Maildir to your imapd config file (or just
recycle your own with the deployed imapd.dist). Otherwise courier-imap won't
find your INBOX and so on...
Diffstat (limited to 'mail/courier-imap/Makefile')
-rw-r--r-- | mail/courier-imap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 26d16075589b..b4cbd731c818 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -6,8 +6,8 @@ # PORTNAME= courier-imap -PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTVERSION= 3.0.0 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -167,7 +167,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-drac BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif -MAN1= couriertcpd.1 maildirkw.1 maildirmake.1 +MAN1= couriertcpd.1 maildiracl.1 maildirkw.1 maildirmake.1 MAN7= authlib.7 MAN8= makeuserdb.8 userdb.8 userdbpw.8 \ deliverquota.8 imapd.8 mkimapdcert.8 mkpop3dcert.8 |