summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2006-09-14 18:52:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2006-09-14 18:52:23 +0000
commit57196d6b08772f44d221a87b564f2046ed62ddb6 (patch)
tree0ad46a8741e2199fd9fdf0ae6d6c195204002ff8 /shells
parent- Fix segfault on -CURRENT (diff)
Update to 2.09.
Notes
Notes: svn path=/head/; revision=173074
Diffstat (limited to 'shells')
-rw-r--r--shells/fd/Makefile2
-rw-r--r--shells/fd/distinfo6
-rw-r--r--shells/fd/pkg-plist1
3 files changed, 5 insertions, 4 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index a0cda8f34639..fed9377fcb51 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fd
-PORTVERSION= 2.08d
+PORTVERSION= 2.09
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 1827ce23d6b2..b74ac9ea6416 100644
--- a/shells/fd/distinfo
+++ b/shells/fd/distinfo
@@ -1,3 +1,3 @@
-MD5 (FD-2.08d.tar.gz) = bafdb09d7945c902d323f148059cff79
-SHA256 (FD-2.08d.tar.gz) = c473d6c9d5753a918ce8597a718046a3d8bc33f18cdf111c6a67bb458b6a1894
-SIZE (FD-2.08d.tar.gz) = 724064
+MD5 (FD-2.09.tar.gz) = 8d6fee294246c7619d8749ea9cfe9b6d
+SHA256 (FD-2.09.tar.gz) = dd6c452b69ee49434beaddf02af9bf9cc53582c4027062cb3faa3cfd735f0af7
+SIZE (FD-2.09.tar.gz) = 795586
diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist
index 58a8b931087d..69db502b3833 100644
--- a/shells/fd/pkg-plist
+++ b/shells/fd/pkg-plist
@@ -2,6 +2,7 @@ bin/fd
bin/fdsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
+bin/fd-dict.tbl
bin/fd-unicd.tbl
etc/fd2rc.dist
@unexec if cmp -s %D/etc/fd2rc %D/etc/fd2rc.sample; then rm -f %D/etc/fd2rc; fi