[35716] trunk/dports/aqua/osxvnc/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 3 16:23:08 PDT 2008


Revision: 35716
          http://trac.macosforge.org/projects/macports/changeset/35716
Author:   ryandesign at macports.org
Date:     2008-04-03 16:23:07 -0700 (Thu, 03 Apr 2008)

Log Message:
-----------
osxvnc: whitespace changes only (tabs to spaces, etc.)

Modified Paths:
--------------
    trunk/dports/aqua/osxvnc/Portfile

Modified: trunk/dports/aqua/osxvnc/Portfile
===================================================================
--- trunk/dports/aqua/osxvnc/Portfile	2008-04-03 21:18:59 UTC (rev 35715)
+++ trunk/dports/aqua/osxvnc/Portfile	2008-04-03 23:23:07 UTC (rev 35716)
@@ -1,46 +1,46 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           xcode 1.0
+PortSystem              1.0
+PortGroup               xcode 1.0
 
-name                osxvnc
-version             3.0
-categories          aqua vnc
-homepage            http://www.redstonesoftware.com/vnc.html
-maintainers         ryandesign
-fetch.type          cvs
-cvs.root            :pserver:anonymous at osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc
-cvs.module          OSXvnc
-cvs.tag             V[strsed ${version} {g/\./_/}]
-worksrcdir          OSXvnc
+name                    osxvnc
+version                 3.0
+categories              aqua vnc
+homepage                http://www.redstonesoftware.com/vnc.html
+maintainers             ryandesign
+fetch.type              cvs
+cvs.root                :pserver:anonymous at osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc
+cvs.module              OSXvnc
+cvs.tag                 V[strsed ${version} {g/\./_/}]
+worksrcdir              OSXvnc
 
 description \
-	a full-featured VNC server (formerly OSXvnc)
+    a full-featured VNC server (formerly OSXvnc)
 
 long_description \
-	Vine Server (formerly OSXvnc) is a full-featured VNC server \
-	for Mac OS X providing remote access to the GUI, keyboard and \
-	mouse using any VNC client.
+    Vine Server (formerly OSXvnc) is a full-featured VNC server \
+    for Mac OS X providing remote access to the GUI, keyboard and \
+    mouse using any VNC client.
 
 depends_lib \
-	port:zlib
+    port:zlib
 
 patchfiles \
-	patch-project.pbxproj.diff
+    patch-project.pbxproj.diff
 
 platform darwin 6 {
-	pre-fetch {
-		return -code error "${name} requires Mac OS X 10.3 or newer"
-	}
+    pre-fetch {
+        return -code error "${name} requires Mac OS X 10.3 or newer"
+    }
 }
 
 default_variants +universal
 variant universal {}
 pre-fetch {
-	if {![variant_isset universal]} {
-		return -code error "${name} is only available in a universal version"
-	}
+    if {![variant_isset universal]} {
+        return -code error "${name} is only available in a universal version"
+    }
 }
 
-livecheck.check     sourceforge
-livecheck.regex     {<title>Vine Server\(OSXvnc\) Version (.*) released.*</title>}
+livecheck.check         sourceforge
+livecheck.regex         {<title>Vine Server\(OSXvnc\) Version (.*) released.*</title>}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/71e807b2/attachment.html


More information about the macports-changes mailing list