summaryrefslogtreecommitdiff
path: root/net/tightvncviewer/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-11-27 16:19:22 +0000
committerrecht <recht@pkgsrc.org>2003-11-27 16:19:22 +0000
commit68065af0f600748f7330747acd322c63d542f3e1 (patch)
tree016a6a157ea659c6b22a8824e02e7bcab5562e98 /net/tightvncviewer/Makefile
parent413aa2e4da7bd81314bc6386a1eadcb05b76b154 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/tightvncviewer/Makefile7
1 files changed, 3 insertions, 4 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/}