diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
commit | dd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch) | |
tree | 8bb599919e196c30c7dfdb47d20525dc10b57b9d /mail/cyrus-imapd | |
parent | 73f7cbcc882812dc398f5173f25f5150066aa0eb (diff) | |
download | ports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.tar.gz ports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 087ae111962a..1f61a1d2ae91 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ @@ -18,7 +18,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20010711.diff.gz MAINTAINER= ume@FreeBSD.org LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ - db3.2:${PORTSDIR}/databases/db3 + db3.3:${PORTSDIR}/databases/db3 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl |