aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/dbtool/Makefile4
-rw-r--r--databases/p5-BerkeleyDB/Makefile4
-rw-r--r--databases/py-bsddb3/Makefile4
-rw-r--r--databases/ruby-bdb/Makefile3
-rw-r--r--devel/gconf/Makefile4
-rw-r--r--devel/gconf2/Makefile4
-rw-r--r--editors/nvi-devel/Makefile4
-rw-r--r--mail/cyrus-imapd/Makefile3
-rw-r--r--mail/cyrus-imapd2/Makefile3
-rw-r--r--mail/cyrus-imapd22/Makefile3
-rw-r--r--mail/cyrus-imapd23/Makefile3
-rw-r--r--mail/cyrus-imapd24/Makefile3
-rw-r--r--mail/kiltdown/Makefile4
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/scripts/configure.postfix2
-rw-r--r--mail/postfix/Makefile2
-rw-r--r--mail/postfix/scripts/configure.postfix4
-rw-r--r--mail/postfix1/Makefile2
-rw-r--r--mail/postfix1/scripts/configure.postfix4
-rw-r--r--mail/postfix20/Makefile2
-rw-r--r--mail/postfix20/scripts/configure.postfix4
-rw-r--r--mail/postfix21/Makefile2
-rw-r--r--mail/postfix21/scripts/configure.postfix4
-rw-r--r--mail/postfix22/Makefile2
-rw-r--r--mail/postfix22/scripts/configure.postfix4
-rw-r--r--mail/postfix23/Makefile2
-rw-r--r--mail/postfix23/scripts/configure.postfix4
-rw-r--r--mail/postfix24/Makefile2
-rw-r--r--mail/postfix24/scripts/configure.postfix4
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix25/scripts/configure.postfix4
-rw-r--r--mail/postfix26/Makefile2
-rw-r--r--mail/postfix26/scripts/configure.postfix4
-rw-r--r--mail/postfix27/Makefile2
-rw-r--r--mail/postfix27/scripts/configure.postfix4
-rw-r--r--mail/postfix28/Makefile2
-rw-r--r--mail/postfix28/scripts/configure.postfix4
-rw-r--r--net/openldap2/Makefile4
-rw-r--r--net/openldap20-server/Makefile4
-rw-r--r--net/openldap20/Makefile4
-rw-r--r--net/openldap21-server/Makefile4
-rw-r--r--net/openldap21/Makefile4
-rw-r--r--net/openldap22-server/Makefile4
-rw-r--r--net/openldap22/Makefile4
-rw-r--r--net/openldap23-server/Makefile4
-rw-r--r--net/openldap24-server/Makefile4
-rw-r--r--security/cyrus-sasl/Makefile2
-rw-r--r--security/cyrus-sasl/scripts/configure.sasl2
-rw-r--r--security/cyrus-sasl2/Makefile2
-rw-r--r--security/cyrus-sasl2/scripts/configure.sasl2
50 files changed, 83 insertions, 77 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile
index f03aed235102..880f6c808b47 100644
--- a/databases/dbtool/Makefile
+++ b/databases/dbtool/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dbtool
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/
@@ -17,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
.if defined(WITH_BERKELEY_DB)
-LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db
+LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db
DB_INC= -I${LOCALBASE}/include/db3
CONFIGURE_ARGS= --with-berkeley
.else
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile
index cf0795dc3c6f..76ccdfcd24ee 100644
--- a/databases/p5-BerkeleyDB/Makefile
+++ b/databases/p5-BerkeleyDB/Makefile
@@ -7,7 +7,7 @@
PORTNAME= BerkeleyDB
PORTVERSION= 0.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
MASTER_SITE_SUBDIR= BerkeleyDB
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bill@twwells.com
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
PERL_CONFIGURE= yes
ALL_TARGET= all test
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
index 5fef01a49963..b6860b8d2976 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bsddb3
PORTVERSION= 3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pybsddb
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@python.or.kr
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_PYTHON= yes
SETUP_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index e17d443417d5..98ea38455a98 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bdb
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
index 1d896e91cde4..455ba709bfa0 100644
--- a/devel/gconf/Makefile
+++ b/devel/gconf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gconf
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/GConf
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
oaf.0:${PORTSDIR}/devel/oaf \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
USE_GMAKE= yes
USE_X_PREFIX= yes
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 1d896e91cde4..455ba709bfa0 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gconf
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/GConf
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
oaf.0:${PORTSDIR}/devel/oaf \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
USE_GMAKE= yes
USE_X_PREFIX= yes
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 22f62bef24f7..9d8d1d72f532 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ \
${MASTER_SITE_LOCAL}
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= dd
MAINTAINER= dd@FreeBSD.org
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/iconv
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
PATCH_WRKSRC= ${WRKDIR}
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index 11fc82e601e3..834d1ca3b126 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.16
+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/
@@ -17,7 +18,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20010728.diff.gz
MAINTAINER= ume@FreeBSD.org
LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile
index 11fc82e601e3..834d1ca3b126 100644
--- a/mail/cyrus-imapd2/Makefile
+++ b/mail/cyrus-imapd2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.16
+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/
@@ -17,7 +18,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20010728.diff.gz
MAINTAINER= ume@FreeBSD.org
LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile
index 11fc82e601e3..834d1ca3b126 100644
--- a/mail/cyrus-imapd22/Makefile
+++ b/mail/cyrus-imapd22/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.16
+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/
@@ -17,7 +18,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20010728.diff.gz
MAINTAINER= ume@FreeBSD.org
LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile
index 11fc82e601e3..834d1ca3b126 100644
--- a/mail/cyrus-imapd23/Makefile
+++ b/mail/cyrus-imapd23/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.16
+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/
@@ -17,7 +18,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20010728.diff.gz
MAINTAINER= ume@FreeBSD.org
LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 11fc82e601e3..834d1ca3b126 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.16
+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/
@@ -17,7 +18,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20010728.diff.gz
MAINTAINER= ume@FreeBSD.org
LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \
- db3.3:${PORTSDIR}/databases/db3
+ db3.2:${PORTSDIR}/databases/db3
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
diff --git a/mail/kiltdown/Makefile b/mail/kiltdown/Makefile
index 58a09206bddd..d826e39ac6b7 100644
--- a/mail/kiltdown/Makefile
+++ b/mail/kiltdown/Makefile
@@ -7,14 +7,14 @@
PORTNAME= kiltdown
PORTVERSION= 0.8.045
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kiltdown
MAINTAINER= dinoex@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_X_PREFIX= yes
USE_QT_VER= 2
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 2853e27f958c..58e7b54e9057 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010525
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 99a7c7d87f48..7f31ece6d5f6 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -93,7 +93,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix
index 062619e2d7a9..fbbd92ce954c 100644
--- a/mail/postfix/scripts/configure.postfix
+++ b/mail/postfix/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix1/Makefile
+++ b/mail/postfix1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix
index fc3d10970842..0604a417cbd0 100644
--- a/mail/postfix1/scripts/configure.postfix
+++ b/mail/postfix1/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix20/Makefile
+++ b/mail/postfix20/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix20/scripts/configure.postfix b/mail/postfix20/scripts/configure.postfix
index b6c2312a9d07..7154e2d438f9 100644
--- a/mail/postfix20/scripts/configure.postfix
+++ b/mail/postfix20/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix21/Makefile
+++ b/mail/postfix21/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix
index c29565e01914..6b6dd4193d68 100644
--- a/mail/postfix21/scripts/configure.postfix
+++ b/mail/postfix21/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix
index 49581d33592c..44dc360aaad2 100644
--- a/mail/postfix22/scripts/configure.postfix
+++ b/mail/postfix22/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix
index 2de366f6e70e..fbd812201c59 100644
--- a/mail/postfix23/scripts/configure.postfix
+++ b/mail/postfix23/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index b40363e51847..ae2c6fd9f837 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix
index 0ffde72659b4..72083d1497e6 100644
--- a/mail/postfix25/scripts/configure.postfix
+++ b/mail/postfix25/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix
index b16be87dfa3a..0aa6ad616846 100644
--- a/mail/postfix26/scripts/configure.postfix
+++ b/mail/postfix26/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix
index 48134b821eeb..c30b0913a791 100644
--- a/mail/postfix27/scripts/configure.postfix
+++ b/mail/postfix27/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix
index 3c11e6e68654..a3f548a3f7e1 100644
--- a/mail/postfix28/scripts/configure.postfix
+++ b/mail/postfix28/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap2/Makefile
+++ b/net/openldap2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap20-server/Makefile
+++ b/net/openldap20-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap20/Makefile
+++ b/net/openldap20/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap21-server/Makefile
+++ b/net/openldap21-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap21/Makefile
+++ b/net/openldap21/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap22-server/Makefile
+++ b/net/openldap22-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap22/Makefile
+++ b/net/openldap22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 18bbdacca921..ba736271df36 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_AUTOCONF= yes
USE_LIBTOOL= yes
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 3e30a01bc121..79a6c0c20e0d 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cyrus-sasl
PORTVERSION= 1.5.24
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
${MASTER_SITE_LOCAL} \
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\")
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 3e30a01bc121..79a6c0c20e0d 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cyrus-sasl
PORTVERSION= 1.5.24
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
${MASTER_SITE_LOCAL} \
diff --git a/security/cyrus-sasl2/scripts/configure.sasl b/security/cyrus-sasl2/scripts/configure.sasl
index 7293d1920bbf..befc7fa6ea45 100644
--- a/security/cyrus-sasl2/scripts/configure.sasl
+++ b/security/cyrus-sasl2/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\")