summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
commit79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 (patch)
tree681b6b9c843cb3061fc22e9838cc8bd98c1a8c89 /databases/ruby-bdb
parentBack out the db3 update for the moment, due to the incompatibilty (diff)
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 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index e17d443417d5..98ea38455a98 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