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

michaelld at macports.org michaelld at macports.org
Wed Sep 17 11:48:42 PDT 2014


Revision: 125439
          https://trac.macports.org/changeset/125439
Author:   michaelld at macports.org
Date:     2014-09-17 11:48:41 -0700 (Wed, 17 Sep 2014)
Log Message:
-----------
py*-pyqt4: update to 4.11.2.

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-09-17 18:48:17 UTC (rev 125438)
+++ trunk/dports/python/py-pyqt4/Portfile	2014-09-17 18:48:41 UTC (rev 125439)
@@ -19,7 +19,7 @@
     and contains 300 classes and over 5,750 functions and methods.
 homepage        http://www.riverbankcomputing.co.uk/software/pyqt/intro
 
-version         4.11.1
+version         4.11.2
 
 set branch      [join [lrange [split ${version} .] 0 1] .]
 set patch       [lindex [split ${version} .] 2]
@@ -63,8 +63,8 @@
             distname    PyQt-mac-gpl-${version}
         }
 
-        checksums       rmd160 cba54dcbb6a41d5ccb45d9b38e7e2647696772f9 \
-                        sha256 f1eee5a2d523173143df1d64fcd99e462c73a96d9a4fb4e568895d8efbafdd14
+        checksums       rmd160 b584b09d6601d2e733c29aff8d2a065abe573d18 \
+                        sha256 d2bdeee7edce12e9d3c8f86b17a623eab58fd65c101eb46188d50a2c2116e21f
 
         patchfiles-append patch-configure.py.diff
 

Modified: trunk/dports/python/py-pyqt4/files/patch-configure.py.diff
===================================================================
--- trunk/dports/python/py-pyqt4/files/patch-configure.py.diff	2014-09-17 18:48:17 UTC (rev 125438)
+++ trunk/dports/python/py-pyqt4/files/patch-configure.py.diff	2014-09-17 18:48:41 UTC (rev 125439)
@@ -1,5 +1,5 @@
---- configure.py.orig	2014-07-03 10:11:34.000000000 -0400
-+++ configure.py	2014-07-24 21:38:26.000000000 -0400
+--- configure.py.orig	2014-09-11 13:50:13.000000000 -0400
++++ configure.py	2014-09-17 14:25:29.000000000 -0400
 @@ -44,6 +44,7 @@
  qt_dir = None
  qt_incdir = None
@@ -26,7 +26,7 @@
 -                    link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, py_minor, abi)
 +                    link = "%s @@MACPORTS_PYTHON_FRAMEWORK@@" % sipcfg.build_macros().get('LFLAGS', '')
                  else:
-                     sipconfig.inform("Qt Designer plugin disabled because Python library is static")
+                     sipconfig.inform("The Qt Designer plugin was disabled because a dynamic Python library couldn't be found")
                      opts.designer_plugin = False
 @@ -1088,7 +1078,10 @@
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140917/47fd8521/attachment.html>


More information about the macports-changes mailing list