diff options
author | knu <knu@FreeBSD.org> | 2001-08-01 11:56:24 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-01 11:56:24 +0000 |
commit | 894e45969b0fba67c06fb64de4e3eaea4493abe4 (patch) | |
tree | 86d694cb8ada2259c3942745799aa2740dd25d47 /databases/ruby-bdb | |
parent | f28563e10a71a1af03c931d5737c041af150413f (diff) | |
download | FreeBSD-ports-894e45969b0fba67c06fb64de4e3eaea4493abe4.zip FreeBSD-ports-894e45969b0fba67c06fb64de4e3eaea4493abe4.tar.gz |
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 'databases/ruby-bdb')
-rw-r--r-- | databases/ruby-bdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index e17d443..98ea384 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 |