Index: files/patch-vncserver.diff
===================================================================
--- files/patch-vncserver.diff	(revision 50482)
+++ files/patch-vncserver.diff	(working copy)
@@ -1,12 +1,12 @@
---- ../vnc_unixsrc/vncserver	2007-04-26 10:57:06.000000000 +0000
-+++ vncserver	2007-05-15 06:21:54.000000000 +0000
+--- ../vnc_unixsrc/vncserver 2009-02-11 22:27:18.000000000 -0600
++++ vncserver 2009-05-01 16:32:52.000000000 -0500
 @@ -1,4 +1,4 @@
 -#!/usr/bin/perl
 +#!@PERL@
  #
- #  Copyright (C) 2002-2003 Constantin Kaplinsky.  All Rights Reserved.
+ #  Copyright (C) 2002-2009 Constantin Kaplinsky.  All Rights Reserved.
  #  Copyright (C) 1999 AT&T Laboratories Cambridge.  All Rights Reserved.
-@@ -36,12 +36,14 @@
+@@ -32,11 +32,14 @@
  $geometry = "1024x768";
  $depth = 24;
  $desktopName = "X";
@@ -16,13 +16,13 @@
  $fontPath = "unix/:7100";
  $authType = "-rfbauth $vncUserDir/passwd";
  
- # Here is another example of setting the font path:
 +$fontRoot = "/usr/lib/X11/fonts";
 +$fontPath = "$fontRoot/Type1/,$fontRoot/TTF/,$fontRoot/Speedo/,$fontRoot/misc/,$fontRoot/100dpi/,$fontRoot/75dpi/";
- # $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
++
+ # Read configuration from the system-wide and user files if present.
  
- # X colors database path is optional, uncomment and edit to use:
-@@ -194,13 +196,13 @@
+ $configFile = "/etc/tightvncserver.conf";
+@@ -184,13 +187,13 @@
  
  # Give Xvnc a chance to start up
  
Index: Portfile
===================================================================
--- Portfile	(revision 50482)
+++ Portfile	(working copy)
@@ -2,8 +2,7 @@
 PortSystem 1.0
 
 name			tightvnc
-version			1.3.9
-revision		2
+version			1.3.10
 categories		x11 vnc
 maintainers		nomaintainer
 description		Enhanced version of VNC
@@ -18,7 +17,10 @@
 master_sites	sourceforge:vnc-tight
 distname		${name}-${version}_unixsrc
 use_bzip2		yes
-checksums		md5 49a0748ea52793f2e3069e05af28f716
+checksums		md5     397b35faad32d5246b6d44b142f8304f \
+			sha1    ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 \
+			rmd160  0c24207ec13c1d41f445ccbdea16ce2b5d0729a7
+
 platforms		darwin
 
 depends_lib \

