diff options
author | knu <knu@FreeBSD.org> | 2010-06-14 19:46:34 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2010-06-14 19:46:34 +0800 |
commit | e87911100f965c260c57e49e981d2e13c784af2d (patch) | |
tree | e3dbf9086df7c8cb9d0118ad685b22a6842fc73f /shells | |
parent | 04e2cad7ac8593fc728502e0338dddea8771201d (diff) | |
download | freebsd-ports-gnome-e87911100f965c260c57e49e981d2e13c784af2d.tar.gz freebsd-ports-gnome-e87911100f965c260c57e49e981d2e13c784af2d.tar.zst freebsd-ports-gnome-e87911100f965c260c57e49e981d2e13c784af2d.zip |
Update to 3.00h.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 3 | ||||
-rw-r--r-- | shells/fd/distinfo | 6 | ||||
-rw-r--r-- | shells/fd/files/patch-parse.c | 14 |
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; - } - |