Revision
67138
Author
ryandesign@macports.org
Date
2010-04-29 20:02:45 -0700 (Thu, 29 Apr 2010)

Log Message

tightvnc: more whitespace changes / reformatting

Modified Paths

Diff

Modified: trunk/dports/x11/tightvnc/Portfile (67137 => 67138)


--- trunk/dports/x11/tightvnc/Portfile	2010-04-30 02:58:03 UTC (rev 67137)
+++ trunk/dports/x11/tightvnc/Portfile	2010-04-30 03:02:45 UTC (rev 67138)
@@ -6,14 +6,15 @@
 version                 1.3.10
 categories              x11 vnc
 maintainers             nomaintainer
+platforms               darwin
 description             Enhanced version of VNC
 long_description        This is an enhanced version of VNC, called TightVNC, \
-                        which includes a lot of  new features, improvements, \
+                        which includes a lot of new features, improvements, \
                         optimizations and bugfixes over the original VNC \
-                        version.  Note that TightVNC is still free, \
+                        version. Note that TightVNC is still free, \
                         cross-platform and compatible with the standard VNC. \
                         Many users agree that TightVNC is the most advanced \
-                        free remote desktop  package.
+                        free remote desktop package.
 
 homepage                http://www.tightvnc.com/
 master_sites            sourceforge:vnc-tight
@@ -24,8 +25,6 @@
                         sha1    ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 \
                         rmd160  0c24207ec13c1d41f445ccbdea16ce2b5d0729a7
 
-platforms               darwin
-
 depends_build           port:gccmakedep \
                         port:imake
 
@@ -57,11 +56,6 @@
     move ${worksrcpath}/vncviewer/Vncviewer ${worksrcpath}/vncviewer/Vncviewer.sample
 }
 
-variant no_server {
-    depends_run-delete  path:bin/perl:perl5
-    patchfiles-append   patch-no_server.diff
-}
-
 use_xmkmf               yes
 
 build.target            World
@@ -81,3 +75,8 @@
         xinstall -m 0644 $f ${destroot}${prefix}/share/vnc/classes
     }
 }
+
+variant no_server {
+    depends_run-delete  path:bin/perl:perl5
+    patchfiles-append   patch-no_server.diff
+}