summaryrefslogtreecommitdiff
path: root/databases/db41
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-11-11 16:58:48 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-11-11 16:58:48 +0000
commit20fa4555d0a379f41b141f5a8574fd5cba890d96 (patch)
tree62d894527114f864c612a802e71af5bd0ec5041e /databases/db41
parentUpgrade to version 5.0q (diff)
Upgradet to v2.3.12
Submitted by: "Josh Tiefenbach" <josh@ican.net>
Notes
Notes: svn path=/head/; revision=8584
Diffstat (limited to 'databases/db41')
-rw-r--r--databases/db41/Makefile8
-rw-r--r--databases/db41/distinfo2
-rw-r--r--databases/db41/pkg-descr16
3 files changed, 16 insertions, 10 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile
index 9e73917fcaf3..e8cb8787ba0d 100644
--- a/databases/db41/Makefile
+++ b/databases/db41/Makefile
@@ -1,12 +1,12 @@
# ports collection makefile for: Berkeley DB
-# Version required: v2.2.6
-# Date created: 12 Jun 1997
+# Version required: v2.3.12
+# Date created: 11 Nov 1997
# Whom: Josh Tiefenbach <josh@ican.net>
#
-# $Id: Makefile,v 1.2 1997/09/05 20:22:04 jfitz Exp $
+# $Id: Makefile,v 1.3 1997/10/03 14:13:23 jfitz Exp $
#
-DISTNAME= db-2.3.11
+DISTNAME= db-2.3.12
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/db/packages/
diff --git a/databases/db41/distinfo b/databases/db41/distinfo
index eaddc52a9e34..9eb2454f1970 100644
--- a/databases/db41/distinfo
+++ b/databases/db41/distinfo
@@ -1 +1 @@
-MD5 (db-2.3.11.tar.gz) = 833edf9bada4c4558067fba2f97a55db
+MD5 (db-2.3.12.tar.gz) = 6ad6cb464897552f707a5240743bd35d
diff --git a/databases/db41/pkg-descr b/databases/db41/pkg-descr
index 6e7ad8bb162d..106eecafe46a 100644
--- a/databases/db41/pkg-descr
+++ b/databases/db41/pkg-descr
@@ -1,7 +1,13 @@
-Version 2.3.11 of the Berkeley DB library. This version uses an
-incompatible underlying database format than v1.85 and a different
-standard API. Utilities are included in the distribution to convert
-v1.85 databases to v2.3.11, and a backwards compatible API is provided to
-maintain compatibility with programs using the v1.85 interface.
+Revesion 2 of the Berkeley DB library. This version uses an incompatible
+underlying database format than revision 1 and a different standard API.
+Utilities are included in the distribution to convert v1.85 databases to v2
+databases, and a backwards compatible API is provided to maintain
+compatibility with programs using the v1.85 interface.
+There are minor interface changes in this release which may require that DB
+applications be modified and recompiled. For a complete discussion of
+interface changes, see:
+
+http://www.sleepycat.com/update/
+
For more information, refer to http://www.sleepycat.com