summaryrefslogtreecommitdiff
path: root/editors/nvi-devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
commit79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 (patch)
tree681b6b9c843cb3061fc22e9838cc8bd98c1a8c89 /editors/nvi-devel
parentBack out the db3 update for the moment, due to the incompatibilty (diff)
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
Notes
Notes: svn path=/head/; revision=45700
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r--editors/nvi-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 22f62bef24f7..9d8d1d72f532 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ \
${MASTER_SITE_LOCAL}
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= dd
MAINTAINER= dd@FreeBSD.org
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/iconv
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
PATCH_WRKSRC= ${WRKDIR}