diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-27 08:58:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-27 08:58:20 +0000 |
commit | 868dd870d0a1333f24ce198e1772fa8a89ba0c35 (patch) | |
tree | 2d59f2a74314a767874547e0b8e35c206a009ab0 /shells/fd | |
parent | Use Tk/tcl 8.3. (diff) |
upgrade to 1.03u
PR: 33226
Submitted by: maintainer
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 5 | ||||
-rw-r--r-- | shells/fd/distinfo | 2 | ||||
-rw-r--r-- | shells/fd/files/patch-aa | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index a7198ca7af54..7149595ad02d 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -6,9 +6,10 @@ # PORTNAME= fd -PORTVERSION= 1.03t +PORTVERSION= 1.03u CATEGORIES= misc -MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ +MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ + ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/ MASTER_SITE_SUBDIR= steve DISTNAME= FD-${PORTVERSION} diff --git a/shells/fd/distinfo b/shells/fd/distinfo index 34a4724ab15b..dc23017b3852 100644 --- a/shells/fd/distinfo +++ b/shells/fd/distinfo @@ -1 +1 @@ -MD5 (FD-1.03t.tar.gz) = 8bfa5aa8d9414c562ca1994a733d4cea +MD5 (FD-1.03u.tar.gz) = 1b0629a201c89b54e9e2517caa7242c8 diff --git a/shells/fd/files/patch-aa b/shells/fd/files/patch-aa index fcff496e41f9..f8ac5e212644 100644 --- a/shells/fd/files/patch-aa +++ b/shells/fd/files/patch-aa @@ -1,9 +1,9 @@ ---- Makefile.in.orig Thu Oct 12 18:55:53 2000 -+++ Makefile.in Thu Oct 12 18:56:31 2000 -@@ -3,7 +3,7 @@ - # +--- Makefile.in.orig Tue Dec 18 00:00:00 2001 ++++ Makefile.in Wed Dec 19 13:02:55 2001 +@@ -4,7 +4,7 @@ TITLE = FD- + VERSION = __VERSION__ -PREFIX = /usr/local +PREFIX ?= /usr/local MANSEC = 1 |