diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-06-30 05:58:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-06-30 05:58:02 +0000 |
commit | ec0dbcdb71881fe76d8655b8ff81c89984e6f74b (patch) | |
tree | 29a01c92de2179f9a0a7a95ab30ac052e2663554 | |
parent | aca4adbe99f0575003a9c5367ef47b3a4d6b9a32 (diff) | |
download | ports-ec0dbcdb71881fe76d8655b8ff81c89984e6f74b.tar.gz ports-ec0dbcdb71881fe76d8655b8ff81c89984e6f74b.zip |
Notes
-rw-r--r-- | databases/db2/pkg-descr | 6 | ||||
-rw-r--r-- | databases/db3/pkg-descr | 6 | ||||
-rw-r--r-- | databases/db4/pkg-descr | 6 | ||||
-rw-r--r-- | databases/db41/pkg-descr | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/databases/db2/pkg-descr b/databases/db2/pkg-descr index 58fd9f837cea..9a1198f80953 100644 --- a/databases/db2/pkg-descr +++ b/databases/db2/pkg-descr @@ -1,5 +1,5 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. +Version 2 of the Berkeley DB library. This version uses an underlying +database format incompatible with 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. @@ -9,5 +9,5 @@ applications be modified and recompiled. For a complete discussion of interface changes, see: http://www.sleepycat.com/update/ - + WWW: http://www.sleepycat.com/ diff --git a/databases/db3/pkg-descr b/databases/db3/pkg-descr index c57853873878..517bfda3a307 100644 --- a/databases/db3/pkg-descr +++ b/databases/db3/pkg-descr @@ -1,5 +1,5 @@ -Revision 3 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. +Version 3 of the Berkeley DB library. This version uses an underlying +database format incompatible with revision 1 and a different standard API. Utilities are included in the distribution to convert v1.85 databases to v3 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. @@ -9,5 +9,5 @@ applications be modified and recompiled. For a complete discussion of interface changes, see: http://www.sleepycat.com/update/ - + WWW: http://www.sleepycat.com/ diff --git a/databases/db4/pkg-descr b/databases/db4/pkg-descr index a61167e7f9dc..e78b43099bf9 100644 --- a/databases/db4/pkg-descr +++ b/databases/db4/pkg-descr @@ -1,10 +1,10 @@ -Revision 4 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. +Version 4 of the Berkeley DB library. This version uses an underlying +database format incompatible with revision 1 and a different standard API. Utilities are included in the distribution to convert v1.85 databases to v4 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. For details on compatibility with other DB versions, see: http://www.sleepycat.com/download/patchlogs.shtml - + WWW: http://www.sleepycat.com/ diff --git a/databases/db41/pkg-descr b/databases/db41/pkg-descr index 5b4881b10a5e..95615e3f19b0 100644 --- a/databases/db41/pkg-descr +++ b/databases/db41/pkg-descr @@ -1,5 +1,5 @@ -Version 4.1 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. +Version 4.1 of the Berkeley DB library. This version uses an underlying +database format incompatible with revision 1 and a different standard API. Utilities are included in the distribution to convert v1.85 databases to v4.1 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. |