From f023fd5b6b250a8bdfc37bd5e13409317ed74f28 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 22 Aug 2002 19:13:46 +0000 Subject: 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 --- security/cyrus-sasl2/Makefile | 2 +- security/cyrus-sasl2/scripts/configure.sasl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'security/cyrus-sasl2') diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 20078220d867..8b91e803be72 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.westbend.net/pub/cyrus-mail/ \ diff --git a/security/cyrus-sasl2/scripts/configure.sasl b/security/cyrus-sasl2/scripts/configure.sasl index b9b0983b93af..36d675ba47f4 100644 --- a/security/cyrus-sasl2/scripts/configure.sasl +++ b/security/cyrus-sasl2/scripts/configure.sasl @@ -77,7 +77,7 @@ while [ "$1" ]; do rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc exit 1 fi - echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" echo "CONFIGURE_ARGS+= --with-dblib=berkeley --with-bdb-incdir=${PREFIX}/include/db3 --with-bdb-libdir=${PREFIX}/lib" echo "SASLDB_NAME= sasldb2" DBLIB=1 -- cgit