From cabf887bfe2d2445b0de120fb8d3237456a9e9c5 Mon Sep 17 00:00:00 2001
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sun, 31 Mar 2002 18:28:32 +0000
Subject: Update to 2.00b.

---
 shells/fd/Makefile               |  3 +--
 shells/fd/distinfo               |  2 +-
 shells/fd/files/patch-pathname.c | 12 ------------
 3 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 shells/fd/files/patch-pathname.c

(limited to 'shells/fd')

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;
- 			}
- 
-- 
cgit v1.2.3