diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-17 20:39:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-17 20:39:39 +0000 |
commit | 4d393610526c19f4496ab48e92e847aea9bb5662 (patch) | |
tree | d8b917b330b07667217d236377c3efc20f1b8ec5 /net/tightvncviewer | |
parent | c0e16a051d94feda4a6b9ca8a068a581dcf3f454 (diff) | |
download | pkgsrc-4d393610526c19f4496ab48e92e847aea9bb5662.tar.gz |
Update to tightvncviewer-1.3.9.
Major upstream changes to the viewer are:
1.3.9
-----
o Added support for the standard RFB protocol version 3.8 with TightVNC
extensions.
1.3.8
-----
o Port numbers are now calculated modulo 65536 with vncviewer's -listen
option. That makes it possible to listen on TCP ports under 5900.
1.3dev4
-------
o Fixed a bug with the viewer crashing on selecting text in Xvnc,
and then choosing F8 / Clipboard: local -> remote, twice.
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r-- | net/tightvncviewer/Makefile | 6 | ||||
-rw-r--r-- | net/tightvncviewer/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 143184de5d7..f73d2f4f307 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2007/03/25 22:06:02 tron Exp $ +# $NetBSD: Makefile,v 1.25 2007/06/17 20:39:39 tnn Exp $ -DISTNAME= tightvnc-1.2.9 +DISTNAME= tightvnc-1.3.9 PKGNAME= ${DISTNAME:S/tightvnc/tightvncviewer/} -PKGREVISION= 2 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/} DISTFILES= ${DISTNAME}_unixsrc.tar.bz2 @@ -34,5 +33,4 @@ post-install: .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/net/tightvncviewer/distinfo b/net/tightvncviewer/distinfo index 5e81e7f30a0..0533aa82c4e 100644 --- a/net/tightvncviewer/distinfo +++ b/net/tightvncviewer/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2005/02/24 12:14:05 agc Exp $ +$NetBSD: distinfo,v 1.12 2007/06/17 20:39:40 tnn Exp $ -SHA1 (tightvnc-1.2.9_unixsrc.tar.bz2) = 62b55237676bbdc7f08771e6ff72c0f70264f4ee -RMD160 (tightvnc-1.2.9_unixsrc.tar.bz2) = 57c4d24bbc008b7188ae4bb177fbb409bc1d26d3 -Size (tightvnc-1.2.9_unixsrc.tar.bz2) = 1738256 bytes +SHA1 (tightvnc-1.3.9_unixsrc.tar.bz2) = a9529a262a060517402fb9845ef63a0d18c3141f +RMD160 (tightvnc-1.3.9_unixsrc.tar.bz2) = 79d858466b7fab740b4d66d6b0963533f48a5163 +Size (tightvnc-1.3.9_unixsrc.tar.bz2) = 1792459 bytes SHA1 (patch-aa) = 56346a71083a8565d034187fcabb28a965078d62 SHA1 (patch-ab) = e83466e362f78e4d1c88969c356d7ac3d2d617f6 |