[MacPorts] #13206: upgrade 'grep' port to 2.5.3
MacPorts
noreply at macports.org
Thu Mar 24 08:54:17 PDT 2016
#13206: upgrade 'grep' port to 2.5.3
------------------------+---------------------
Reporter: spovich@… | Owner: waqar@…
Type: update | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.5.0
Resolution: fixed | Keywords:
Port: grep |
------------------------+---------------------
Changes (by ryandesign@…):
* port: => grep
Old description:
> grep 2.5.3 was released in August 2007 and adds a very nice new feature
> '--exclude-dir'. This is super nice for grep'ing things like svn repo's
> so you can exclude '.svn' directories.
>
> Here is a patch to the portfile to upgrade to 2.5.3
>
> Thanks!
>
> --- Portfile.orig 2007-05-09 08:52:17.000000000 -0700
> +++ Portfile 2007-11-08 20:21:49.000000000 -0800
> @@ -2,7 +2,7 @@
>
> PortSystem 1.0
> name grep
> -version 2.5.1a
> +version 2.5.3
> revision 1
> platforms darwin
> categories sysutils
> @@ -15,9 +15,9 @@
> platforms darwin
> master_sites gnu
> use_bzip2 yes
> -checksums md5 52202fe462770fa6be1bb667bd6cf30c \
> - sha1 2cd082775d30be463c0ac674a00595eb56fda22e \
> - rmd160 f02c36c5a1efe805eafb0b4c0171ddb7ff15fbeb
> +checksums md5 27061ce1fde82876970b6549a156da8b \
> + sha1 53227ca9a01d5548448372f9b2e9111adf159f3b \
> + rmd160 dafa692fd67dfcd1c94115e9831d291b29fa7729
> configure.args --infodir=${prefix}/share/info \
> --mandir=${prefix}/share/man \
> --disable-nls
New description:
grep 2.5.3 was released in August 2007 and adds a very nice new feature
'--exclude-dir'. This is super nice for grep'ing things like svn repo's
so you can exclude '.svn' directories.
Here is a patch to the portfile to upgrade to 2.5.3
Thanks!
{{{
--- Portfile.orig 2007-05-09 08:52:17.000000000 -0700
+++ Portfile 2007-11-08 20:21:49.000000000 -0800
@@ -2,7 +2,7 @@
PortSystem 1.0
name grep
-version 2.5.1a
+version 2.5.3
revision 1
platforms darwin
categories sysutils
@@ -15,9 +15,9 @@
platforms darwin
master_sites gnu
use_bzip2 yes
-checksums md5 52202fe462770fa6be1bb667bd6cf30c \
- sha1 2cd082775d30be463c0ac674a00595eb56fda22e \
- rmd160 f02c36c5a1efe805eafb0b4c0171ddb7ff15fbeb
+checksums md5 27061ce1fde82876970b6549a156da8b \
+ sha1 53227ca9a01d5548448372f9b2e9111adf159f3b \
+ rmd160 dafa692fd67dfcd1c94115e9831d291b29fa7729
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--disable-nls
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/13206#comment:10>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list