[118446] trunk/dports/python/py-pyqt4

michaelld at macports.org michaelld at macports.org
Wed Apr 2 07:56:36 PDT 2014


Revision: 118446
          https://trac.macports.org/changeset/118446
Author:   michaelld at macports.org
Date:     2014-04-02 07:56:36 -0700 (Wed, 02 Apr 2014)
Log Message:
-----------
py*-pyqt4: fix pyuic, ticket #43090.

Modified Paths:
--------------
    trunk/dports/python/py-pyqt4/Portfile
    trunk/dports/python/py-pyqt4/files/patch-configure.py.diff

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2014-04-02 14:54:18 UTC (rev 118445)
+++ trunk/dports/python/py-pyqt4/Portfile	2014-04-02 14:56:36 UTC (rev 118446)
@@ -54,6 +54,8 @@
 
         # release port
 
+        revision        1
+
         master_sites    sourceforge:pyqt
         distname        PyQt-mac-gpl-${version}
 

Modified: trunk/dports/python/py-pyqt4/files/patch-configure.py.diff
===================================================================
--- trunk/dports/python/py-pyqt4/files/patch-configure.py.diff	2014-04-02 14:54:18 UTC (rev 118445)
+++ trunk/dports/python/py-pyqt4/files/patch-configure.py.diff	2014-04-02 14:56:36 UTC (rev 118446)
@@ -150,7 +150,7 @@
 +    # fix arch on darwin
 +    if sys.platform == 'darwin' and opts.use_arch is not None:
 +        # convert opts.use_arch from a list to a string
-+        opts.use_arch = sipcfg.arch = ' '.join(iter(opts.use_arch))
++        sipcfg.arch = ' '.join(iter(opts.use_arch))
 +
      # Provide defaults for platform-specific options.
      if sys.platform == 'win32':
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140402/77b07b5b/attachment.html>


More information about the macports-changes mailing list