diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-01 11:56:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-01 11:56:24 +0000 |
commit | 79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 (patch) | |
tree | 681b6b9c843cb3061fc22e9838cc8bd98c1a8c89 /net/openldap20 | |
parent | 00a8157778c811958120708b284fc76b4a3fda9a (diff) | |
download | ports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.tar.gz ports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.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.
Notes
Notes:
svn path=/head/; revision=45700
Diffstat (limited to 'net/openldap20')
-rw-r--r-- | net/openldap20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |