Revision: 69234 http://trac.macports.org/changeset/69234 Author: michaelld@macports.org Date: 2010-06-28 23:22:54 -0700 (Mon, 28 Jun 2010) Log Message: ----------- Correct use of qt4-mac dependency; bump py25-pyqt4 to same as py26-pyqt4. Modified Paths: -------------- trunk/dports/python/py-pyqt4/Portfile trunk/dports/python/py25-pyqt4/Portfile trunk/dports/python/py26-pyqt4/Portfile Modified: trunk/dports/python/py-pyqt4/Portfile =================================================================== --- trunk/dports/python/py-pyqt4/Portfile 2010-06-29 06:16:52 UTC (rev 69233) +++ trunk/dports/python/py-pyqt4/Portfile 2010-06-29 06:22:54 UTC (rev 69234) @@ -4,7 +4,7 @@ name py-pyqt4 version 4.4.3 -revision 1 +revision 2 platforms macosx categories python devel maintainers gmail.com:tim.stoop @@ -23,7 +23,7 @@ sha1 6d1f3a717e551cd762b0adbd9c50f213c3ce8cbe \ rmd160 da91bedccfb6b1e3cbc69f527dd57ead83eb647e -depends_lib port:py-sip path:bin/qmake-mac:qt4-mac +depends_lib port:py-sip port:qt4-mac #patchfiles patch-configure.py Modified: trunk/dports/python/py25-pyqt4/Portfile =================================================================== --- trunk/dports/python/py25-pyqt4/Portfile 2010-06-29 06:16:52 UTC (rev 69233) +++ trunk/dports/python/py25-pyqt4/Portfile 2010-06-29 06:22:54 UTC (rev 69234) @@ -4,7 +4,8 @@ PortSystem 1.0 name py25-pyqt4 -version 4.7.2 +version 4.7.3 + categories python devel platforms macosx maintainers saispo openmaintainer @@ -20,11 +21,11 @@ distname PyQt-mac-gpl-${version} dist_subdir python -checksums md5 4a1a7b90251c5e83dea5294566827d3d \ - sha1 49dbbc000180ce6203a7f2989731b3156036a7a2 \ - rmd160 0f9eb7757d9cd0af042d7da8be6962f4f393327a +checksums md5 55ecd293b4a0e337b9c7e10479c53d96 \ + sha1 704403842dc609db614469308896454ebe7b5a50 \ + rmd160 76e0f7f7ffbaa9238a8001ae0cc384bb23558f08 -depends_lib port:py25-sip path:bin/qmake-mac:qt4-mac +depends_lib port:py25-sip port:qt4-mac set pyversion 2.5 set qt_dir ${prefix}/libexec/qt4-mac Modified: trunk/dports/python/py26-pyqt4/Portfile =================================================================== --- trunk/dports/python/py26-pyqt4/Portfile 2010-06-29 06:16:52 UTC (rev 69233) +++ trunk/dports/python/py26-pyqt4/Portfile 2010-06-29 06:22:54 UTC (rev 69234) @@ -5,6 +5,7 @@ name py26-pyqt4 version 4.7.3 +revision 1 categories python devel platforms macosx maintainers saispo openmaintainer @@ -24,7 +25,7 @@ sha1 704403842dc609db614469308896454ebe7b5a50 \ rmd160 76e0f7f7ffbaa9238a8001ae0cc384bb23558f08 -depends_lib port:py26-sip path:bin/qmake-mac:qt4-mac +depends_lib port:py26-sip port:qt4-mac set pyversion 2.6 set qt_dir ${prefix}/libexec/qt4-mac
participants (1)
-
michaelld@macports.org