diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:13:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:13:46 +0800 |
commit | f023fd5b6b250a8bdfc37bd5e13409317ed74f28 (patch) | |
tree | c0988538bbc487214b31686fa1f5fde3fec62827 /mail/cyrus-imapd22 | |
parent | 2b1c91666faa28abde2390dcc02e7049a34089db (diff) | |
download | freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.gz freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.zst freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.zip |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 3d202b5417c1..f2c9b9551860 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.1.7 -#PORTREVISION= 0 +PORTREVISION= 1 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-20020822.diff.gz MAINTAINER= ume@FreeBSD.org LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - db3.2:${PORTSDIR}/databases/db3 + db3.3:${PORTSDIR}/databases/db3 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2 RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp |