diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-05 04:11:23 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-05 04:11:23 +0000 |
commit | 382d305980767767eff7ed55969a9a1b51d3e38d (patch) | |
tree | 2c7cfd7f14661429494aaac39f70cd1597e1fb36 /databases/db43/Makefile | |
parent | update and change maintainer (diff) |
Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is a
non-compatible upgrade, and most other ports using db4 weren't ready
for it. The new 4.1.25 version will appear in a db41 port soon.
Also make the dump185 utility build (fix a typo), and bump PORTEPOCH.
Give maintainership to the submitter (from ports@).
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de> (new maintainer)
Pointy hat to: ijliao
Diffstat (limited to 'databases/db43/Makefile')
-rw-r--r-- | databases/db43/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 0068eed77016..d2fde8bf6cbc 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -6,17 +6,18 @@ # PORTNAME= db4 -PORTVERSION= 4.1.25 +PORTVERSION= 4.0.14 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb - #PATCH_SITES= ${MASTER_SITES} #PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 #PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matthias.andree@gmx.de WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |