Ticket #29197: py26-py2app.portfile.patch

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

    old new  
    55PortGroup python26  1.0
    66
    77name                py26-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
    2828conflicts           py26-py2app-devel
    2929
     
    3535    ${destroot}${prefix}/share/examples/${name}
    3636    xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
    3737    ${destroot}${prefix}/share/doc/${name}
    38     # examples aren't in the 0.6.1 tarball
    39     #eval file copy [glob ${worksrcpath}/examples/*] \
    40     #${destroot}${prefix}/share/examples/${name}
     38    eval file copy [glob ${worksrcpath}/examples/*] \
     39    ${destroot}${prefix}/share/examples/${name}
    4140}
    4241
    4342livecheck.type  regex