Ticket #43936: Portfile-grep.diff
File Portfile-grep.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name grep 7 version 2. 197 version 2.20 8 8 platforms darwin 9 9 categories sysutils 10 10 license GPL-3+ 11 11 installs_libs no 12 maintainers nomaintainer12 maintainers gmail.com:mschamschula openmaintainer 13 13 description GNU grep, the \"fastest grep in the west\" (we hope). 14 14 long_description \ 15 15 Grep searches one or more input files for lines containing a match \ … … 19 19 master_sites gnu 20 20 use_xz yes 21 21 22 checksums rmd160 a5f8c03b92dd7313ddbd55764e0d87eff67decac\23 sha256 6388295be48cfcaf7665d9cd3914e6625ea000e9414132bfefd45cf1d8eec34d22 checksums rmd160 3bd1bc20077cc47eca38e7c62181c5f6c2195203 \ 23 sha256 f0af452bc0d09464b6d089b6d56a0a3c16672e9ed9118fbe37b0b6aeaf069a65 24 24 25 25 # Ensure system version of grep is used instead of a possibly broken MacPorts version. 26 26 configure.env PATH=/usr/bin:$env(PATH)