diff options
author | knu <knu@FreeBSD.org> | 2006-04-07 12:25:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2006-04-07 12:25:11 +0800 |
commit | b335fd887646e0d0f44d1481f7390e90d176de31 (patch) | |
tree | ae57f014c651774d7e226654e5562a9e1348a51b /shells | |
parent | f7d0086aa97136a43fb451639b68682f0971e3d5 (diff) | |
download | freebsd-ports-gnome-b335fd887646e0d0f44d1481f7390e90d176de31.tar.gz freebsd-ports-gnome-b335fd887646e0d0f44d1481f7390e90d176de31.tar.zst freebsd-ports-gnome-b335fd887646e0d0f44d1481f7390e90d176de31.zip |
Update to 2.08b.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 3 | ||||
-rw-r--r-- | shells/fd/distinfo | 5 | ||||
-rw-r--r-- | shells/fd/files/patch-_fdrc | 18 |
3 files changed, 14 insertions, 12 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 07da0164e540..287c36871dbb 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fd -PORTVERSION= 2.07b -PORTREVISION= 1 +PORTVERSION= 2.08b CATEGORIES= shells 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 755de7abc496..23f70ff37fdd 100644 --- a/shells/fd/distinfo +++ b/shells/fd/distinfo @@ -1,3 +1,2 @@ -MD5 (FD-2.07b.tar.gz) = 0ebbdc40daf13e03e6a14e4efaf16585 -SHA256 (FD-2.07b.tar.gz) = 6a6039766d2ff33863d7369e02a46ba17fa1080e8b8ac511f32b7775425939f3 -SIZE (FD-2.07b.tar.gz) = 703029 +MD5 (FD-2.08b.tar.gz) = c9e33e49e032002a74d18d50bfc2210a +SIZE (FD-2.08b.tar.gz) = 722831 diff --git a/shells/fd/files/patch-_fdrc b/shells/fd/files/patch-_fdrc index 99c4de140ca7..ec19e2e368c9 100644 --- a/shells/fd/files/patch-_fdrc +++ b/shells/fd/files/patch-_fdrc @@ -1,5 +1,5 @@ ---- _fdrc.orig Wed Sep 14 00:00:00 2005 -+++ _fdrc Tue Nov 8 22:25:52 2005 +--- _fdrc.orig Thu Mar 30 00:00:00 2006 ++++ _fdrc Fri Apr 7 13:20:15 2006 @@ -13,2 +13,3 @@ #SORTTYPE=0 +FD_SORTTYPE=101 @@ -24,15 +24,19 @@ #ANSICOLOR=0 +FD_ANSICOLOR=1 -@@ -212,2 +218,3 @@ +@@ -226,2 +232,3 @@ + #THRUARGS=0 ++FD_THRUARGS=1 + +@@ -246,2 +253,3 @@ #LANGUAGE="" +FD_LANGUAGE=$LANG -@@ -306,2 +313,3 @@ +@@ -356,2 +364,3 @@ #PAGER=more%K +FD_PAGER=${PAGER:-/usr/bin/more}%K #EDITOR=vi -@@ -313,2 +321,38 @@ +@@ -363,2 +372,38 @@ # launcher definition +tar="tar" +tar_format="%a %u/%g %s %m %d %t %y %f" @@ -71,7 +75,7 @@ +arch "/.aa" "echo ERROR" "cat %X.?? | $tar zxf - %TA" + #(Default) -@@ -426,2 +470,39 @@ +@@ -476,2 +521,39 @@ # archiver definition + +for ext in /.tar; do @@ -111,7 +115,7 @@ +arch ".uu" "_uuencode %C %TA" "uudecode -ic < %C" + #(Default) -@@ -519 +600,5 @@ +@@ -569 +651,5 @@ #keymap DEL "\033[3~" + +if [ -f /etc/fd2rc.local ]; then |