Opened 17 years ago

Last modified 8 years ago

#13206 closed update

upgrade 'grep' port to 2.5.3 — at Initial Version

Reported by: spovich@… Owned by: waqar@…
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc:
Port: grep

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 \

+checksums md5 27061ce1fde82876970b6549a156da8b \ + sha1 53227ca9a01d5548448372f9b2e9111adf159f3b \ + rmd160 dafa692fd67dfcd1c94115e9831d291b29fa7729

configure.args --infodir=${prefix}/share/info \

--mandir=${prefix}/share/man \ --disable-nls

Change History (1)

Changed 17 years ago by spovich@…

Attachment: Portfile-grep.diff added

patch (unified diff)

Note: See TracTickets for help on using tickets.