From 4390f2f8c9d2c4fa2abca67ac2c0034a818fb036 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 20 Feb 2020 19:06:39 +0000 Subject: [PATCH] MFH: r526577 www/foswiki: remove redundant escape = does not need to be escaped in this context; bug #229925 will make this escape as well as the escape of most ordinary characters an error to reduce friction when some of these ordinary characters are later granted special GNU-extended behavior. No functional change, no need to bump PORTREVISION. PR: 240309 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) Differential Revision: https://reviews.freebsd.org/D23698 Approved by: ports-secteam (implicit, future build fix) --- www/foswiki/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/foswiki/Makefile b/www/foswiki/Makefile index 251a92699a43..f909f736874f 100644 --- a/www/foswiki/Makefile +++ b/www/foswiki/Makefile @@ -64,7 +64,7 @@ post-patch: @cd ${WRKSRC} && \ ${REINPLACE_CMD} -i "" \ -e "s|^#[[:space:]]*\(.*\)/home/httpd/foswiki|\1${WWWDIR}|g" \ - -e "s|^#[[:space:]]*\(.*\)\(\= \'/foswiki/\)|\1\2|g" \ + -e "s|^#[[:space:]]*\(.*\)\(= '/foswiki/\)|\1\2|g" \ -e "s|/bin/grep|/usr/bin/grep|g" \ lib/Foswiki.spec @cd ${WRKSRC} && \