[37173] trunk/dports/python/py-pyqt4/Portfile
erickt at macports.org
erickt at macports.org
Wed May 28 10:15:16 PDT 2008
Revision: 37173
http://trac.macosforge.org/projects/macports/changeset/37173
Author: erickt at macports.org
Date: 2008-05-28 10:15:15 -0700 (Wed, 28 May 2008)
Log Message:
-----------
update pyqt4 to version 4.4.2.
Modified Paths:
--------------
trunk/dports/python/py-pyqt4/Portfile
Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile 2008-05-28 17:04:32 UTC (rev 37172)
+++ trunk/dports/python/py-pyqt4/Portfile 2008-05-28 17:15:15 UTC (rev 37173)
@@ -3,7 +3,7 @@
PortSystem 1.0
name py-pyqt4
-version 4.3.3
+version 4.4.2
platforms macosx
categories python devel
maintainers Tim Stoop <tim.stoop at gmail.com>
@@ -18,21 +18,23 @@
http://pyqwt.sourceforge.net/support/
distname PyQt-mac-gpl-${version}
-checksums md5 ebd467f36c49082e8f0258a7288bf344
+checksums md5 d9ee5b863513e27799898fcd543a4443 \
+ sha1 88e4ac07af67726f38d8c9ff5a5014c153da48f3 \
+ rmd160 24eb43818e28230258edf6e665b2fbe92b240343
depends_lib port:py-sip port:qt4-mac
#patchfiles patch-configure.py
pre-configure {
- file copy -force ${prefix}/share/qt4/mkspecs/macx-g++/qmake.conf \
+ file copy -force ${prefix}/share/qt4-mac/mkspecs/macx-g++/qmake.conf \
${worksrcpath}/qmake.conf
reinplace "s|-bundle|-bundle -flat_namespace -undefined suppress|" \
${worksrcpath}/qmake.conf
}
-configure.cmd "${prefix}/bin/python configure.py \
+configure.cmd "${prefix}/bin/python2.4 configure.py \
-g -q ${prefix}/bin/qmake \
--confirm-license"
configure.pre_args
@@ -47,6 +49,8 @@
file copy ${worksrcpath}/examples \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} \
- ChangeLog LICENSE NEWS README THANKS \
+ ChangeLog GPL_EXCEPTION.TXT GPL_EXCEPTION_ADDENDUM.TXT \
+ LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT NEWS README \
+ THANKS \
${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080528/d5a87636/attachment.htm
More information about the macports-changes
mailing list