aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Halpin <chalpin@cs.wisc.edu>2023-03-16 08:27:28 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-17 08:10:33 +0000
commita20ce0b879431ac3f84a4ea32f8d1a09e82b8018 (patch)
tree09ec7cf97c1d4f8fe8949fed784f0e45d64c91da
parentb8f51a5971cb436d27a27c249d1818f97a8c2e38 (diff)
downloadports-a20ce0b879431ac3f84a4ea32f8d1a09e82b8018.tar.gz
ports-a20ce0b879431ac3f84a4ea32f8d1a09e82b8018.zip
devel/quilt: use ggrep; take maintainership
Submitter already maintains several ports. PR: 270240 Reported by: chalpin@cs.wisc.edu
-rw-r--r--devel/quilt/Makefile7
1 files 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