aboutsummaryrefslogtreecommitdiff
path: root/shells/fd
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-07-29 06:09:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-07-29 06:09:54 +0000
commite87e0fc0b243d5a5267ce375e383a43a68ebe9c9 (patch)
treebce28c7a432f36a0fff9e6e1c5ee51ed991d7033 /shells/fd
parent5b1d291570e9b6339c1c6e9da3df40aaf30bb716 (diff)
downloadports-e87e0fc0b243d5a5267ce375e383a43a68ebe9c9.tar.gz
ports-e87e0fc0b243d5a5267ce375e383a43a68ebe9c9.zip
Notes
Diffstat (limited to 'shells/fd')
-rw-r--r--shells/fd/Makefile2
-rw-r--r--shells/fd/distinfo2
-rw-r--r--shells/fd/files/patch-kctype.h14
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'