diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-18 23:43:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-18 23:43:02 +0000 |
commit | ad3d96f2d8e624923733ac94beab2a0651c1deb6 (patch) | |
tree | 03c18d9568627ce863dde8320f3ab4abc847d258 /sysutils/chgrep | |
parent | a990dc9f100b26f577dd832bccb2f4a1c02a587b (diff) |
Notes
Diffstat (limited to 'sysutils/chgrep')
-rw-r--r-- | sysutils/chgrep/Makefile | 2 | ||||
-rw-r--r-- | sysutils/chgrep/distinfo | 2 | ||||
-rw-r--r-- | sysutils/chgrep/files/patch-src::chgrep.c | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index f2df98763090..aaacfb9e2c6a 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= chgrep -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= http://www.bmk.bicom.pl/chgrep/ EXTRACT_SUFX= .tgz diff --git a/sysutils/chgrep/distinfo b/sysutils/chgrep/distinfo index 1344aa8f32aa..8ee547b9144a 100644 --- a/sysutils/chgrep/distinfo +++ b/sysutils/chgrep/distinfo @@ -1 +1 @@ -MD5 (chgrep-1.1.0.tgz) = 4822ae4efc6590ed9fb231cea4f14f16 +MD5 (chgrep-1.1.1.tgz) = 65ae3c2b7fe67fc58af6434dbfecdb2d diff --git a/sysutils/chgrep/files/patch-src::chgrep.c b/sysutils/chgrep/files/patch-src::chgrep.c deleted file mode 100644 index cbe5b8c55615..000000000000 --- a/sysutils/chgrep/files/patch-src::chgrep.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/chgrep.c.orig Sun Apr 20 22:58:09 2003 -+++ src/chgrep.c Sun Apr 20 22:58:18 2003 -@@ -132,11 +132,6 @@ - file_quit = NULL; - tmpfile_quit = NULL; - -- if (recursive) { -- ftw(argv[opttmp], list, sysconf(_SC_OPEN_MAX)); -- return 0; -- } -- - if ( ! istmpfilename) { /* if we don't use -t filename.tmp */ - strcat(strcpy(tmpfile, argv[opttmp]), ".lock"); - if ( (fdout = open(tmpfile, O_RDONLY, PERM)) != -1) { |