summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2010-06-14 11:46:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2010-06-14 11:46:34 +0000
commite6ee9ae8998c2a9dbe01167917309f8ae2b25d30 (patch)
treed675d2089b6b4fd8b103fa98ad60476bc3bc7c02 /shells
parentUpdate to 0.08123. (diff)
Update to 3.00h.
Notes
Notes: svn path=/head/; revision=256518
Diffstat (limited to 'shells')
-rw-r--r--shells/fd/Makefile3
-rw-r--r--shells/fd/distinfo6
-rw-r--r--shells/fd/files/patch-parse.c14
3 files changed, 4 insertions, 19 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index c77489d0172e..1c3952897a34 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= fd
-PORTVERSION= 3.00g
-PORTREVISION= 1
+PORTVERSION= 3.00h
CATEGORIES= shells net
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
ftp://ftp.unixusers.net/src/fdclone/
diff --git a/shells/fd/distinfo b/shells/fd/distinfo
index 096faff79077..ff4c9661986b 100644
--- a/shells/fd/distinfo
+++ b/shells/fd/distinfo
@@ -1,3 +1,3 @@
-MD5 (FD-3.00g.tar.gz) = 9ed477435023be93634fa897e8b9f354
-SHA256 (FD-3.00g.tar.gz) = c72c3db87722fdf216130bc210b855988bbc29353c1287c5070c3d4cffa0f995
-SIZE (FD-3.00g.tar.gz) = 922482
+MD5 (FD-3.00h.tar.gz) = e67cb2693aa4aab010723e679b7858b6
+SHA256 (FD-3.00h.tar.gz) = 12e5a02536935ab32cf36e345bea80e70bf7953a4975daddc4aa77949c8cfc01
+SIZE (FD-3.00h.tar.gz) = 922512
diff --git a/shells/fd/files/patch-parse.c b/shells/fd/files/patch-parse.c
deleted file mode 100644
index f4a15cd2d306..000000000000
--- a/shells/fd/files/patch-parse.c
+++ /dev/null
@@ -1,14 +0,0 @@
-Patch by Rikito INAKAZU [FDclone-users:00861]
-
-diff -u parse.c.orig parse.c
---- parse.c.orig 2010-06-04 00:00:00.000000000 +0900
-+++ parse.c 2010-06-05 22:16:04.000000000 +0900
-@@ -831,7 +831,7 @@
- while (*cp) {
- *bufp = c_realloc(*bufp, j + MAXCHARWID - 1, &size);
- if (unprint) {
-- (*bufp)[j] = *cp;
-+ (*bufp)[j++] = *cp++;
- continue;
- }
-