[151472] trunk/dports/sysutils/grep/Portfile
mps at macports.org
mps at macports.org
Tue Aug 16 14:38:53 PDT 2016
Revision: 151472
https://trac.macports.org/changeset/151472
Author: mps at macports.org
Date: 2016-08-16 14:38:53 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
grep 2.25: fix test failure (#52031).
Modified Paths:
--------------
trunk/dports/sysutils/grep/Portfile
Modified: trunk/dports/sysutils/grep/Portfile
===================================================================
--- trunk/dports/sysutils/grep/Portfile 2016-08-16 21:31:38 UTC (rev 151471)
+++ trunk/dports/sysutils/grep/Portfile 2016-08-16 21:38:53 UTC (rev 151472)
@@ -5,11 +5,12 @@
name grep
version 2.25
+revision 1
platforms darwin
categories sysutils
license GPL-3+
installs_libs no
-maintainers gmail.com:mschamschula openmaintainer
+maintainers mps openmaintainer
description grep prints lines that contain a match for a pattern
long_description \
Grep searches one or more input files for lines containing a match \
@@ -27,5 +28,9 @@
depends_lib port:pcre port:gettext
+pre-test {
+ reinplace "s|base64 -d|base64 --decode|g" ${worksrcpath}/tests/pcre-jitstack
+}
+
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/c95d6337/attachment.html>
More information about the macports-changes
mailing list