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. --- databases/py-bsddb3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/py-bsddb3') 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 -- cgit v1.2.3