1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 1.1.1

PR:		51811
Submitted by:	maintainer
This commit is contained in:
Tilman Keskinoz 2003-05-18 23:43:02 +00:00
parent a990dc9f10
commit ad3d96f2d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81302
3 changed files with 2 additions and 16 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (chgrep-1.1.0.tgz) = 4822ae4efc6590ed9fb231cea4f14f16
MD5 (chgrep-1.1.1.tgz) = 65ae3c2b7fe67fc58af6434dbfecdb2d

View File

@ -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) {