git: a20ce0b87943 - main - devel/quilt: use ggrep; take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Mar 2023 08:15:23 UTC
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