Revision: 117605 https://trac.macports.org/changeset/117605 Author: ciserlohn@macports.org Date: 2014-03-05 02:09:05 -0800 (Wed, 05 Mar 2014) Log Message: ----------- grep: update to version 2.18 Modified Paths: -------------- trunk/dports/sysutils/grep/Portfile Modified: trunk/dports/sysutils/grep/Portfile =================================================================== --- trunk/dports/sysutils/grep/Portfile 2014-03-05 07:48:43 UTC (rev 117604) +++ trunk/dports/sysutils/grep/Portfile 2014-03-05 10:09:05 UTC (rev 117605) @@ -2,7 +2,7 @@ PortSystem 1.0 name grep -version 2.16 +version 2.18 platforms darwin categories sysutils license GPL-3+ @@ -17,8 +17,8 @@ master_sites gnu use_xz yes -checksums rmd160 c1e2534a1835dd590e08cb50dec2f135c8844e38 \ - sha256 16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162 +checksums rmd160 ceab2b128640718e73616863e9c506c9666517d6 \ + sha256 e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720 # Ensure system version of grep is used instead of a possibly broken MacPorts version. configure.env PATH=/usr/bin:$env(PATH)