[154028] trunk/dports/aqua/cotvnc/Portfile

mf2k at macports.org mf2k at macports.org
Tue Oct 18 21:13:30 CEST 2016


Revision: 154028
          https://trac.macports.org/changeset/154028
Author:   mf2k at macports.org
Date:     2016-10-18 12:13:30 -0700 (Tue, 18 Oct 2016)
Log Message:
-----------
cotvnc: Add comment on the reason for the patchfile. Whitespace tweaks.

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

Modified: trunk/dports/aqua/cotvnc/Portfile
===================================================================
--- trunk/dports/aqua/cotvnc/Portfile	2016-10-18 19:08:11 UTC (rev 154027)
+++ trunk/dports/aqua/cotvnc/Portfile	2016-10-18 19:13:30 UTC (rev 154028)
@@ -1,39 +1,40 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup xcode 1.0
+PortSystem          1.0
+PortGroup xcode     1.0
 
-name            cotvnc
-#conflicts       cotvnc-devel
-version         2.2b2
-categories-append vnc
-maintainers     nomaintainer
-license         GPL-2
+name                cotvnc
+#conflicts           cotvnc-devel
+version             2.2b2
+categories-append   vnc
+maintainers         nomaintainer
+license             GPL-2
 
-description     Chicken is a VNC client for Mac OS X
+description         Chicken is a VNC client for Mac OS X
 long_description    Chicken is a Cocoa based VNC client for \
                     Mac OS X. A VNC client allows one to display and \
                     interact with a remote computer screen. In other \
                     words, you can use Chicken to interact \
                     with a remote computer as though it is right next to \
                     you.
-homepage        https://sourceforge.net/projects/chicken/
+homepage            https://sourceforge.net/projects/chicken/
 
-fetch.type      svn
-svn.url         http://svn.code.sf.net/p/chicken/code/trunk
-svn.revision    797
+fetch.type          svn
+svn.url             http://svn.code.sf.net/p/chicken/code/trunk
+svn.revision        797
 
 depends_build-append \
-                bin:iconv:libiconv
+                    bin:iconv:libiconv
 
 depends_lib-append \
-                lib:libz.1:zlib \
-                port:xorg-xproto
+                    lib:libz.1:zlib \
+                    port:xorg-xproto
 
-worksrcdir      trunk/cotvnc
+worksrcdir          trunk/cotvnc
 
-patchfiles      patch-project.pbxproj.diff
+# Patch to search in Macports directory for libraries and headers
+patchfiles          patch-project.pbxproj.diff
 
 post-patch {
     reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Chicken.xcodeproj/project.pbxproj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161018/9d63e7d3/attachment-0002.html>


More information about the macports-changes mailing list