diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-30 13:46:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-30 13:46:03 +0000 |
commit | 6b1f4b2de698eb371be098a600952122f5e5565e (patch) | |
tree | 113b75fe8bf5444a1a45f3dc9ea97e1227d81a7b /misc/fd | |
parent | 16b3502a1451e851bf14afa1ff58468139f7e8dd (diff) | |
download | pkgsrc-6b1f4b2de698eb371be098a600952122f5e5565e.tar.gz |
Update to 1.03u by Nobuhiro Yasutomi in pkg/15058.
Relevant changes since 1.03t:
- fix abnormal terminate when archiver miss registration.
- fix strings handle include '\' code.
- fix terminal control processing.
- INPUTKCODE work again.
- collect ALT behavior when strings input.
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/MESSAGE | 4 | ||||
-rw-r--r-- | misc/fd/Makefile | 6 | ||||
-rw-r--r-- | misc/fd/distinfo | 8 | ||||
-rw-r--r-- | misc/fd/patches/patch-aa | 10 |
4 files changed, 14 insertions, 14 deletions
diff --git a/misc/fd/MESSAGE b/misc/fd/MESSAGE index e37500d5f5f..b303982c006 100644 --- a/misc/fd/MESSAGE +++ b/misc/fd/MESSAGE @@ -1,10 +1,10 @@ ====================================================================== -$NetBSD: MESSAGE,v 1.1 2001/11/01 01:28:00 zuntum Exp $ +$NetBSD: MESSAGE,v 1.2 2001/12/30 13:46:03 wiz Exp $ This package is distributed under the following conditions: 1. Source code distribution is fully free. -2. Binary distribution is only permitted under licence from +2. Binary distribution is only permitted under license from the package maintainer, Nobuhiro Yasutomi (nobu@psrc.isac.co.jp). This is described in the README file in Japanese. diff --git a/misc/fd/Makefile b/misc/fd/Makefile index f55de62afaa..9d91aff71c6 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2001/09/14 22:51:54 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/12/30 13:46:03 wiz Exp $ # -DISTNAME= FD-1.03t -PKGNAME= fd-1.03t +DISTNAME= FD-1.03u +PKGNAME= fd-1.03u CATEGORIES= misc MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ diff --git a/misc/fd/distinfo b/misc/fd/distinfo index 49b390dfdca..2cc7462fd80 100644 --- a/misc/fd/distinfo +++ b/misc/fd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2001/09/14 22:51:55 wiz Exp $ +$NetBSD: distinfo,v 1.5 2001/12/30 13:46:03 wiz Exp $ -SHA1 (FD-1.03t.tar.gz) = 2e16b7efe97ea9fac4d137568820393317b5136b -Size (FD-1.03t.tar.gz) = 335063 bytes -SHA1 (patch-aa) = 806474896350a5630e608f2b095a629c96616eab +SHA1 (FD-1.03u.tar.gz) = 5fd312b801a81400ae10bc3e5630ce315b48c765 +Size (FD-1.03u.tar.gz) = 340097 bytes +SHA1 (patch-aa) = 7877fcbf53da90e6d10fa57e3c6f55c761e9f11c diff --git a/misc/fd/patches/patch-aa b/misc/fd/patches/patch-aa index 30825acfdca..81abafd530a 100644 --- a/misc/fd/patches/patch-aa +++ b/misc/fd/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.4 2000/10/19 04:26:40 hubertf Exp $ +$NetBSD: patch-aa,v 1.5 2001/12/30 13:46:04 wiz Exp $ ---- Makefile.in.orig Wed Oct 11 17:00:00 2000 -+++ Makefile.in -@@ -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 |