diff options
author | petef <petef@FreeBSD.org> | 2003-01-05 12:11:23 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-05 12:11:23 +0800 |
commit | 041ef5d1eaf363dcb05794098ec39322ad4d73bb (patch) | |
tree | 8535edbb176519a4bbf7c177ae7343590d57c6e0 /databases/db41/Makefile | |
parent | 7a7b7404e439073bc17e37238b1bb1ce2123ba26 (diff) | |
download | freebsd-ports-gnome-041ef5d1eaf363dcb05794098ec39322ad4d73bb.tar.gz freebsd-ports-gnome-041ef5d1eaf363dcb05794098ec39322ad4d73bb.tar.zst freebsd-ports-gnome-041ef5d1eaf363dcb05794098ec39322ad4d73bb.zip |
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/db41/Makefile')
-rw-r--r-- | databases/db41/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile index 0068eed77016..d2fde8bf6cbc 100644 --- a/databases/db41/Makefile +++ b/databases/db41/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 |