diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-15 03:20:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-15 03:20:12 +0000 |
commit | 40ee75cbd8f2f3935ad10b055038669d9534c778 (patch) | |
tree | 74313e5408fdfc2b58344216b67d2ed7255cd5b2 /misc/vfu | |
parent | 9f9db69945c2cd6d696b63c31fe828e61032d331 (diff) | |
download | pkgsrc-40ee75cbd8f2f3935ad10b055038669d9534c778.tar.gz |
Update to V1.43.
Changes: Fixed problem with terminals >80x25, new features, menu border
for mono terminals, new options, few bugs fixed.
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 7 | ||||
-rw-r--r-- | misc/vfu/files/md5 | 4 | ||||
-rw-r--r-- | misc/vfu/pkg/PLIST | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index f9e9763f433..404ec69b16c 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 1999/02/10 15:14:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/15 03:20:12 hubertf Exp $ # -DISTNAME= vfu-1.42-source -PKGNAME= vfu-1.42 +DISTNAME= vfu-1.43-source +PKGNAME= vfu-1.43 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= misc MASTER_SITES= http://www.biscom.net/~cade/away/ @@ -31,7 +31,6 @@ do-install: ${WRKSRC}/vfu/INSTALL \ ${WRKSRC}/vfu/README \ ${WRKSRC}/vfu/vfu.txt \ - ${WRKSRC}/vfu/readme \ ${WRKSRC}/vfu/COPYING \ ${WRKSRC}/vfu/COPYING \ ${PREFIX}/share/doc/vfu diff --git a/misc/vfu/files/md5 b/misc/vfu/files/md5 index 55ec631bb84..15447c4ced5 100644 --- a/misc/vfu/files/md5 +++ b/misc/vfu/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/02/04 01:20:59 hubertf Exp $ +$NetBSD: md5,v 1.3 1999/02/15 03:20:12 hubertf Exp $ -MD5 (vfu-1.42-source.tgz) = 15784a20078ccf7c372ef5f2d9253aa6 +MD5 (vfu-1.43-source.tgz) = c29f7f019a8066ba9ccfec4600206ed3 diff --git a/misc/vfu/pkg/PLIST b/misc/vfu/pkg/PLIST index b0053cfd488..f42885deeb5 100644 --- a/misc/vfu/pkg/PLIST +++ b/misc/vfu/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/26 23:31:54 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/02/15 03:20:12 hubertf Exp $ bin/vfu share/doc/vfu/vfurc.example @exec [ -f %D/etc/vfurc ] || /bin/cp -p %D/%F %D/etc/vfurc @@ -6,5 +6,4 @@ share/doc/vfu/COPYING share/doc/vfu/INSTALL share/doc/vfu/README share/doc/vfu/vfu.txt -share/doc/vfu/readme @dirrm share/doc/vfu/ |