git: 0a18e7825754 - main - editors/nvi2: Explicitly use db18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Sep 2024 17:19:29 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a18e7825754292156e6a2389501c025b2612af4 commit 0a18e7825754292156e6a2389501c025b2612af4 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-09-20 17:19:00 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-09-20 17:19:00 +0000 editors/nvi2: Explicitly use db18 The default (db5) has been deprecated for some time. --- editors/nvi2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/nvi2/Makefile b/editors/nvi2/Makefile index 462c8fe293f9..d049021e91de 100644 --- a/editors/nvi2/Makefile +++ b/editors/nvi2/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvi2 PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -10,7 +10,7 @@ WWW= https://github.com/lichray/nvi2/ LICENSE= BSD3CLAUSE -USES= bdb cmake compiler:c11 ncurses +USES= bdb:18 cmake compiler:c11 ncurses USE_GITHUB= yes GH_ACCOUNT= lichray