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 /security/cyrus-sasl2 | |
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 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/scripts/configure.sasl | 2 |
2 files changed, 2 insertions, 2 deletions
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 |