diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-07-29 06:09:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-07-29 06:09:54 +0000 |
commit | e87e0fc0b243d5a5267ce375e383a43a68ebe9c9 (patch) | |
tree | bce28c7a432f36a0fff9e6e1c5ee51ed991d7033 /shells/fd | |
parent | 5b1d291570e9b6339c1c6e9da3df40aaf30bb716 (diff) | |
download | ports-e87e0fc0b243d5a5267ce375e383a43a68ebe9c9.tar.gz ports-e87e0fc0b243d5a5267ce375e383a43a68ebe9c9.zip |
Notes
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 2 | ||||
-rw-r--r-- | shells/fd/distinfo | 2 | ||||
-rw-r--r-- | shells/fd/files/patch-kctype.h | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 92abc5e2f2f8..d9688e88d1a3 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fd -PORTVERSION= 2.04 +PORTVERSION= 2.04a 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 61570f938003..74e938dadffb 100644 --- a/shells/fd/distinfo +++ b/shells/fd/distinfo @@ -1 +1 @@ -MD5 (FD-2.04.tar.gz) = eaae4b005df484de36314c0703b6ecb7 +MD5 (FD-2.04a.tar.gz) = 9c488dec8e6e8236c5631efd5dd89f8c diff --git a/shells/fd/files/patch-kctype.h b/shells/fd/files/patch-kctype.h deleted file mode 100644 index 3789354736e8..000000000000 --- a/shells/fd/files/patch-kctype.h +++ /dev/null @@ -1,14 +0,0 @@ ---- kctype.h.orig Wed Jun 25 00:00:00 2003 -+++ kctype.h Mon Jun 30 14:55:53 2003 -@@ -5,6 +5,11 @@ - */ - - #include <ctype.h> -+#ifndef __SYS_TYPES_STAT_H_ -+#define __SYS_TYPES_STAT_H_ -+#include <sys/types.h> -+#include <sys/stat.h> -+#endif - - #define QUOTE ('^' - '@') - #define C_BS '\010' |