aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-07-29 14:09:54 +0800
committerknu <knu@FreeBSD.org>2003-07-29 14:09:54 +0800
commit53de8d17007ec378b1bc64882a45cf47ea519f95 (patch)
treecb868502ea22667d7c7bb144c6847181c40e45e1
parent583e2770a1509383a74213a35dbd9bf4d8f6b1d3 (diff)
downloadfreebsd-ports-gnome-53de8d17007ec378b1bc64882a45cf47ea519f95.tar.gz
freebsd-ports-gnome-53de8d17007ec378b1bc64882a45cf47ea519f95.tar.zst
freebsd-ports-gnome-53de8d17007ec378b1bc64882a45cf47ea519f95.zip
Update to 2.04a.
-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'