diff options
author | knu <knu@FreeBSD.org> | 2002-03-31 18:28:32 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-31 18:28:32 +0000 |
commit | 0516f0ff21b5bc32ac59d211743b2cebccde5abd (patch) | |
tree | 703219fe58ceff6b3dc9cf057d70a3d74c08a849 /shells/fd | |
parent | edc0d7090170602b7b9e70bdf277aff6b0798d20 (diff) | |
download | FreeBSD-ports-0516f0ff21b5bc32ac59d211743b2cebccde5abd.zip FreeBSD-ports-0516f0ff21b5bc32ac59d211743b2cebccde5abd.tar.gz |
Update to 2.00b.
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 3 | ||||
-rw-r--r-- | shells/fd/distinfo | 2 | ||||
-rw-r--r-- | shells/fd/files/patch-pathname.c | 12 |
3 files changed, 2 insertions, 15 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 362c18b..693a36c 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 adfe715..32c682e 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 d4b22a2..0000000 --- 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; - } - |