Date: Fri, 24 May 2024 18:00:12 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 83ee3d446fed - main - www/crawl: update BDB to version 18 Message-ID: <202405241800.44OI0Cmb050344@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=83ee3d446fedf5ae52d534a052403a86dc095c17 commit 83ee3d446fedf5ae52d534a052403a86dc095c17 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-05-23 15:52:31 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-05-24 18:00:00 +0000 www/crawl: update BDB to version 18 PR: 279210 Reported by: portmaster@bsdforge.com (maintainer) --- www/crawl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/crawl/Makefile b/www/crawl/Makefile index d2676aad821e..0fbe963e84df 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -1,6 +1,6 @@ PORTNAME= crawl PORTVERSION= 0.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ @@ -12,7 +12,7 @@ LICENSE= BSD4CLAUSE LIB_DEPENDS= libevent.so:devel/libevent -USES= bdb pkgconfig +USES= bdb:18 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent --program-transform-name=''
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405241800.44OI0Cmb050344>