Date: Fri, 17 Mar 2023 08:15:23 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a20ce0b87943 - main - devel/quilt: use ggrep; take maintainership Message-ID: <202303170815.32H8FNFO051986@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=a20ce0b879431ac3f84a4ea32f8d1a09e82b8018 commit a20ce0b879431ac3f84a4ea32f8d1a09e82b8018 Author: Corey Halpin <chalpin@cs.wisc.edu> AuthorDate: 2023-03-16 08:27:28 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-03-17 08:10:33 +0000 devel/quilt: use ggrep; take maintainership Submitter already maintains several ports. PR: 270240 Reported by: chalpin@cs.wisc.edu --- devel/quilt/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile index 028083d06eaa..0bb3a31de335 100644 --- a/devel/quilt/Makefile +++ b/devel/quilt/Makefile @@ -1,9 +1,10 @@ PORTNAME= quilt PORTVERSION= 0.67 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SAVANNAH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chalpin@cs.wisc.edu COMMENT= Collection of bash scripts to ease working with patch files WWW= https://savannah.nongnu.org/projects/quilt @@ -17,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash \ gdiff:textproc/diffutils \ diffstat:textproc/diffstat \ gawk:lang/gawk \ - ${LOCALBASE}/bin/grep:textproc/gnugrep + ${LOCALBASE}/bin/ggrep:textproc/gnugrep RUN_DEPENDS:= ${BUILD_DEPENDS} \ formail:mail/procmail @@ -29,7 +30,7 @@ CONFIGURE_ARGS= --with-sed=${LOCALBASE}/bin/gsed \ --without-getopt \ --with-patch=${LOCALBASE}/bin/gpatch \ --with-diff=${LOCALBASE}/bin/gdiff \ - --with-grep=${LOCALBASE}/bin/grep + --with-grep=${LOCALBASE}/bin/ggrep PORTDOCS= README README.MAIL quilt.pdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303170815.32H8FNFO051986>