summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-31 18:28:32 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-31 18:28:32 +0000
commitcabf887bfe2d2445b0de120fb8d3237456a9e9c5 (patch)
tree94c32dbda92617e4d1546a71b64c6a4001ff7116 /shells
parentUpdate to 0.76.4a (diff)
Update to 2.00b.
Notes
Notes: svn path=/head/; revision=57079
Diffstat (limited to 'shells')
-rw-r--r--shells/fd/Makefile3
-rw-r--r--shells/fd/distinfo2
-rw-r--r--shells/fd/files/patch-pathname.c12
3 files changed, 2 insertions, 15 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index 362c18b0f1dd..693a36cfb5e7 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= fd
-PORTVERSION= 2.00a
-PORTREVISION= 1
+PORTVERSION= 2.00b
CATEGORIES= shells
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/
diff --git a/shells/fd/distinfo b/shells/fd/distinfo
index adfe7157ff7f..32c682ea4f03 100644
--- a/shells/fd/distinfo
+++ b/shells/fd/distinfo
@@ -1 +1 @@
-MD5 (FD-2.00a.tar.gz) = d5b6245117c9292ac8b3ae6107e72069
+MD5 (FD-2.00b.tar.gz) = a0b3da09515bcd904968249e2c74722f
diff --git a/shells/fd/files/patch-pathname.c b/shells/fd/files/patch-pathname.c
deleted file mode 100644
index d4b22a267299..000000000000
--- a/shells/fd/files/patch-pathname.c
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u ../old/FD-2.00a/pathname.c ./pathname.c
---- ../old/FD-2.00a/pathname.c Wed Feb 6 00:00:00 2002
-+++ ./pathname.c Fri Mar 22 08:55:40 2002
-@@ -2744,7 +2744,7 @@
- for (w = 0; wild[w]; w++)
- (*argvp)[n + w] = wild[w];
- free(wild);
-- n += w;
-+ n += w - 1;
- break;
- }
-