1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/ripgrep-all: depends on textproc/ripgrep

textproc/ripgrep-all will exit with a failure message when invoked if
ripgrep is not also installed. This commit changes the Makefile so that
textproc/ripgrep is listed as a runtime dependency, and therefore will
be automatically built and installed along with textproc/ripgrep-all.

PR:		282151
Approved by:	alexis.praga@free.fr (maintainer timeout)
This commit is contained in:
Robert William Vesterman 2024-11-12 14:41:33 +01:00 committed by Robert Clausecker
parent a3b2656e21
commit 2346138457

View File

@ -1,7 +1,7 @@
PORTNAME= ripgrep-all
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.6
PORTREVISION= 31
PORTREVISION= 32
CATEGORIES= textproc
MAINTAINER= alexis.praga@free.fr
@ -11,6 +11,8 @@ WWW= https://github.com/phiresky/ripgrep-all/
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rg:textproc/ripgrep
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= phiresky