summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-05-18 23:43:02 +0000
committerarved <arved@FreeBSD.org>2003-05-18 23:43:02 +0000
commit55b4b2701c7e68177356a7e38e7bb00ebc8ca375 (patch)
tree814223df66a73af1ea085712facf907cc43fcd4a /sysutils
parent873abaebd35ca7af99da91ce072395c3d3bfd7bd (diff)
downloadFreeBSD-ports-55b4b2701c7e68177356a7e38e7bb00ebc8ca375.zip
FreeBSD-ports-55b4b2701c7e68177356a7e38e7bb00ebc8ca375.tar.gz
Update to 1.1.1
PR: 51811 Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/chgrep/Makefile2
-rw-r--r--sysutils/chgrep/distinfo2
-rw-r--r--sysutils/chgrep/files/patch-src::chgrep.c14
3 files changed, 2 insertions, 16 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile
index f2df987..aaacfb9 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 1344aa8..8ee547b 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 cbe5b8c..0000000
--- 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) {
OpenPOWER on IntegriCloud