From: Sebastien Marie Subject: Re: CVS: cvs.openbsd.org: ports (textproc/ripgrep) To: Theo Buehler , ports@openbsd.org Date: Sun, 14 Apr 2024 07:11:59 +0200 Theo Buehler writes: > CVSROOT: /cvs > Module name: ports > Changes by: tb@cvs.openbsd.org 2024/04/13 18:16:34 > > Modified files: > textproc/ripgrep: Makefile > > Log message: > drop maintainer is it intented ? the commit message doesn't correspond to the patch (it could happen), and the patch is weird (does ripgrep do not depend on c, pthread and c++abi at all ?) Below is the diff which was commited. -- Sebastien Marie =================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/textproc/ripgrep/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ports/textproc/ripgrep/Makefile 2024/04/14 00:14:15 1.33 +++ ports/textproc/ripgrep/Makefile 2024/04/14 00:16:34 1.34 @@ -3,14 +3,12 @@ GH_ACCOUNT = BurntSushi GH_PROJECT = ripgrep GH_TAGNAME = 14.1.0 -REVISION = 0 +REVISION = 1 CATEGORIES = textproc sysutils # Unlicense/MIT PERMIT_PACKAGE = Yes - -WANTLIB += ${MODCARGO_WANTLIB} MAINTAINER = Theo Buehler