[95446] trunk/dports/aqua/x2goclient

cal at macports.org cal at macports.org
Thu Jul 12 16:53:06 PDT 2012


Revision: 95446
          https://trac.macports.org/changeset/95446
Author:   cal at macports.org
Date:     2012-07-12 16:53:06 -0700 (Thu, 12 Jul 2012)
Log Message:
-----------
x2goclient: update to 3.99.2.1

Modified Paths:
--------------
    trunk/dports/aqua/x2goclient/Portfile
    trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-do-not-set-archflags.patch

Added Paths:
-----------
    trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-remove-deployment-target.diff

Modified: trunk/dports/aqua/x2goclient/Portfile
===================================================================
--- trunk/dports/aqua/x2goclient/Portfile	2012-07-12 23:25:43 UTC (rev 95445)
+++ trunk/dports/aqua/x2goclient/Portfile	2012-07-12 23:53:06 UTC (rev 95446)
@@ -5,7 +5,7 @@
 PortGroup               qt4 1.0
 
 name                    x2goclient
-version                 3.99.2.0
+version                 3.99.2.1
 
 livecheck.url           http://code.x2go.org/releases/source/x2goclient/
 livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*)\\.tar.gz
@@ -22,9 +22,8 @@
 
 homepage                http://www.x2go.org/
 master_sites            http://code.x2go.org/releases/source/${name}/
-distname                ${name}_${version}
-checksums               sha256  473da6dc7261027eb782dabd066adcf026711aa3c798abdeee03797ad7c610d9 \
-                        rmd160  f101c724d1a8a0ef1f1be5d224bdef29c1bedc16
+checksums               sha256  7976f653b703a55279d00a6a515a2b1d8c02c781e5e3c6949cb87504aa3de51d \
+                        rmd160  725af49a5bf2abb28de8981de2f46437724cfe07
 
 universal_variant       yes
 supported_archs         ppc i386 x86_64
@@ -35,8 +34,11 @@
                         port:libssh \
                         port:xorg-libX11
 
-patchfiles              patch-x2goclient.pro-do-not-set-archflags.patch
+worksrcdir              ${name}_${version}
 
+patchfiles              patch-x2goclient.pro-do-not-set-archflags.patch \
+                        patch-x2goclient.pro-remove-deployment-target.diff
+
 pre-configure {
     system -W "${worksrcpath}" "${qt_lrelease_cmd} ${name}.pro"
 }

Modified: trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-do-not-set-archflags.patch
===================================================================
--- trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-do-not-set-archflags.patch	2012-07-12 23:25:43 UTC (rev 95445)
+++ trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-do-not-set-archflags.patch	2012-07-12 23:53:06 UTC (rev 95446)
@@ -1,10 +1,10 @@
---- x2goclient.pro.orig	2012-05-12 18:46:52.000000000 +0200
-+++ x2goclient.pro	2012-05-12 18:46:58.000000000 +0200
-@@ -139,7 +139,6 @@
+--- x2goclient.pro.orig	2012-06-08 12:56:39.000000000 +0200
++++ x2goclient.pro	2012-07-13 00:13:04.000000000 +0200
+@@ -154,7 +154,6 @@
  macx {
  	message(building $$TARGET with ldap and cups)
  	LIBS += -framework LDAP -lcups -lcrypto -lssl -lz
--	CONFIG += x86 x86_64
+-	CONFIG += x86 x86_64 ppc
  }
  win32-* {
  	message(building $$TARGET for windows without ldap and cups)

Added: trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-remove-deployment-target.diff
===================================================================
--- trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-remove-deployment-target.diff	                        (rev 0)
+++ trunk/dports/aqua/x2goclient/files/patch-x2goclient.pro-remove-deployment-target.diff	2012-07-12 23:53:06 UTC (rev 95446)
@@ -0,0 +1,11 @@
+--- x2goclient.pro.orig	2012-07-13 00:17:20.000000000 +0200
++++ x2goclient.pro	2012-07-13 00:17:29.000000000 +0200
+@@ -163,8 +163,6 @@
+ QT += svg network
+ ICON = icons/x2go-mac.icns
+ QMAKE_INFO_PLIST = Info.plist
+-QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.5.sdk
+-QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
+ 
+ plugin {
+ 	DEFINES += CFGPLUGIN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120712/95adf42e/attachment.html>


More information about the macports-changes mailing list