[82252] trunk/dports/python/py27-pyqt4

blair at macports.org blair at macports.org
Thu Aug 11 11:40:10 PDT 2011


Revision: 82252
          http://trac.macports.org/changeset/82252
Author:   blair at macports.org
Date:     2011-08-11 11:40:08 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
py27-pyqt4: upgrade to 4.8.4.

Modified Paths:
--------------
    trunk/dports/python/py27-pyqt4/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-pyqt4/files/patch-configure.py

Removed Paths:
-------------
    trunk/dports/python/py27-pyqt4/files/patch-configure.py

Modified: trunk/dports/python/py27-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py27-pyqt4/Portfile	2011-08-11 18:25:45 UTC (rev 82251)
+++ trunk/dports/python/py27-pyqt4/Portfile	2011-08-11 18:40:08 UTC (rev 82252)
@@ -5,8 +5,7 @@
 PortGroup   qt4 1.0
 
 name		py27-pyqt4
-version		4.8.3
-revision    1
+version		4.8.4
 categories	python devel
 platforms	macosx
 maintainers     michaelld openmaintainer
@@ -22,9 +21,9 @@
 distname	PyQt-mac-gpl-${version}
 dist_subdir         python
 
-checksums           md5     14bade8b251660177ccc1a0cbbe33aba \
-                    sha1    874ba6af725c7a102173b895b79d97a67bf33bcb \
-                    rmd160  23a17c197d0347ad6cd1a19ce1291865e838fe9f
+checksums           md5     c9114258f494cafa87fc2740364fa7f4 \
+                    sha1    7fbd01603cb1b203abad6331594d1c4b7a395920 \
+                    rmd160  96d7076162ae6b4b0518f91108572558268e529c
 
 set pyversion 2.7
 set pyversion_join [join [split ${pyversion} "."] ""]

Deleted: trunk/dports/python/py27-pyqt4/files/patch-configure.py
===================================================================
--- trunk/dports/python/py27-pyqt4/files/patch-configure.py	2011-08-11 18:25:45 UTC (rev 82251)
+++ trunk/dports/python/py27-pyqt4/files/patch-configure.py	2011-08-11 18:40:08 UTC (rev 82252)
@@ -1,11 +0,0 @@
---- configure.py.orig	2009-07-15 01:37:10.000000000 +1200
-+++ configure.py	2009-07-19 18:28:19.000000000 +1200
-@@ -840,7 +840,7 @@
-                 if sys.platform == "darwin":
-                     # We need to work out how to specify the right framework
-                     # version.
--                    link = "-framework Python"
-+                    link = "%s @@MACPORTS_PYTHON_FRAMEWORK@@" % sipcfg.build_macros().get('LFLAGS', '')
-                 elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") and
-                       glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor))):
-                     lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])

Copied: trunk/dports/python/py27-pyqt4/files/patch-configure.py (from rev 82249, trunk/dports/python/py26-pyqt4/files/patch-configure.py)
===================================================================
--- trunk/dports/python/py27-pyqt4/files/patch-configure.py	                        (rev 0)
+++ trunk/dports/python/py27-pyqt4/files/patch-configure.py	2011-08-11 18:40:08 UTC (rev 82252)
@@ -0,0 +1,11 @@
+--- configure.py.orig	2011-05-03 09:10:13.000000000 -0600
++++ configure.py	2011-05-03 09:10:47.000000000 -0600
+@@ -949,7 +949,7 @@
+                 if sys.platform == "darwin":
+                     # We need to work out how to specify the right framework
+                     # version.
+-                    link = "-framework Python"
++                    link = "%s @@MACPORTS_PYTHON_FRAMEWORK@@" % sipcfg.build_macros().get('LFLAGS', '')
+                 elif "--enable-shared" in ducfg.get("CONFIG_ARGS", ""):
+                     if glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor)):
+                         lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110811/20f579ef/attachment-0001.html>


More information about the macports-changes mailing list