Ticket #19956: 4.8.1.patch

File 4.8.1.patch, 1.3 KB (added by macports@…, 15 years ago)

Sip upgraded for dependancy to the previous file (python 2.5)

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    py25-sip
    6 version                 4.7.9
     6version                 4.8.1
    77platforms               macosx
    88categories              python devel
    99maintainers             saispo
     
    2222                http://www.gtlib.gatech.edu/pub/gentoo/distfiles/
    2323
    2424distname        sip-${version}
    25 checksums       md5 597d7ff7edb42a18421c806ffd18a136 \
    26                 sha1 a8eabe3890a1fc42ec77ac82fa41344ad23abe09 \
    27                 rmd160 719f7c7ae211ceb2bb7609c5e70d864054ccd23d
     25checksums       md5 859e5b103ba5a083e4f2021eb6d99b26
    2826dist_subdir     python
    2927
    3028depends_lib     port:python25
    3129
    32 patchfiles      patch-siputils.py.diff
     30#patchfiles      patch-siputils.py.diff
    3331
    3432configure.cmd   ${prefix}/bin/python2.5 configure.py
    3533configure.pre_args  -d ${prefix}/lib/python2.5/site-packages \
     
    4442post-destroot {
    4543        xinstall -m 755 -d ${destroot}${prefix}/share/doc
    4644        file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
    47         xinstall -m 644 -W ${worksrcpath} LICENSE NEWS README TODO \
     45        xinstall -m 644 -W ${worksrcpath} LICENSE NEWS README \
    4846                ${destroot}${prefix}/share/doc/${name}
    4947        system "${prefix}/bin/python2.5 ${prefix}/lib/python2.5/compileall.py ${destroot}${prefix}"
    5048        system "${prefix}/bin/python2.5 -O ${prefix}/lib/python2.5/compileall.py ${destroot}${prefix}"