Revision: 120768 https://trac.macports.org/changeset/120768 Author: ryandesign@macports.org Date: 2014-06-06 09:51:03 -0700 (Fri, 06 Jun 2014) Log Message: ----------- grep: update to 2.20; new maintainer; see #43936 Modified Paths: -------------- trunk/dports/sysutils/grep/Portfile Modified: trunk/dports/sysutils/grep/Portfile =================================================================== --- trunk/dports/sysutils/grep/Portfile 2014-06-06 16:48:23 UTC (rev 120767) +++ trunk/dports/sysutils/grep/Portfile 2014-06-06 16:51:03 UTC (rev 120768) @@ -4,12 +4,12 @@ PortSystem 1.0 name grep -version 2.19 +version 2.20 platforms darwin categories sysutils license GPL-3+ installs_libs no -maintainers nomaintainer +maintainers gmail.com:mschamschula openmaintainer description GNU grep, the \"fastest grep in the west\" (we hope). long_description \ Grep searches one or more input files for lines containing a match \ @@ -19,8 +19,8 @@ master_sites gnu use_xz yes -checksums rmd160 a5f8c03b92dd7313ddbd55764e0d87eff67decac \ - sha256 6388295be48cfcaf7665d9cd3914e6625ea000e9414132bfefd45cf1d8eec34d +checksums rmd160 3bd1bc20077cc47eca38e7c62181c5f6c2195203 \ + sha256 f0af452bc0d09464b6d089b6d56a0a3c16672e9ed9118fbe37b0b6aeaf069a65 # Ensure system version of grep is used instead of a possibly broken MacPorts version. configure.env PATH=/usr/bin:$env(PATH)
participants (1)
-
ryandesign@macports.org