[99664] trunk/dports/aqua/x2goclient

cal at macports.org cal at macports.org
Tue Nov 13 14:19:32 PST 2012


Revision: 99664
          https://trac.macports.org/changeset/99664
Author:   cal at macports.org
Date:     2012-11-13 14:19:32 -0800 (Tue, 13 Nov 2012)
Log Message:
-----------
x2goclient: update to 3.99.3.0

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

Added Paths:
-----------
    trunk/dports/aqua/x2goclient/files/patch-sshmasterconnection.cpp-qt4framework-compatibility.diff

Modified: trunk/dports/aqua/x2goclient/Portfile
===================================================================
--- trunk/dports/aqua/x2goclient/Portfile	2012-11-13 18:32:09 UTC (rev 99663)
+++ trunk/dports/aqua/x2goclient/Portfile	2012-11-13 22:19:32 UTC (rev 99664)
@@ -5,7 +5,7 @@
 PortGroup               qt4 1.0
 
 name                    x2goclient
-version                 3.99.2.2
+version                 3.99.3.0
 
 livecheck.url           http://code.x2go.org/releases/source/x2goclient/
 livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*)\\.tar.gz
@@ -22,8 +22,8 @@
 
 homepage                http://www.x2go.org/
 master_sites            http://code.x2go.org/releases/source/${name}/
-checksums               sha256  ef3653cb7643ea17a2e5a3beb2d3072e4c6ddff6fcee2021e5d7251a07f6ca6a \
-                        rmd160  142e72045e290c89f1a0187df2dd975862e35c79
+checksums               sha256  cd339920b933cd8fd319bfed69abac55e604c08fdd648968f8594d48df71a618 \
+                        rmd160  950702a72e424acdd565b691c9cb1078df78797e
 
 universal_variant       yes
 supported_archs         ppc i386 x86_64
@@ -35,7 +35,8 @@
                         port:xorg-libX11
 
 patchfiles              patch-x2goclient.pro-do-not-set-archflags.patch \
-                        patch-x2goclient.pro-remove-deployment-target.diff
+                        patch-x2goclient.pro-remove-deployment-target.diff \
+                        patch-sshmasterconnection.cpp-qt4framework-compatibility.diff
 
 pre-configure {
     system -W "${worksrcpath}" "${qt_lrelease_cmd} ${name}.pro"

Added: trunk/dports/aqua/x2goclient/files/patch-sshmasterconnection.cpp-qt4framework-compatibility.diff
===================================================================
--- trunk/dports/aqua/x2goclient/files/patch-sshmasterconnection.cpp-qt4framework-compatibility.diff	                        (rev 0)
+++ trunk/dports/aqua/x2goclient/files/patch-sshmasterconnection.cpp-qt4framework-compatibility.diff	2012-11-13 22:19:32 UTC (rev 99664)
@@ -0,0 +1,11 @@
+--- sshmasterconnection.cpp.orig	2012-11-13 20:54:59.000000000 +0100
++++ sshmasterconnection.cpp	2012-11-13 20:55:09.000000000 +0100
+@@ -42,7 +42,7 @@
+ #include <arpa/inet.h>  /* for sockaddr_in and inet_addr() */
+ #include <arpa/inet.h>
+ #include <netinet/tcp.h>
+-#include <qt4/QtNetwork/qabstractsocket.h>
++#include <qabstractsocket.h>
+ #endif
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121113/77ebf221/attachment.html>


More information about the macports-changes mailing list