summaryrefslogtreecommitdiff
path: root/databases/db4/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-08 12:23:50 +0000
committerwiz <wiz>2007-06-08 12:23:50 +0000
commit24d0eafd4295128502049cfd1bd508ba414e43fb (patch)
tree25bc3f133c86907b7247e8470723f7dcbdd11db9 /databases/db4/Makefile
parenta8a5275af7e39530d242c96362419691f11d85ff (diff)
downloadpkgsrc-24d0eafd4295128502049cfd1bd508ba414e43fb.tar.gz
Update to 4.5.20.2:
Multi-Version Concurrency Control (MVCC) improves performance of highly concurrent, mixed read/write systems by giving each user their own snapshot of the database and managing concurrent changes by many users Non-stop Upgrades enables a replicated Oracle Berkeley DB system to be upgraded without downtime. For customers that must maintain 99.999 percent system uptime, this allows them to upgrade the Oracle Berkeley DB database without taking down the entire system Replication Framework provides a pre-built and supported set of functions for quickly building replicated or highly available systems, simplifying and accelerating their development effort
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r--databases/db4/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index 835b8e6fb39..280698ed686 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.51 2007/05/23 11:47:40 obache Exp $
+# $NetBSD: Makefile,v 1.52 2007/06/08 12:23:50 wiz Exp $
-DISTNAME= db-4.4.20
-PKGNAME= ${DISTNAME:S/db/db4/}
-PKGREVISION= 1
+DISTNAME= db-4.5.20
+PKGNAME= ${DISTNAME:S/db/db4/}.2
CATEGORIES= databases
-MASTER_SITES= http://download.oracle.com/berkeley-db/
+MASTER_SITES= http://download.oracle.com/berkeley-db/ \
+ http://download-uk.oracle.com/berkeley-db/
-PATCHFILES= patch.4.4.20.1 patch.4.4.20.2 patch.4.4.20.3 patch.4.4.20.4
-PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/
+PATCHFILES= patch.4.5.20.1 patch.4.5.20.2
+PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oracle.com/database/berkeley-db/db/index.html
@@ -16,7 +16,7 @@ COMMENT= Berkeley DB version 4 from Oracle
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-DIST_SUBDIR= ${PKGNAME_NOREV}
+DIST_SUBDIR= db4-4.5.20
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes