diff options
author | knu <knu@FreeBSD.org> | 2003-07-29 14:09:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-07-29 14:09:54 +0800 |
commit | 53de8d17007ec378b1bc64882a45cf47ea519f95 (patch) | |
tree | cb868502ea22667d7c7bb144c6847181c40e45e1 | |
parent | 583e2770a1509383a74213a35dbd9bf4d8f6b1d3 (diff) | |
download | freebsd-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/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' |