From a2b23fca3b112b40a550e96488022fc06f937779 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 31 May 2001 06:20:19 +0000 Subject: Update to 1.03s and remove hotfix patches. PR: ports/27785 Submitted by: David W. Chapman Jr. --- misc/fd/Makefile | 6 ++---- misc/fd/distinfo | 2 +- misc/fd/files/patch-browse.c | 11 ----------- misc/fd/files/patch-shell.c | 12 ------------ shells/fd/Makefile | 6 ++---- shells/fd/distinfo | 2 +- shells/fd/files/patch-browse.c | 11 ----------- shells/fd/files/patch-shell.c | 12 ------------ 8 files changed, 6 insertions(+), 56 deletions(-) delete mode 100644 misc/fd/files/patch-browse.c delete mode 100644 misc/fd/files/patch-shell.c delete mode 100644 shells/fd/files/patch-browse.c delete mode 100644 shells/fd/files/patch-shell.c diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 5e9e5bcc8ef2..713277fd77f2 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -6,11 +6,9 @@ # PORTNAME= fd -PORTVERSION= 1.03r -PORTREVISION= 1 +PORTVERSION= 1.03s CATEGORIES= misc -MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ MASTER_SITE_SUBDIR= steve DISTNAME= FD-${PORTVERSION} diff --git a/misc/fd/distinfo b/misc/fd/distinfo index 7bfd0e945495..b5d437413a4e 100644 --- a/misc/fd/distinfo +++ b/misc/fd/distinfo @@ -1 +1 @@ -MD5 (FD-1.03r.tar.gz) = 943d17ccc6257340c29db8362bac67fa +MD5 (FD-1.03s.tar.gz) = 2d565a809cbac49e127a855d38b5aa41 diff --git a/misc/fd/files/patch-browse.c b/misc/fd/files/patch-browse.c deleted file mode 100644 index e3c8c7e1cbe6..000000000000 --- a/misc/fd/files/patch-browse.c +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNP ../FD-1.03r/browse.c ./browse.c ---- ../FD-1.03r/browse.c Tue Apr 3 00:00:00 2001 -+++ ./browse.c Tue Apr 10 00:00:00 2001 -@@ -1305,6 +1305,7 @@ - } - else if (_chdir2(cp) >= 0) strcpy(tmp, cp); - else { -+ *fullpath = '\0'; - warning(-1, cp); - def = NULL; - strcpy(fullpath, origpath); diff --git a/misc/fd/files/patch-shell.c b/misc/fd/files/patch-shell.c deleted file mode 100644 index 942eff6f7d06..000000000000 --- a/misc/fd/files/patch-shell.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNP ../FD-1.03r/shell.c ./shell.c ---- ../FD-1.03r/shell.c Tue Apr 3 00:00:00 2001 -+++ ./shell.c Tue Apr 10 00:00:00 2001 -@@ -240,7 +240,7 @@ - if (flags & (F_NOEXT | F_TOSFN)); - else if (c == '%') c = command[++i]; - else { -- line[j++] = c; -+ line[j++] = command[i]; - #if !MSDOS - if (command[i] == META && command[i + 1] - && uneval != '\'') diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 5e9e5bcc8ef2..713277fd77f2 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -6,11 +6,9 @@ # PORTNAME= fd -PORTVERSION= 1.03r -PORTREVISION= 1 +PORTVERSION= 1.03s CATEGORIES= misc -MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ MASTER_SITE_SUBDIR= steve DISTNAME= FD-${PORTVERSION} diff --git a/shells/fd/distinfo b/shells/fd/distinfo index 7bfd0e945495..b5d437413a4e 100644 --- a/shells/fd/distinfo +++ b/shells/fd/distinfo @@ -1 +1 @@ -MD5 (FD-1.03r.tar.gz) = 943d17ccc6257340c29db8362bac67fa +MD5 (FD-1.03s.tar.gz) = 2d565a809cbac49e127a855d38b5aa41 diff --git a/shells/fd/files/patch-browse.c b/shells/fd/files/patch-browse.c deleted file mode 100644 index e3c8c7e1cbe6..000000000000 --- a/shells/fd/files/patch-browse.c +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNP ../FD-1.03r/browse.c ./browse.c ---- ../FD-1.03r/browse.c Tue Apr 3 00:00:00 2001 -+++ ./browse.c Tue Apr 10 00:00:00 2001 -@@ -1305,6 +1305,7 @@ - } - else if (_chdir2(cp) >= 0) strcpy(tmp, cp); - else { -+ *fullpath = '\0'; - warning(-1, cp); - def = NULL; - strcpy(fullpath, origpath); diff --git a/shells/fd/files/patch-shell.c b/shells/fd/files/patch-shell.c deleted file mode 100644 index 942eff6f7d06..000000000000 --- a/shells/fd/files/patch-shell.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNP ../FD-1.03r/shell.c ./shell.c ---- ../FD-1.03r/shell.c Tue Apr 3 00:00:00 2001 -+++ ./shell.c Tue Apr 10 00:00:00 2001 -@@ -240,7 +240,7 @@ - if (flags & (F_NOEXT | F_TOSFN)); - else if (c == '%') c = command[++i]; - else { -- line[j++] = c; -+ line[j++] = command[i]; - #if !MSDOS - if (command[i] == META && command[i + 1] - && uneval != '\'') -- cgit