diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 03:03:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 03:03:15 +0000 |
commit | bd4698ebe279cb66842f7afe56268083cbba3d9a (patch) | |
tree | 26b82462bb2c3a6f5762a78c63e96870f28829ae /databases/db43/Makefile | |
parent | 7aedc5ee6d75dd279042310c5190d7cae413cc57 (diff) |
Notes
Diffstat (limited to 'databases/db43/Makefile')
-rw-r--r-- | databases/db43/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 58cf0978ff5b..9effbba5707d 100644 --- a/databases/db43/Makefile +++ b/databases/db43/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} |