Ticket #29197: py27-py2app.portfile.patch

File py27-py2app.portfile.patch, 1.4 KB (added by orien.madgwick@…, 13 years ago)
  • Portfile

    old new  
    55PortGroup python27  1.0
    66
    77name                py27-py2app
    8 version             0.6.1
     8version             0.6.2
    99categories-append   devel
    1010license             MIT/PSF
    1111maintainers         jmr openmaintainer
     
    2121master_sites        http://pypi.python.org/packages/source/p/py2app/
    2222distname            py2app-${version}
    2323
    24 checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
    25                     sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
    26                     rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
     24checksums           md5 0a23beb50dab2e3411d5945da6c85c1e \
     25                    sha1 ceefef1779b18902ac50b8f3b42f629ca74edb2f \
     26                    rmd160 0a58caf7764258293d76aae969c1e160688c6c7c
    2727
    2828depends_lib         port:py27-macholib \
    2929                    port:py27-bdist_mpkg
     
    3333    ${destroot}${prefix}/share/examples/${name}
    3434    xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
    3535    ${destroot}${prefix}/share/doc/${name}
    36     # examples aren't in the 0.6.1 tarball
    37     #eval file copy [glob ${worksrcpath}/examples/*] \
    38     #${destroot}${prefix}/share/examples/${name}
     36    eval file copy [glob ${worksrcpath}/examples/*] \
     37    ${destroot}${prefix}/share/examples/${name}
    3938}
    4039
    4140livecheck.type  regex