diff options
author | knu <knu@FreeBSD.org> | 2002-06-11 20:31:41 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-11 20:31:41 +0800 |
commit | 0bf6ccb248bf3b4d2c4ddcfa52e95da2f849a72b (patch) | |
tree | 1ab5c8c9a4a5833a9ff019e280cd1945ead026e4 /shells | |
parent | af9d50b2feaaf35b1a3bf8ba35c6fc4b0c45ae31 (diff) | |
download | freebsd-ports-gnome-0bf6ccb248bf3b4d2c4ddcfa52e95da2f849a72b.tar.gz freebsd-ports-gnome-0bf6ccb248bf3b4d2c4ddcfa52e95da2f849a72b.tar.zst freebsd-ports-gnome-0bf6ccb248bf3b4d2c4ddcfa52e95da2f849a72b.zip |
Update to 2.01a.
Adjust tar_format for the latest GNU tar.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 2 | ||||
-rw-r--r-- | shells/fd/distinfo | 2 | ||||
-rw-r--r-- | shells/fd/files/patch-_fdrc | 18 |
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" |