Ticket #15442: Portfile.diff

File Portfile.diff, 1.6 KB (added by erickt@…, 16 years ago)
  • python/py-pyqt4/Portfile

    diff --git python/py-pyqt4/Portfile python/py-pyqt4/Portfile
    index 28db4a2..5d43209 100644
     
    33PortSystem      1.0
    44
    55name            py-pyqt4
    6 version         4.3.3
     6version         4.4.2
    77platforms       macosx
    88categories      python devel
    99maintainers     Tim Stoop <tim.stoop@gmail.com>
    master_sites http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \ 
    1818                http://pyqwt.sourceforge.net/support/
    1919distname        PyQt-mac-gpl-${version}
    2020
    21 checksums       md5 ebd467f36c49082e8f0258a7288bf344
     21checksums       md5 d9ee5b863513e27799898fcd543a4443 \
     22                sha1 88e4ac07af67726f38d8c9ff5a5014c153da48f3 \
     23                rmd160 24eb43818e28230258edf6e665b2fbe92b240343
    2224
    2325depends_lib     port:py-sip port:qt4-mac
    2426
    2527#patchfiles     patch-configure.py
    2628
    2729pre-configure {
    28         file copy -force ${prefix}/share/qt4/mkspecs/macx-g++/qmake.conf \
     30        file copy -force ${prefix}/share/qt4-mac/mkspecs/macx-g++/qmake.conf \
    2931                ${worksrcpath}/qmake.conf
    3032
    3133        reinplace "s|-bundle|-bundle -flat_namespace -undefined suppress|" \
    3234                ${worksrcpath}/qmake.conf
    3335}
    3436
    35 configure.cmd   "${prefix}/bin/python configure.py \
     37configure.cmd   "${prefix}/bin/python2.4 configure.py \
    3638                -g -q ${prefix}/bin/qmake \
    3739                --confirm-license"
    3840configure.pre_args
    post-destroot { 
    4749        file copy ${worksrcpath}/examples \
    4850                ${destroot}${prefix}/share/doc/${name}
    4951        xinstall -m 644 -W ${worksrcpath} \
    50                 ChangeLog LICENSE NEWS README THANKS \
     52                ChangeLog GPL_EXCEPTION.TXT GPL_EXCEPTION_ADDENDUM.TXT \
     53                LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT NEWS README \
     54                THANKS \
    5155                ${destroot}${prefix}/share/doc/${name}
    5256}