aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2006-09-15 02:52:23 +0800
committerknu <knu@FreeBSD.org>2006-09-15 02:52:23 +0800
commitcb96f474235c905ae792b08a27b3ae7556f4fc4f (patch)
tree730f4901b2523e5c68bf608edc51c5a963d284e2
parent59fddecc42e447c493271c42e112a248606a7a0d (diff)
downloadfreebsd-ports-gnome-cb96f474235c905ae792b08a27b3ae7556f4fc4f.tar.gz
freebsd-ports-gnome-cb96f474235c905ae792b08a27b3ae7556f4fc4f.tar.zst
freebsd-ports-gnome-cb96f474235c905ae792b08a27b3ae7556f4fc4f.zip
Update to 2.09.
-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