diff options
author | knu <knu@FreeBSD.org> | 2001-08-01 19:56:24 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-01 19:56:24 +0800 |
commit | 894e45969b0fba67c06fb64de4e3eaea4493abe4 (patch) | |
tree | 86d694cb8ada2259c3942745799aa2740dd25d47 /security | |
parent | f28563e10a71a1af03c931d5737c041af150413f (diff) | |
download | freebsd-ports-gnome-894e45969b0fba67c06fb64de4e3eaea4493abe4.tar.gz freebsd-ports-gnome-894e45969b0fba67c06fb64de4e3eaea4493abe4.tar.zst freebsd-ports-gnome-894e45969b0fba67c06fb64de4e3eaea4493abe4.zip |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl/scripts/configure.sasl | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/scripts/configure.sasl | 2 |
4 files changed, 4 insertions, 4 deletions
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\") |