1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.4.7.

This commit is contained in:
Akinori MUSHA 2003-07-29 12:14:20 +00:00
parent 2c39ccb63e
commit 6f0acce738
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85845
2 changed files with 8 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= bdb
PORTVERSION= 0.4.4
PORTVERSION= 0.4.7
CATEGORIES= databases ruby
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -30,11 +30,14 @@ USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_RUBY_RDOC= yes
.if defined(WITH_BDB4)
CONFIGURE_ARGS= --with-db-include-dir="${PREFIX}/include/db4" \
.if defined(WITH_BDB41)
CONFIGURE_ARGS= --with-db-include="${PREFIX}/include/db41" \
--with-db-version=41
.elif defined(WITH_BDB4)
CONFIGURE_ARGS= --with-db-include="${PREFIX}/include/db4" \
--with-db-version=4
.else
CONFIGURE_ARGS= --with-db-include-dir="${PREFIX}/include/db3" \
CONFIGURE_ARGS= --with-db-include="${PREFIX}/include/db3" \
--with-db-version=3
.endif
INSTALL_TARGET= site-install

View File

@ -1 +1 @@
MD5 (ruby/bdb-0.4.4.tar.gz) = 7965e56c33b9b252cb02253274750d96
MD5 (ruby/bdb-0.4.7.tar.gz) = a3132474a20e34c60a2a09e4faaa0fa1