diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
commit | 76d6ac6122a05c3551580945d540f2f8e1e4c85a (patch) | |
tree | 1ac1f3067b29ba7cf054151113186d5959189940 /mail/isync | |
parent | 91f316e522763596bca3cb4343e77f9c2296c078 (diff) |
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
Notes
Notes:
svn path=/head/; revision=64836
Diffstat (limited to 'mail/isync')
-rw-r--r-- | mail/isync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 2af0094aaa44..ffb6ebd684de 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -6,10 +6,11 @@ PORTNAME= isync PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.cs.hmc.edu/~me/isync/ -LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 MAINTAINER= eivind@FreeBSD.org |