diff options
author | clsung <clsung@FreeBSD.org> | 2004-12-05 11:03:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-12-05 11:03:15 +0800 |
commit | 68dc2c6aa73453254de77a84a5e899bd46808678 (patch) | |
tree | 4210630a2ebe78f0b05a2b3ce0f5e83b57f882df /databases/db46/Makefile | |
parent | d99a211367f70ea9288c6b461a1033f706b2474a (diff) | |
download | freebsd-ports-gnome-68dc2c6aa73453254de77a84a5e899bd46808678.tar.gz freebsd-ports-gnome-68dc2c6aa73453254de77a84a5e899bd46808678.tar.zst freebsd-ports-gnome-68dc2c6aa73453254de77a84a5e899bd46808678.zip |
- repocopied from databases/db42 (via portmgr)
- Description as follows
Version 4.3 of the Berkeley Data Base library which offers (key/value) storage
with optional concurrent access or transactions interface.
Utilities are included in the distribution to convert v1.85 databases to v4.3
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
PR: ports/73790
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
Diffstat (limited to 'databases/db46/Makefile')
-rw-r--r-- | databases/db46/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 58cf0978ff5b..9effbba5707d 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -1,20 +1,17 @@ -# ports collection makefile for: Berkeley DB v4.2 -# Date created: 2003-11-26 +# ports collection makefile for: Berkeley DB v4.3 +# Date created: 2004-11-10 # Whom: Matthias Andree <matthias.andree@gmx.de> # # $FreeBSD$ # -PORTNAME= db42 -PORTVERSION= 4.2.52 -PORTREVISION= 3 +PORTNAME= db43 +PORTVERSION= 4.3.21 CATEGORIES= databases PKGNAMESUFFIX?= -PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 - MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.2 +COMMENT= The Berkeley DB package, revision 4.3 MASTERDIR?= ${.CURDIR} |