From 79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 1 Aug 2001 11:56:24 +0000 Subject: Back out the db3 port update because some of these dependent ports had been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time. --- security/cyrus-sasl/scripts/configure.sasl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/cyrus-sasl/scripts') diff --git a/security/cyrus-sasl/scripts/configure.sasl b/security/cyrus-sasl/scripts/configure.sasl index 7293d1920bbf..befc7fa6ea45 100644 --- a/security/cyrus-sasl/scripts/configure.sasl +++ b/security/cyrus-sasl/scripts/configure.sasl @@ -73,7 +73,7 @@ echo "PREFIX= ${PREFIX}" while [ "$1" ]; do case $1 in \"DB3\") - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" echo "CONFIGURE_ARGS+=--with-dblib=berkeley" ;; \"MySQL\") -- cgit v1.2.3