git: b3d6030c28df - main - textproc/ripgrep-all: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jan 2026 23:02:50 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3d6030c28df174d3f90775bb57284f86743d4fe
commit b3d6030c28df174d3f90775bb57284f86743d4fe
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-01-03 23:01:39 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-01-03 23:02:38 +0000
textproc/ripgrep-all: Take maintainership
---
textproc/ripgrep-all/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile
index 153589f06fdb..ea3762e12858 100644
--- a/textproc/ripgrep-all/Makefile
+++ b/textproc/ripgrep-all/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 0.10.10
CATEGORIES= textproc
-MAINTAINER= ports@freebsd.org
+MAINTAINER= eduardo@freebsd.org
COMMENT= Improved search capacities of ripgrep
WWW= https://github.com/phiresky/ripgrep-all/
@@ -11,7 +11,7 @@ LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rg:textproc/ripgrep
-LIB_DEPENDS+= libzstd.so:archivers/zstd
+LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo
USE_GITHUB= yes