diff options
author | recht <recht@pkgsrc.org> | 2003-11-27 16:19:22 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-11-27 16:19:22 +0000 |
commit | 68065af0f600748f7330747acd322c63d542f3e1 (patch) | |
tree | 016a6a157ea659c6b22a8824e02e7bcab5562e98 /net/tightvncviewer | |
parent | 413aa2e4da7bd81314bc6386a1eadcb05b76b154 (diff) | |
download | pkgsrc-68065af0f600748f7330747acd322c63d542f3e1.tar.gz |
update to 1.2.9 provided in PR 23580 by Min Sik Ki
* TightVNC 1.2.9
- Unix version: New "Request refresh" button has been implemented in
the viewer's F8 popup menu.
- Unix version: A patch to fix input focus problems in the X11
viewer has been applied, from Greg Breland.
- Unix version: A patch fixing Xvnc crashes on Sparc has been
applied, from the RealVNC distribution.
- Unix version: A problem with incorrect port interpretation has
been fixed, in the vncviewer's -tunnel option handling. Thanks to
Clark Sessions.
- Other minor improvements and bugfixes.
ok'ed by wiz@
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r-- | net/tightvncviewer/Makefile | 7 | ||||
-rw-r--r-- | net/tightvncviewer/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 5f587ab5a93..98e1f783d16 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2003/09/17 19:40:54 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/11/27 16:19:22 recht Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= tightvnc-1.2.8 -PKGNAME= tightvncviewer-1.2.8 -PKGREVISION= 1 +DISTNAME= tightvnc-1.2.9 +PKGNAME= ${DISTNAME:S/tightvnc/tightvncviewer/} WRKSRC= ${WRKDIR}/vnc_unixsrc CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/} diff --git a/net/tightvncviewer/distinfo b/net/tightvncviewer/distinfo index 4c86e9451a8..6ebd1437bd3 100644 --- a/net/tightvncviewer/distinfo +++ b/net/tightvncviewer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2003/02/17 23:32:21 jlam Exp $ +$NetBSD: distinfo,v 1.9 2003/11/27 16:19:22 recht Exp $ -SHA1 (tightvnc-1.2.8_unixsrc.tar.bz2) = b1593f1e986cb57d20f10b2b5e7a6ec1b9312119 -Size (tightvnc-1.2.8_unixsrc.tar.bz2) = 1733425 bytes +SHA1 (tightvnc-1.2.9_unixsrc.tar.bz2) = 62b55237676bbdc7f08771e6ff72c0f70264f4ee +Size (tightvnc-1.2.9_unixsrc.tar.bz2) = 1738256 bytes SHA1 (patch-aa) = 56346a71083a8565d034187fcabb28a965078d62 |