aboutsummaryrefslogtreecommitdiff
path: root/shells/fd
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2008-07-10 11:10:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2008-07-10 11:10:57 +0000
commit6ca23cbd64556715734a87979218c0ce0f78ce75 (patch)
tree2f9aec8cbd592e03c33cfe3fea17f51e6aecb5f7 /shells/fd
parent7baee63454403a6db6ff3d7b856d9e8a3232df7e (diff)
downloadports-6ca23cbd64556715734a87979218c0ce0f78ce75.tar.gz
ports-6ca23cbd64556715734a87979218c0ce0f78ce75.zip
Notes
Diffstat (limited to 'shells/fd')
-rw-r--r--shells/fd/Makefile7
-rw-r--r--shells/fd/distinfo6
-rw-r--r--shells/fd/files/patch-fd.h28
3 files changed, 20 insertions, 21 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index 8333f08de2dd..27a223159e0d 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= fd
-PORTVERSION= 2.09h
+PORTVERSION= 2.09i
CATEGORIES= shells
-MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
- ftp://ftp.unixusers.net/src/fdclone/
-# ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/
+MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/old/ \
+ ftp://ftp.unixusers.net/src/fdclone/old/
DISTNAME= FD-${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
diff --git a/shells/fd/distinfo b/shells/fd/distinfo
index 8d06f5c13e7f..db153351b7cd 100644
--- a/shells/fd/distinfo
+++ b/shells/fd/distinfo
@@ -1,3 +1,3 @@
-MD5 (FD-2.09h.tar.gz) = 5252ba416b0043f05043d51630295ff4
-SHA256 (FD-2.09h.tar.gz) = 56de3fcdb954c347957b33726686c6fbc85ec1d2e192775ce861015ca2064cf3
-SIZE (FD-2.09h.tar.gz) = 805442
+MD5 (FD-2.09i.tar.gz) = 460a1a1df609f1d0acfb4806c1548de6
+SHA256 (FD-2.09i.tar.gz) = c020389f5cd843104f12c12d416e2dacc47386c79f4bdb227f27f999ef332c88
+SIZE (FD-2.09i.tar.gz) = 807362
diff --git a/shells/fd/files/patch-fd.h b/shells/fd/files/patch-fd.h
index 3d4745c13eac..ebd224de1bb5 100644
--- a/shells/fd/files/patch-fd.h
+++ b/shells/fd/files/patch-fd.h
@@ -1,17 +1,17 @@
---- fd.h.orig Tue Aug 10 00:00:00 2004
-+++ fd.h Fri Aug 20 10:01:22 2004
-@@ -159,11 +159,11 @@
+--- fd.h.orig 2008-04-19 00:00:00.000000000 +0900
++++ fd.h 2008-07-10 20:00:12.000000000 +0900
+@@ -183,11 +183,11 @@
****************************************************************/
- #define MAXBINDTABLE 256
- #define MAXMACROTABLE 64
--#define MAXLAUNCHTABLE 32
--#define MAXARCHIVETABLE 16
-+#define MAXLAUNCHTABLE 64
-+#define MAXARCHIVETABLE 32
- #define MAXALIASTABLE 256
- #define MAXFUNCTABLE 32
--#define MAXFUNCLINES 16
-+#define MAXFUNCLINES 32
+ #define MAXBINDTABLE 256
+ #define MAXMACROTABLE 64
+-#define MAXLAUNCHTABLE 32
+-#define MAXARCHIVETABLE 16
++#define MAXLAUNCHTABLE 64
++#define MAXARCHIVETABLE 32
+ #define MAXALIASTABLE 256
+ #define MAXFUNCTABLE 32
+-#define MAXFUNCLINES 16
++#define MAXFUNCLINES 32
#if MSDOS
- #define MAXCOMMSTR (128 - 2)
+ #define MAXCOMMSTR (128 - 2)
#endif