Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 17:18:36 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abdb66fb8b20 - main - textproc/kibana8: Adjust build dependencies
Message-ID:  <202307091718.369HIamX035969@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abdb66fb8b201652487c97098cb003fe580e85d7

commit abdb66fb8b201652487c97098cb003fe580e85d7
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-07-09 17:06:05 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-07-09 17:18:27 +0000

    textproc/kibana8: Adjust build dependencies
    
    Depend on npm as npm-node16 with minimal version on build time.
    
    Suggested-by:   sunpoet
---
 textproc/kibana8/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile
index 0d225736ad85..09ce1dbc2518 100644
--- a/textproc/kibana8/Makefile
+++ b/textproc/kibana8/Makefile
@@ -13,7 +13,7 @@ WWW=		https://www.elastic.co/products/kibana
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/npm:www/npm-node16
+BUILD_DEPENDS=	npm-node16>=9.7.2:www/npm-node16
 LIB_DEPENDS=	libre2.so:devel/re2 \
 		libuv.so:devel/libuv
 RUN_DEPENDS=	${LOCALBASE}/bin/node:www/node16



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091718.369HIamX035969>