aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.database.mk
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-06-18 23:23:18 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-06-18 23:23:18 +0000
commit9ea9a2a07f82a83b0767b07d36f2ad407b6202ad (patch)
tree55c2cc86f04812d2dacfebd64c2c789dad6dd434 /Mk/bsd.database.mk
parent2bfd28bfbabfa1f5986fb21b4944a53be76d4270 (diff)
downloadports-9ea9a2a07f82a83b0767b07d36f2ad407b6202ad.tar.gz
ports-9ea9a2a07f82a83b0767b07d36f2ad407b6202ad.zip
- Update to new upstream release 5.3.21. Please see UPDATING!
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm - Convert to OptionsNG. Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes, as well as an update of Mk/bsd.database.mk and UPDATING. Port and pkg-plist updates based on PR: ports/165574 Submitted by: sunpoet@
Notes
Notes: svn path=/head/; revision=299590
Diffstat (limited to 'Mk/bsd.database.mk')
-rw-r--r--Mk/bsd.database.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk
index 30ed92fe041c..c51d522e8800 100644
--- a/Mk/bsd.database.mk
+++ b/Mk/bsd.database.mk
@@ -274,7 +274,7 @@ db44_DEPENDS= db-4.4.0:${PORTSDIR}/databases/db44
db46_DEPENDS= db-4.6.0:${PORTSDIR}/databases/db46
db47_DEPENDS= db-4.7.0:${PORTSDIR}/databases/db47
db48_DEPENDS= db-4.8.0:${PORTSDIR}/databases/db48
-db5_DEPENDS= db-5.2.0:${PORTSDIR}/databases/db5
+db5_DEPENDS= db-5.3.0:${PORTSDIR}/databases/db5
# Detect db versions by finding some files
db40_FIND= ${LOCALBASE}/include/db4/db.h
db41_FIND= ${LOCALBASE}/include/db41/db.h
@@ -431,8 +431,8 @@ BDB_LIB_NAME= db-4.8
BDB_LIB_CXX_NAME= db_cxx-4.8
BDB_LIB_DIR= ${LOCALBASE}/lib/db48
. elif ${_BDB_VER} == 5
-BDB_LIB_NAME= db-5.2
-BDB_LIB_CXX_NAME= db_cxx-5.2
+BDB_LIB_NAME= db-5.3
+BDB_LIB_CXX_NAME= db_cxx-5.3
BDB_LIB_DIR= ${LOCALBASE}/lib/db5
. endif
BDB_LIB_NAME?= db${_BDB_VER}