aboutsummaryrefslogtreecommitdiff
path: root/shells/fd
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-11 12:31:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-11 12:31:41 +0000
commit7c4a48cf791110364c07608a4b2cdb8f5d93c60f (patch)
tree8e1fdcc642a01f251e30daaec927c0b81760d599 /shells/fd
parent8148ca5e7ccbf21409d92b32cd915b71703de008 (diff)
downloadports-7c4a48cf791110364c07608a4b2cdb8f5d93c60f.tar.gz
ports-7c4a48cf791110364c07608a4b2cdb8f5d93c60f.zip
Notes
Diffstat (limited to 'shells/fd')
-rw-r--r--shells/fd/Makefile2
-rw-r--r--shells/fd/distinfo2
-rw-r--r--shells/fd/files/patch-_fdrc18
3 files changed, 7 insertions, 15 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index aa423f71b97c..48ef7f319dff 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fd
-PORTVERSION= 2.01
+PORTVERSION= 2.01a
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 f82eeaf0a2e5..037a403aee4b 100644
--- a/shells/fd/distinfo
+++ b/shells/fd/distinfo
@@ -1 +1 @@
-MD5 (FD-2.01.tar.gz) = 5385bfdaa777ee5d33f60dedc788ee6f
+MD5 (FD-2.01a.tar.gz) = 681b764713c702f8504c3865f2ec3044
diff --git a/shells/fd/files/patch-_fdrc b/shells/fd/files/patch-_fdrc
index f2087a44c963..2842da0dd894 100644
--- a/shells/fd/files/patch-_fdrc
+++ b/shells/fd/files/patch-_fdrc
@@ -1,5 +1,5 @@
---- _fdrc.orig Wed May 8 00:00:00 2002
-+++ _fdrc Thu May 16 03:14:24 2002
+--- _fdrc.orig Mon Jun 10 00:00:00 2002
++++ _fdrc Tue Jun 11 21:27:57 2002
@@ -13,2 +13,3 @@
#SORTTYPE=0
+FD_SORTTYPE=101
@@ -28,18 +28,10 @@
#PAGER=more%K
+FD_PAGER=${PAGER:-/usr/bin/more}%K
#EDITOR=vi
-@@ -222,2 +229,42 @@
+@@ -222,2 +229,34 @@
# launcher definition
+tar="tar"
-+
-+case `$tar --version 2>&1` in
-+*GNU*\ 1.1[01]*)
-+ tar_format="%a %u/%g %s %m %d %t %y %f"
-+ ;;
-+*)
-+ tar_format="%a %u/%g %s %y-%m-%d %t %f"
-+ ;;
-+esac
++tar_format="%a %u/%g %s %m %d %t %y %f"
+
+launch ".tar" "$tar tvf" "$tar_format"
+
@@ -71,7 +63,7 @@
+arch ".aa" "echo ERROR" "cat %X.?? | $tar zxf - %TA"
+
#(Default)
-@@ -325,2 +372,37 @@
+@@ -325,2 +364,37 @@
# archiver definition
+
+arch ".tar" "$tar cf %C %T" "$tar xf %C %TA"