[78328] trunk/dports/python/py26-pyqt4
macsforever2000 at macports.org
macsforever2000 at macports.org
Tue May 3 08:24:43 PDT 2011
Revision: 78328
http://trac.macports.org/changeset/78328
Author: macsforever2000 at macports.org
Date: 2011-05-03 08:24:40 -0700 (Tue, 03 May 2011)
Log Message:
-----------
py26-pyqt4: Update to version 4.8.4.
Modified Paths:
--------------
trunk/dports/python/py26-pyqt4/Portfile
trunk/dports/python/py26-pyqt4/files/patch-configure.py
Modified: trunk/dports/python/py26-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py26-pyqt4/Portfile 2011-05-03 14:43:14 UTC (rev 78327)
+++ trunk/dports/python/py26-pyqt4/Portfile 2011-05-03 15:24:40 UTC (rev 78328)
@@ -5,8 +5,7 @@
PortGroup qt4 1.0
name py26-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.6
set pyversion_join [join [split ${pyversion} "."] ""]
Modified: trunk/dports/python/py26-pyqt4/files/patch-configure.py
===================================================================
--- trunk/dports/python/py26-pyqt4/files/patch-configure.py 2011-05-03 14:43:14 UTC (rev 78327)
+++ trunk/dports/python/py26-pyqt4/files/patch-configure.py 2011-05-03 15:24:40 UTC (rev 78328)
@@ -1,11 +1,11 @@
---- 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 @@
+--- 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", "") 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"])
+ 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/20110503/17709806/attachment.html>
More information about the macports-changes
mailing list