[88647] users/cal/ports/aqua/x2goclient/Portfile

cal at macports.org cal at macports.org
Fri Jan 6 08:01:38 PST 2012


Revision: 88647
          http://trac.macports.org/changeset/88647
Author:   cal at macports.org
Date:     2012-01-06 08:01:38 -0800 (Fri, 06 Jan 2012)
Log Message:
-----------
x2goclient: update to 3.99.0.3 (this one still crashes on connect)

Modified Paths:
--------------
    users/cal/ports/aqua/x2goclient/Portfile

Modified: users/cal/ports/aqua/x2goclient/Portfile
===================================================================
--- users/cal/ports/aqua/x2goclient/Portfile	2012-01-06 16:00:11 UTC (rev 88646)
+++ users/cal/ports/aqua/x2goclient/Portfile	2012-01-06 16:01:38 UTC (rev 88647)
@@ -5,7 +5,7 @@
 PortGroup               qt4 1.0
 
 name                    x2goclient
-version                 3.0.1.18
+version                 3.99.0.3
 
 livecheck.url           http://code.x2go.org/releases/source/x2goclient/
 livecheck.regex         ${name}_(\\d+(?:\\.\\d+)*)\\.tar.gz
@@ -23,9 +23,8 @@
 homepage                http://www.x2go.org/
 master_sites            http://code.x2go.org/releases/source/${name}/
 distname                ${name}_${version}
-checksums               md5     b6ce5309d7ee55fc36154cf2dd7d84b8 \
-                        sha1    367eeb26783063232e3b730211c847f108a22aca \
-                        rmd160  248d444d7ab77d067c0dee670d6721b9aeb6abd6
+checksums               sha256  ce5e3095ff9ba4459e79b406337e53e5f02bcee197bf574768db7aeedaf3a3b2 \
+                        rmd160  2e2e9db7a808eb67563e092313e6012712b504b8
 
 universal_variant       yes
 supported_archs         ppc i386 x86_64
@@ -33,7 +32,8 @@
 depends_build           port:qt4-mac
 depends_lib             port:qt4-mac \
                         port:nxproxy \
-                        port:libssh
+                        port:libssh \
+                        port:xorg-libX11
 
 # building with clang calls the linker with -lstdc++ in the end, which fails
 # because there's only libstdc++.6.dylib in /Developer/SDKs/MacOSX10.6sdk/lib
@@ -49,12 +49,6 @@
                         QMAKE_LINK="${configure.cxx}" \
                         CONFIG+="${qt_arch_types}"
 
-pre-configure {
-    ln -s ${name}/xsettingsui.ui ${worksrcpath}
-    ln -s ${name}/xsettingswidget.cpp ${worksrcpath}
-    ln -s ${name}/xsettingswidget.h ${worksrcpath}
-}
-
 destroot {
     copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120106/28e848ce/attachment.html>


More information about the macports-changes mailing list