diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-27 16:58:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-27 16:58:20 +0800 |
commit | b465ec53d1a001f3ab4b2ce18a2b7ff650e52941 (patch) | |
tree | b1f6b8d83a38821e4457fdd778d6f95104b23ca8 /shells | |
parent | 8695df91b1a7213f774b0e1c35c6ae57f539ed67 (diff) | |
download | freebsd-ports-gnome-b465ec53d1a001f3ab4b2ce18a2b7ff650e52941.tar.gz freebsd-ports-gnome-b465ec53d1a001f3ab4b2ce18a2b7ff650e52941.tar.zst freebsd-ports-gnome-b465ec53d1a001f3ab4b2ce18a2b7ff650e52941.zip |
upgrade to 1.03u
PR: 33226
Submitted by: maintainer
Diffstat (limited to 'shells')
-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 |